Commit Graph

53178 Commits (6bdf1a1400d3fb8c87e020be943942dcab7e75e2)
 

Author SHA1 Message Date
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
Andres Freund 7c1aead6cb Fix compiler warning in non-assert builds, introduced in f862d57057. 4 years ago
Andrew Dunstan c1838b6f7a
Authorize new user in pg_basebackup tests 4 years ago
Peter Eisentraut 94aa7cc5f7 Add UNIQUE null treatment option 4 years ago
Etsuro Fujita f862d57057 Further fix for EvalPlanQual with mix of local and foreign partitions. 4 years ago
Tom Lane 4b0e37faaf Remove configure's check for rl_completion_append_character. 4 years ago
Bruce Momjian 9d179d9c23 doc: clarify syntax notation, particularly parentheses 4 years ago
Andres Freund f3feff8259 windows: Improve crash / assert / exception handling. 4 years ago
Andres Freund 6dcc185266 ci: windows: run tests under timeout. 4 years ago
Tom Lane d33a81203e Improve psql tab-completion tests. 4 years ago
Robert Haas 8e2b6d45a0 Fix server crash bug in 'server' backup target. 4 years ago
Peter Eisentraut 87669de72c Some cleanup for change of collate and ctype fields to type text 4 years ago
Peter Eisentraut cb2bab14ff doc: Fix mistake in PL/Python documentation 4 years ago
Thomas Munro 4d7c3e3447 Fix recovery conflict in 027_stream_regress.pl. 4 years ago
Tom Lane 020258fbd3 Treat case of tab-completion keywords a bit more carefully. 4 years ago
Tom Lane a5a9d77b8b Doc: modernize documentation for lo_create()/lo_creat(). 4 years ago
John Naylor 0526f2f4c3 Fix missing undefine in sort_template.h 4 years ago