Commit Graph

52956 Commits (cc50080a828dd4791b43539f5a0f976e535d147c)
 

Author SHA1 Message Date
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
Tom Lane b426bd48ee Simplify coding around path_contains_parent_reference(). 4 years ago
Tom Lane c10f830c51 Make canonicalize_path() more canonical. 4 years ago
Andres Freund c89f409749 plperl: windows: Use Perl_setlocale on 5.28+, fixing compile failure. 4 years ago
Michael Paquier d10e41d423 Introduce pg_settings_get_flags() to find flags associated to a GUC 4 years ago
Tom Lane 02b8048ba5 psql: improve tab-complete's handling of variant SQL names. 4 years ago
Alvaro Herrera b3d7d6e462
Remove xloginsert.h from xlog.h 4 years ago
Tom Lane 8e2e0f7586 Fix failure to validate the result of select_common_type(). 4 years ago
Michael Paquier 5ecd0183fb Fix comments about bgworker registration before MaxBackends initialization 4 years ago
Peter Geoghegan bf42fcace5 vacuumlazy.c: Rename state field for consistency. 4 years ago
Michael Paquier dc084d7c73 Fix incorrect memory context switch in COPY TO execution 4 years ago
Robert Haas 0d72d6b341 Add bbstreamer_gzip.c to Mkvcbuild.pm. 4 years ago
Alvaro Herrera 95787e849b
Tab-complete ALTER PUBLICATION ADD TABLE with list of tables 4 years ago
Robert Haas 82331ed4dd Remove superfluous variable. 4 years ago
Robert Haas aeb4cc9ea0 Move the code to archive files via the shell to a separate file. 4 years ago
Robert Haas 7f6772317b Adjust server-side backup to depend on pg_write_server_files. 4 years ago
Robert Haas 51891d5a95 pg_basebackup: Cleaner handling when compression is multiply specified. 4 years ago
Robert Haas da505eafca Fix mistakes in commit d45099425e. 4 years ago
Robert Haas d45099425e Allow server-side compression to be used with -Fp. 4 years ago
Peter Eisentraut 43f33dc018 Add HEADER support to COPY text format 4 years ago
Peter Eisentraut 5553cbd4fe Add some const decorations 4 years ago
Peter Eisentraut 9a50f2e51c doc: Update ALTER COLLATION wording 4 years ago
Etsuro Fujita eabcfd99ed Fix typo in comment. 4 years ago