summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2025-01-09Fix off_t overflow in pg_basebackup on Windows.Thomas Munro
2024-12-28Try to avoid semaphore-related test failures on NetBSD/OpenBSD.Tom Lane
2024-12-18Fix memory leak in pg_restore with zstd-compressed data.Tom Lane
2024-12-17pg_combinebackup: Fix PITR comparison test in 002_compare_backupsMichael Paquier
2024-12-15pgbench: fix misprocessing of some nested \if constructs.Tom Lane
2024-12-13Fix possible crash in pg_dump with identity sequences.Tom Lane
2024-12-10Improve reporting of pg_upgrade log files on test failureMichael Paquier
2024-11-28psql: Add tab completion for COPY (MERGE ...Peter Eisentraut
2024-11-28Revert "Handle better implicit transaction state of pipeline mode"Michael Paquier
2024-11-27pgbench: Ensure previous progress message is fully cleared when updating.Fujii Masao
2024-11-27Handle better implicit transaction state of pipeline modeMichael Paquier
2024-11-26meson: Build pgevent as shared_module rather than shared_libraryPeter Eisentraut
2024-11-26Clean up newlines following left parenthesesÁlvaro Herrera
2024-11-22psql: Include \pset xheader_width in --help=commands|variablesMichael Paquier
2024-11-21Fix newly introduced 010_keep_recycled_wals.plÁlvaro Herrera
2024-11-15Avoid deleting critical WAL segments during pg_rewindÁlvaro Herrera
2024-11-11Translation updatesPeter Eisentraut
2024-11-04pg_basebackup, pg_receivewal: fix failure to find password in ~/.pgpass.Tom Lane
2024-11-04pg_combinebackup: Error if incremental file exists in full backup.Robert Haas
2024-11-04pg_combinebackup: When reconstructing, avoid double slash in filename.Robert Haas
2024-10-14psql: Fix \watch when using interval values less than 1msMichael Paquier
2024-10-07vacuumdb: Schema-qualify operator in catalog query's WHERE clause.Nathan Bossart
2024-10-07Fix Y2038 issues with MyStartTime.Nathan Bossart
2024-10-05Reject non-ASCII locale names.Thomas Munro
2024-09-30Remove incorrect entries in pg_walsummary's getopt_long call.Tom Lane
2024-09-30reindexdb: Skip reindexing temporary tables and indexes.Fujii Masao
2024-09-25Remove extra whitespace in pg_upgrade status message.Nathan Bossart
2024-09-25vacuumdb: Skip temporary tables in query to build list of relationsMichael Paquier
2024-09-24Fix psql describe commands' handling of ACL columns for old servers.Tom Lane
2024-09-23Translation updatesPeter Eisentraut
2024-09-19psql: Fix memory leak with repeated calls of \bindMichael Paquier
2024-09-17Repair pg_upgrade for identity sequences with non-default persistence.Tom Lane
2024-09-02Fix warnings from msgfmtPeter Eisentraut
2024-09-02Translation updatesPeter Eisentraut
2024-08-29Message style improvementsPeter Eisentraut
2024-08-27Message style improvementsPeter Eisentraut
2024-08-26pg_upgrade: Message style improvementsPeter Eisentraut
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-08-24pg_createsubscriber: Message style improvementsPeter Eisentraut
2024-08-08Fix pg_rewind debug output to print the source timeline historyHeikki Linnakangas
2024-08-05Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada
2024-08-05Translation updatesPeter Eisentraut
2024-08-02Fix NLS file reference in pg_createsubscriberAlvaro Herrera
2024-08-02pg_createsubscriber: Fix bogus error messageAlvaro Herrera
2024-08-01pg_createsubscriber: Rename option --socket-directory to --socketdirPeter Eisentraut
2024-07-30pg_createsubscriber: Remove obsolete commentPeter Eisentraut
2024-07-30pg_createsubscriber: Fix an unpredictable recovery wait time.Amit Kapila
2024-07-29Count individual SQL commands in pg_restore's --transaction-size mode.Tom Lane
2024-07-29Reduce number of commands dumpTableSchema emits for binary upgrade.Tom Lane
2024-07-26Wait for WAL summarization to catch up before creating .partial file.Robert Haas