summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2022-02-07Add (void) cast in front of rmtree() call at the end of pg_upgradeMichael Paquier
2022-02-06pg_upgrade: Move all the files generated internally to a subdirectoryMichael Paquier
2022-02-03Authorize new user in pg_basebackup testsAndrew Dunstan
2022-02-03Add UNIQUE null treatment optionPeter Eisentraut
2022-02-03Remove configure's check for rl_completion_append_character.Tom Lane
2022-02-02Improve psql tab-completion tests.Tom Lane
2022-02-02Fix server crash bug in 'server' backup target.Robert Haas
2022-02-01Treat case of tab-completion keywords a bit more carefully.Tom Lane
2022-01-30psql: improve tab-complete's handling of variant SQL names.Tom Lane
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-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-27Avoid referencing Z_DEFAULT_COMPRESSION outside HAVE_LIBZ.Robert Haas
2022-01-27pg_basebackup: Fix a couple of recently-introduced bugs.Robert Haas
2022-01-27psql: Add tab completion for ALTER COLLATION / REFRESH VERSIONPeter Eisentraut
2022-01-25Tidy up a few cosmetic issues related to pg_basebackup.Robert Haas
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-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-23pg_basebackup: Skip a few more fsyncs if --no-sync is specified.Andres Freund
2022-01-23pg_dump: avoid useless query in binary_upgrade_set_type_oids_by_type_oidTom Lane
2022-01-23Clean up recent Coverity complaints.Tom Lane
2022-01-21Extend the options of pg_basebackup to control compressionMichael Paquier
2022-01-20Support base backup targets.Robert Haas
2022-01-20Remove 'datlastsysoid'.Robert Haas
2022-01-19Make logical decoding a part of the rmgr.Jeff Davis
2022-01-18Modify pg_basebackup to use a new COPY subprotocol for base backups.Robert Haas
2022-01-18Fix psql \d's query for identifying parent triggers.Tom Lane
2022-01-17tests: Consistently use pg_basebackup -cfast --no-sync to accelerate tests.Andres Freund
2022-01-17pg_upgrade: Preserve relfilenodes and tablespace OIDs.Robert Haas
2022-01-17Fix typo in pg_dumpall.cMichael Paquier
2022-01-17Add support for --no-table-access-method in pg_{dump,dumpall,restore}Michael Paquier
2022-01-17Introduce log_destination=jsonlogMichael Paquier
2022-01-16Fix psql's tab-completion of enum label values.Tom Lane
2022-01-16Clean up TAP tests' usage of wait_for_catchup().Tom Lane
2022-01-15Add tab-completion for CREATE FOREIGN TABLE.Fujii Masao
2022-01-11Clean up messy API for src/port/thread.c.Tom Lane
2022-01-10Make EXEC_BACKEND more convenient on Linux and FreeBSD.Thomas Munro
2022-01-10Prefer $HOME when looking up the current user's home directory.Tom Lane
2022-01-08Fix issues with describe queries of extended statistics in psqlMichael Paquier
2022-01-08Fix thinko coming from 000f3adfMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2022-01-07Add TAP tests for pg_basebackup with compressionMichael Paquier
2022-01-07Refactor tar method of walmethods.c to rely on the compression methodMichael Paquier
2022-01-06Extend psql's \lo_list/\dl to be able to print large objects' ACLs.Tom Lane