Commit Graph

52928 Commits (b426bd48ee3f5a6890038421f81df7ed919d73dc)
 

Author SHA1 Message Date
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
Etsuro Fujita 9e283fc85d postgres_fdw: Fix handling of a pending asynchronous request in postgresReScanForeignScan(). 4 years ago
Noah Misch ce6d79368e On sparc64+ext4, suppress test failures from known WAL read failure. 4 years ago
Magnus Hagander 2dbb7b9b22 Fix pg_hba_file_rules for authentication method cert 4 years ago
Tom Lane bd233bdd8d Replace use of deprecated Python module distutils.sysconfig, take 2. 4 years ago
Tom Lane e221770661 Revert "Temporarily add some information about python include paths to configure." 4 years ago
Robert Haas e1f860f134 Tidy up a few cosmetic issues related to pg_basebackup. 4 years ago
David Rowley f9a74c1498 Consider parallel awareness when removing single-child Appends 4 years ago
Michael Paquier 741bd32933 Improve errors related to incorrect TLI on checkpoint record replay 4 years ago
Michael Paquier 410aa248e5 Fix various typos, grammar and code style in comments and docs 4 years ago
Andrew Dunstan c817a072aa
Unbreak pg_verifybackup/t/008_untar.pl on msys 4 years ago
Andrew Dunstan e9d4001ec5 Add tests of the CREATEROLE attribute 4 years ago
Tom Lane 6aa5186146 Fix limitations on what SQL commands can be issued to a walsender. 4 years ago
Robert Haas 0ad8032910 Server-side gzip compression. 4 years ago
Robert Haas aa01051418 pg_upgrade: Preserve database OIDs. 4 years ago
Andrew Dunstan 4f0bcc7350
Unbreak pg_basebackup/t/010_pg_basebackup.pl on msys 4 years ago
Tom Lane 3c06ec6d14 Remember to reset yy_start state when firing up repl_scanner.l. 4 years ago
Andres Freund f032f63e72 Temporarily add some information about python include paths to configure. 4 years ago
Andres Freund 9c86d9337e pg_basebackup: Skip a few more fsyncs if --no-sync is specified. 4 years ago