Commit Graph

53086 Commits (04e706d4238f98a98e1c0b1a02db9d4280b96f04)
 

Author SHA1 Message Date
Heikki Linnakangas b3a5d01c05 Refactor setting XLP_FIRST_IS_OVERWRITE_CONTRECORD. 4 years ago
Heikki Linnakangas d231be00cb Run pgindent on xlog.c. 4 years ago
Etsuro Fujita 27d195a578 Doc: Update documentation for modifying postgres_fdw foreign tables. 4 years ago
Michael Paquier 7265dbffad Add TAP test to automate the equivalent of check_guc, take two 4 years ago
Heikki Linnakangas 853c6400bf Fix race condition in 028_pitr_timelines.pl test, add note to docs. 4 years ago
Peter Geoghegan 988ffc3063 Update "don't truncate with failsafe" rationale. 4 years ago
Tom Lane 3b0ee7f583 Ensure that length argument of memcmp() isn't seen as negative. 4 years ago
Tom Lane 4c1a1a347a Ensure that the argument of shmdt(2) is declared "void *". 4 years ago
Andres Freund 1f6e0ce3be docs: Work around bug in the docbook xsl stylesheets. 4 years ago
Tom Lane 2523928b28 Reject change of output-column collation in CREATE OR REPLACE VIEW. 4 years ago
Daniel Gustafsson 4d373e0528 Ensure that STDERR is empty in connect_ok tests 4 years ago
Peter Eisentraut 6538be9e1e Fix XML namespace declarations 4 years ago
Heikki Linnakangas 3279cef072 Add more logging to new 028_pitr_timelines.pl test. 4 years ago
Peter Eisentraut 797129e591 Remove IS_AF_UNIX macro 4 years ago
John Naylor a59135a81a Spell "startup process" with lower case in the documentation 4 years ago
Peter Eisentraut 13d129333e Add test case for trailing junk after numeric literals 4 years ago
Peter Eisentraut 73508475d6 Remove pg_atoi() 4 years ago
Andres Freund 278cdea6b9 Add isolation test for errors during logical slot creation. 4 years ago
Michael Paquier a4e1deb42b Remove command checks in tests of pg_basebackup and pg_receivewal 4 years ago
Michael Paquier a008496300 Fix thinko with subdirectories generated by pg_upgrade for internal files 4 years ago
Andres Freund 2f6501fa3c Move replication slot release to before_shmem_exit(). 4 years ago
Peter Eisentraut b45fa79340 Remove one use of pg_atoi() 4 years ago
Peter Eisentraut cfc7191dfe Move scanint8() to numutils.c 4 years ago
Tom Lane 291ec6e45e Suppress integer-overflow compiler warning for inconsistent sun_len. 4 years ago
Tom Lane fd2abeb7c2 Delete contrib/xml2's legacy implementation of xml_is_well_formed(). 4 years ago
Heikki Linnakangas 50e5bc582a Add test case for an archive recovery corner case. 4 years ago
Peter Eisentraut 1383d52faa Add missing node support functions 4 years ago
Peter Eisentraut 37851a8b83 Database-level collation version tracking 4 years ago
Peter Eisentraut 9898c5e03c Improve correlation names in sanity tests 4 years ago
Thomas Munro cba5b994c9 Use WL_SOCKET_CLOSED for client_connection_check_interval. 4 years ago
Thomas Munro 50e570a59e Add WL_SOCKET_CLOSED for socket shutdown events. 4 years ago
Amit Kapila 5e01001ffb WAL log unchanged toasted replica identity key attributes. 4 years ago
Thomas Munro 0052fb4890 Track LLVM 15 changes. 4 years ago
John Naylor b19a7e392a Correct Makefile dependencies for catalog scripts 4 years ago
Michael Paquier 1d084fba1b Add ./configure check for "lz4" command 4 years ago
Alexander Korotkov 3f74daa8df Fix memory leak in IndexScan node with reordering 4 years ago
Michael Paquier c963e84fb8 Make origin data initialization consistent other fields in 2PC header 4 years ago
Tom Lane 994d76707a Fix misuse of "const" qualifier. 4 years ago
Thomas Munro 7e6124ca7d Remove REGRESS_OUTPUTDIR environment variable. 4 years ago
Tom Lane 302612a6c7 Silence minor compiler warnings. 4 years ago
Andres Freund f79c94f39d ci: fix copy-paste mistake in 16eb8231d1. 4 years ago
Andres Freund 0a156058aa ci: macos: align sysinfo_script to other tasks. 4 years ago
Andres Freund 16eb8231d1 ci: Only use one artifact instruction for logs. 4 years ago
Andres Freund 79b79dd57a ci: s/CCACHE_SIZE/CCACHE_MAXSIZE/. 4 years ago
Tomas Vondra b779d7d8fd Fix skip-empty-xacts with sequences in test_decoding 4 years ago
Tom Lane faa189c932 Move libpq's write_failed mechanism down to pqsecure_raw_write(). 4 years ago
Tom Lane 335fa5a260 Fix thinko in PQisBusy(). 4 years ago
Michael Paquier 52377bb81a Revert "Add TAP test to automate the equivalent of check_guc" 4 years ago
Peter Geoghegan efa4a9462a Consolidate VACUUM xid cutoff logic. 4 years ago
Peter Geoghegan 872770fd6c Add VACUUM instrumentation for scanned pages, relfrozenxid. 4 years ago