summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2022-02-12Revert "Add TAP test to automate the equivalent of check_guc"Michael Paquier
2022-02-12Consolidate VACUUM xid cutoff logic.Peter Geoghegan
2022-02-12Add VACUUM instrumentation for scanned pages, relfrozenxid.Peter Geoghegan
2022-02-11Simplify lazy_scan_heap's handling of scanned pages.Peter Geoghegan
2022-02-11Fix DROP {DATABASE,TABLESPACE} on Windows.Thomas Munro
2022-02-11Don't use_physical_tlist for an IOS with non-returnable columns.Tom Lane
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson
2022-02-11pg_basebackup: Allow client-side LZ4 (de)compression.Robert Haas
2022-02-11Add suport for server-side LZ4 base backup compression.Robert Haas
2022-02-10Make pg_ctl stop/restart/promote recheck postmaster aliveness.Tom Lane
2022-02-10Use gendef instead of pexports for building windows .def filesAndrew Dunstan
2022-02-10Logical decoding of sequencesTomas Vondra
2022-02-10Remove server support for the previous base backup protocol.Robert Haas
2022-02-10Make timeout.c more robust against missed timer interrupts.Tom Lane
2022-02-10Remove server support for old BASE_BACKUP command syntax.Robert Haas
2022-02-10Set SNI ClientHello extension to localhost in testsDaniel Gustafsson
2022-02-10Remove unnecessary resetPQExpBuffer callPeter Eisentraut
2022-02-10psql: Rename results to result when only a single one is meantPeter Eisentraut
2022-02-10Update commentPeter Eisentraut
2022-02-10Add min() and max() aggregates for xid8.Fujii Masao
2022-02-10Use Test::Builder::todo_start(), replacing $::TODO.Noah Misch