summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-31Simplify coding around path_contains_parent_reference().Tom Lane
2022-01-31Make canonicalize_path() more canonical.Tom Lane
2022-01-31plperl: windows: Use Perl_setlocale on 5.28+, fixing compile failure.Andres Freund
2022-01-30Introduce pg_settings_get_flags() to find flags associated to a GUCMichael Paquier
2022-01-30psql: improve tab-complete's handling of variant SQL names.Tom Lane
2022-01-30Remove xloginsert.h from xlog.hAlvaro Herrera
2022-01-29Fix failure to validate the result of select_common_type().Tom Lane
2022-01-29Fix comments about bgworker registration before MaxBackends initializationMichael Paquier
2022-01-29vacuumlazy.c: Rename state field for consistency.Peter Geoghegan
2022-01-29Fix incorrect memory context switch in COPY TO executionMichael Paquier
2022-01-28Add bbstreamer_gzip.c to Mkvcbuild.pm.Robert Haas
2022-01-28Tab-complete ALTER PUBLICATION ADD TABLE with list of tablesAlvaro Herrera
2022-01-28Remove superfluous variable.Robert Haas
2022-01-28Move the code to archive files via the shell to a separate file.Robert Haas
2022-01-28Adjust server-side backup to depend on pg_write_server_files.Robert Haas
2022-01-28pg_basebackup: Cleaner handling when compression is multiply specified.Robert Haas
2022-01-28Fix mistakes in commit d45099425eb19e420433c9d81d354fe585f4dbd6.Robert Haas
2022-01-28Allow server-side compression to be used with -Fp.Robert Haas
2022-01-28Add HEADER support to COPY text formatPeter Eisentraut
2022-01-28Add some const decorationsPeter Eisentraut
2022-01-28doc: Update ALTER COLLATION wordingPeter Eisentraut
2022-01-28Fix typo in comment.Etsuro Fujita
2022-01-28Prevent memory context logging from sending log message to connected client.Fujii Masao
2022-01-27Specify --host in 027_stream_regress.pl's pg_regress invocation.Andres Freund
2022-01-27Avoid referencing Z_DEFAULT_COMPRESSION outside HAVE_LIBZ.Robert Haas
2022-01-27pg_basebackup: Add a dummy return to bbsink_gzip_new().Robert Haas
2022-01-27Fix ordering of XIDs in ProcArrayApplyRecoveryInfoTomas Vondra
2022-01-27Remove some trailing whitespace in documentation filesPeter Eisentraut
2022-01-27pg_basebackup: Fix a couple of recently-introduced bugs.Robert Haas
2022-01-27Improve msys2 detection for TAP testsAndrew Dunstan
2022-01-27psql: Add tab completion for ALTER COLLATION / REFRESH VERSIONPeter Eisentraut
2022-01-27Change collate and ctype fields to type textPeter Eisentraut
2022-01-27postgres_fdw: Fix handling of a pending asynchronous request in postgresReSca...Etsuro Fujita
2022-01-27On sparc64+ext4, suppress test failures from known WAL read failure.Noah Misch
2022-01-26Fix pg_hba_file_rules for authentication method certMagnus Hagander
2022-01-25Replace use of deprecated Python module distutils.sysconfig, take 2.Tom Lane
2022-01-25Revert "Temporarily add some information about python include paths to config...Tom Lane
2022-01-25Tidy up a few cosmetic issues related to pg_basebackup.Robert Haas
2022-01-25Consider parallel awareness when removing single-child AppendsDavid Rowley
2022-01-25Improve errors related to incorrect TLI on checkpoint record replayMichael Paquier
2022-01-25Fix various typos, grammar and code style in comments and docsMichael Paquier
2022-01-24Unbreak pg_verifybackup/t/008_untar.pl on msysAndrew Dunstan
2022-01-24Add tests of the CREATEROLE attributeAndrew Dunstan
2022-01-24Fix limitations on what SQL commands can be issued to a walsender.Tom Lane
2022-01-24Server-side gzip compression.Robert Haas
2022-01-24pg_upgrade: Preserve database OIDs.Robert Haas
2022-01-24Unbreak pg_basebackup/t/010_pg_basebackup.pl on msysAndrew Dunstan
2022-01-24Remember to reset yy_start state when firing up repl_scanner.l.Tom Lane
2022-01-24Temporarily add some information about python include paths to configure.Andres Freund
2022-01-23pg_basebackup: Skip a few more fsyncs if --no-sync is specified.Andres Freund