summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-02-18Fix a comment in worker.c.Amit Kapila
2022-02-17Avoid dangling-pointer usage in pg_basebackup progress reports.Tom Lane
2022-02-17Add missing binary-upgrade guard.Robert Haas
2022-02-17Disable perl2host() processing in TAP testsAndrew Dunstan
2022-02-17plpython: Reject Python 2 during build configuration.Andres Freund
2022-02-17Increase hash_mem_multiplier default to 2.0.Peter Geoghegan
2022-02-17Avoid VACUUM reltuples distortion.Peter Geoghegan
2022-02-17Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier
2022-02-16Fix bogus log message when starting from a cleanly shut down state.Heikki Linnakangas
2022-02-16Add missing TYPEALIGN macrosJohn Naylor
2022-02-16Fix read beyond buffer bug introduced by the split xlog.c patch.Heikki Linnakangas
2022-02-16Reject trailing junk after numeric literalsPeter Eisentraut
2022-02-16Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas
2022-02-16Move code around in StartupXLOG().Heikki Linnakangas
2022-02-16Refactor setting XLP_FIRST_IS_OVERWRITE_CONTRECORD.Heikki Linnakangas
2022-02-16Run pgindent on xlog.c.Heikki Linnakangas
2022-02-16Add TAP test to automate the equivalent of check_guc, take twoMichael Paquier
2022-02-15Fix race condition in 028_pitr_timelines.pl test, add note to docs.Heikki Linnakangas
2022-02-15Update "don't truncate with failsafe" rationale.Peter Geoghegan
2022-02-15Ensure that length argument of memcmp() isn't seen as negative.Tom Lane
2022-02-15Ensure that the argument of shmdt(2) is declared "void *".Tom Lane
2022-02-15Reject change of output-column collation in CREATE OR REPLACE VIEW.Tom Lane
2022-02-15Ensure that STDERR is empty in connect_ok testsDaniel Gustafsson
2022-02-15Add more logging to new 028_pitr_timelines.pl test.Heikki Linnakangas
2022-02-15Remove IS_AF_UNIX macroPeter Eisentraut
2022-02-15Add test case for trailing junk after numeric literalsPeter Eisentraut
2022-02-15Remove pg_atoi()Peter Eisentraut
2022-02-15Remove command checks in tests of pg_basebackup and pg_receivewalMichael Paquier
2022-02-15Fix thinko with subdirectories generated by pg_upgrade for internal filesMichael Paquier
2022-02-15Move replication slot release to before_shmem_exit().Andres Freund
2022-02-14Remove one use of pg_atoi()Peter Eisentraut
2022-02-14Move scanint8() to numutils.cPeter Eisentraut
2022-02-14Suppress integer-overflow compiler warning for inconsistent sun_len.Tom Lane
2022-02-14Add test case for an archive recovery corner case.Heikki Linnakangas
2022-02-14Add missing node support functionsPeter Eisentraut
2022-02-14Database-level collation version trackingPeter Eisentraut
2022-02-14Improve correlation names in sanity testsPeter Eisentraut
2022-02-14Use WL_SOCKET_CLOSED for client_connection_check_interval.Thomas Munro
2022-02-14Add WL_SOCKET_CLOSED for socket shutdown events.Thomas Munro
2022-02-14WAL log unchanged toasted replica identity key attributes.Amit Kapila
2022-02-14Track LLVM 15 changes.Thomas Munro
2022-02-14Correct Makefile dependencies for catalog scriptsJohn Naylor
2022-02-14Add ./configure check for "lz4" commandMichael Paquier
2022-02-14Fix memory leak in IndexScan node with reorderingAlexander Korotkov
2022-02-14Make origin data initialization consistent other fields in 2PC headerMichael Paquier
2022-02-14Fix misuse of "const" qualifier.Tom Lane
2022-02-13Remove REGRESS_OUTPUTDIR environment variable.Thomas Munro
2022-02-13Silence minor compiler warnings.Tom Lane
2022-02-12Move libpq's write_failed mechanism down to pqsecure_raw_write().Tom Lane
2022-02-12Fix thinko in PQisBusy().Tom Lane