Commit Graph

52946 Commits (00c360a89c1ab5ced2b07e2f531998fa6842f194)
 

Author SHA1 Message Date
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
Fujii Masao 108505d763 Prevent memory context logging from sending log message to connected client. 4 years ago
Andres Freund 7340aceed7 Specify --host in 027_stream_regress.pl's pg_regress invocation. 4 years ago
Robert Haas 8ee940843d Avoid referencing Z_DEFAULT_COMPRESSION outside HAVE_LIBZ. 4 years ago
Robert Haas 71cbbbbe80 pg_basebackup: Add a dummy return to bbsink_gzip_new(). 4 years ago
Tomas Vondra f192e1bdf3 Fix ordering of XIDs in ProcArrayApplyRecoveryInfo 4 years ago
Peter Eisentraut c9cfc861fc Remove some trailing whitespace in documentation files 4 years ago
Robert Haas dabf63bc9a pg_basebackup: Fix a couple of recently-introduced bugs. 4 years ago
Andrew Dunstan acea505186
Improve msys2 detection for TAP tests 4 years ago
Peter Eisentraut fefce9ef98 psql: Add tab completion for ALTER COLLATION / REFRESH VERSION 4 years ago
Peter Eisentraut 54637508f8 Change collate and ctype fields to type text 4 years ago