Mailing lists [pgsql-committers]
- pgsql: docs: Work around bug in the docbook xsl stylesheets. Andres Freund
- pgsql: Ensure that the argument of shmdt(2) is declared "void *". Tom Lane
- pgsql: Ensure that length argument of memcmp() isn't seen as negative. Tom Lane
- Re: pgsql: Track LLVM 15 changes. Andres Freund
- Re: pgsql: Track LLVM 15 changes. Tom Lane
- Re: pgsql: Ensure that length argument of memcmp() isn't seen as negative. Andres Freund
- pgsql: Update "don't truncate with failsafe" rationale. Peter Geoghegan
- pgsql: Fix race condition in 028_pitr_timelines.pl test, add note to do Heikki Linnakangas
- pgsql: Add TAP test to automate the equivalent of check_guc, take two Michael Paquier
- pgsql: Doc: Update documentation for modifying postgres_fdw foreign tab Etsuro Fujita
- pgsql: Doc: Update documentation for modifying postgres_fdw foreign tab Etsuro Fujita
- pgsql: Doc: Update documentation for modifying postgres_fdw foreign tab Etsuro Fujita
- pgsql: Doc: Update documentation for modifying postgres_fdw foreign tab Etsuro Fujita
- pgsql: Doc: Update documentation for modifying postgres_fdw foreign tab Etsuro Fujita
- pgsql: Refactor setting XLP_FIRST_IS_OVERWRITE_CONTRECORD. Heikki Linnakangas
- pgsql: Run pgindent on xlog.c. Heikki Linnakangas
- pgsql: Move code around in StartupXLOG(). Heikki Linnakangas
- pgsql: Split xlog.c into xlog.c and xlogrecovery.c. Heikki Linnakangas
- Re: pgsql: Split xlog.c into xlog.c and xlogrecovery.c. Heikki Linnakangas
- pgsql: Reject trailing junk after numeric literals Peter Eisentraut
- pgsql: Fix read beyond buffer bug introduced by the split xlog.c patch. Heikki Linnakangas
- pgsql: Add missing TYPEALIGN macros John Naylor
- Re: pgsql: Remove IS_AF_UNIX macro Peter Eisentraut
- Re: pgsql: Remove IS_AF_UNIX macro Tom Lane