Commit Graph

52994 Commits (16eb8231d1b53d7eade7530cc5cd58c8409a3993)
 

Author SHA1 Message Date
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
Tomas Vondra 80901b3291 Add decoding of sequences to test_decoding 4 years ago
Peter Geoghegan 44fa84881f Simplify lazy_scan_heap's handling of scanned pages. 4 years ago
Thomas Munro 4eb2176318 Fix DROP {DATABASE,TABLESPACE} on Windows. 4 years ago
Tom Lane e5691cc917 Don't use_physical_tlist for an IOS with non-returnable columns. 4 years ago
Daniel Gustafsson 549ec201d6 Replace Test::More plans with done_testing 4 years ago
Robert Haas 751b8d23b7 pg_basebackup: Allow client-side LZ4 (de)compression. 4 years ago
Robert Haas dab298471f Add suport for server-side LZ4 base backup compression. 4 years ago
Tom Lane a745b93650 Make pg_ctl stop/restart/promote recheck postmaster aliveness. 4 years ago
Andrew Dunstan ea09a75e1e
Use gendef instead of pexports for building windows .def files 4 years ago
Tomas Vondra 0da92dc530 Logical decoding of sequences 4 years ago
Robert Haas 0d4513b613 Remove server support for the previous base backup protocol. 4 years ago
Tom Lane d37776e451 Make timeout.c more robust against missed timer interrupts. 4 years ago
Robert Haas 9cd28c2e5f Remove server support for old BASE_BACKUP command syntax. 4 years ago
Daniel Gustafsson 6d503d2a47 Set SNI ClientHello extension to localhost in tests 4 years ago
Peter Eisentraut 4c5c41b4d9 Remove unnecessary resetPQExpBuffer call 4 years ago
Peter Eisentraut b9a3139397 psql: Rename results to result when only a single one is meant 4 years ago
Peter Eisentraut f5744f1d1e Update comment 4 years ago
Fujii Masao 400fc6b648 Add min() and max() aggregates for xid8. 4 years ago
Noah Misch adbd00f7a5 Use Test::Builder::todo_start(), replacing $::TODO. 4 years ago
Michael Paquier 0147fc7c8c Fix typo in multixact.c 4 years ago
Michael Paquier 4567596316 Reduce more the number of calls to GetMaxBackends() 4 years ago
Tom Lane f0cd9097cf Further tweaks for psql's new tab-completion logic. 4 years ago
Tom Lane c5f5b4dd4b Test honestly for <sys/signalfd.h>. 4 years ago
Daniel Gustafsson f48385c132 Fix typo in archive modules docs 4 years ago
Daniel Gustafsson 1a29217a00 Free temporary memory when reading TOC 4 years ago
Michael Paquier cf29a11ef6 Retire src/backend/utils/misc/check_guc 4 years ago
Michael Paquier b0a55f4d4a Add TAP test to automate the equivalent of check_guc 4 years ago
Tom Lane d5c2a91e54 Remove ppport.h's broken re-implementation of eval_pv(). 4 years ago
Robert Haas aa64f23b02 Remove MaxBackends variable in favor of GetMaxBackends() function. 4 years ago
Tom Lane 2da896182c Rename create_function_N test scripts for clarity. 4 years ago
Tom Lane cc50080a82 Rearrange core regression tests to reduce cross-script dependencies. 4 years ago
Michael Paquier ba15f16107 Add PostgreSQL::Test::Cluster::config_data() 4 years ago
Alexander Korotkov f1ea98a797 Reduce non-leaf keys overlap in GiST indexes produced by a sorted build 4 years ago
Michael Paquier 42a9e88bf6 Add (void) cast in front of rmtree() call at the end of pg_upgrade 4 years ago
Michael Paquier 38bfae3652 pg_upgrade: Move all the files generated internally to a subdirectory 4 years ago
Tom Lane cbadfc1f8a Doc: be clearer that foreign-table partitions need user-added constraints. 4 years ago
Tom Lane 5e26aa641e Test, don't just Assert, that mergejoin's inputs are in order. 4 years ago
John Naylor b31e3f5613 Improve worst-case performance of text_position_get_match_pos() 4 years ago
Thomas Munro 807fee1a39 Track LLVM 14 API changes, up to 2022-01-30. 4 years ago
Amit Kapila 7f481b8d38 Improve invalidation handling in pgoutput.c. 4 years ago
Robert Haas 00c360a89c In basic_archive tests, insist on wal_level='replica'. 4 years ago
Robert Haas 5ef1eefd76 Allow archiving via loadable modules. 4 years ago