summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2022-01-05Create foreign key triggers in partitioned tables tooAlvaro Herrera
2022-01-04pg_dump: Refactor dumpDatabase()Peter Eisentraut
2022-01-03Tab completion: don't offer valid constraints in VALIDATE CONSTRAINT.Tom Lane
2021-12-31pg_dump: avoid unsafe function calls in getPolicies().Tom Lane
2021-12-31pg_dump: minor performance improvements from eliminating sub-SELECTs.Tom Lane
2021-12-31pg_dump: make dumpPublication et al. less unlike sibling functions.Tom Lane
2021-12-30Minor cleanup/optimization in pg_dump.Tom Lane
2021-12-29Fix incorrect format placeholdersPeter Eisentraut
2021-12-21Add help & tab-complete support for psql's \getenv.Tom Lane
2021-12-20Add a \getenv command to psql.Tom Lane
2021-12-20pg_dump: Refactor getIndexes()Peter Eisentraut
2021-12-19Remove some more dead code in pg_dump.Tom Lane
2021-12-18Fix typo in TAP tests of pg_receivewalMichael Paquier