summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2025-04-16Fix pg_dump --clean with partitioned indexes.Tom Lane
2025-02-21Fix pg_dumpall to cope with dangling OIDs in pg_auth_members.Tom Lane
2025-02-17Translation updatesÁlvaro Herrera
2025-02-10Specify the encoding of input to fmtId()Andres Freund
2025-02-10Translation updatesPeter Eisentraut
2025-02-07Fix pgbench performance issue induced by commit af35fe501.Tom Lane
2025-02-04pg_controldata: Fix possible errors on corrupted pg_controlAlexander Korotkov
2025-02-04vacuumdb: Add missing PQfinish() calls to vacuum_one_database().Nathan Bossart
2025-01-29Avoid breaking SJIS encoding while de-backslashing Windows paths.Tom Lane
2025-01-09Fix off_t overflow in pg_basebackup on Windows.Thomas Munro
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-11-27pgbench: Ensure previous progress message is fully cleared when updating.Fujii Masao
2024-11-11Translation updatesPeter Eisentraut
2024-10-07vacuumdb: Schema-qualify operator in catalog query's WHERE clause.Nathan Bossart
2024-10-07Fix Y2038 issues with MyStartTime.Nathan Bossart
2024-09-30reindexdb: Skip reindexing temporary tables and indexes.Fujii Masao
2024-09-25vacuumdb: Skip temporary tables in query to build list of relationsMichael Paquier
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-07-13Make sure to run pg_isready on correct portAndrew Dunstan
2024-06-28Improve test coverage for changes to inplace-updated catalogs.Noah Misch
2024-06-27Backport BackgroundPsql perl test moduleHeikki Linnakangas
2024-06-13Skip some permissions checks on CygwinAndrew Dunstan
2024-05-17Refuse upgrades from pre-9.0 clustersDaniel Gustafsson
2024-05-07Ensure that "pg_restore -l" reports dependent TOC entries correctly.Tom Lane
2024-05-06Translation updatesPeter Eisentraut
2024-03-22Fix typo in pg_dumpall role comments fixDaniel Gustafsson
2024-03-21Fix dumping role comments when using --no-role-passwordsDaniel Gustafsson
2024-02-13Revert "Skip .DS_Store files in server side utils"Daniel Gustafsson
2024-02-13Skip .DS_Store files in server side utilsDaniel Gustafsson
2024-02-05Translation updatesPeter Eisentraut
2024-02-01Avoid package qualification of $windows_osAndrew Dunstan
2024-01-31Use older name for test_primary_datadirAndrew Dunstan
2024-01-30Fix 003_extrafiles.pl test for the WindowsAndrew Dunstan
2024-01-12pg_ctl: Disable autoruns for cmd.exe on WindowsMichael Paquier
2023-12-29In pg_dump, don't dump a stats object unless dumping underlying table.Tom Lane
2023-11-13Don't try to dump RLS policies or security labels for extension objects.Tom Lane
2023-11-06Translation updatesPeter Eisentraut
2023-11-03doc: \copy can get data values \. and end-of-input confusedBruce Momjian
2023-11-03pg_upgrade: Add missing newline to messagePeter Eisentraut
2023-10-14Don't spuriously report FD_SETSIZE exhaustion on Windows.Noah Misch
2023-10-02Fix omission of column-level privileges in selective pg_restore.Tom Lane
2023-09-25pg_dump: tests: Correct test condition for invalid databasesAndres Freund
2023-09-25pg_upgrade: check for types removed in pg12Alvaro Herrera
2023-09-07pg_basebackup: Generate valid temporary slot names under PQbackendPID()Michael Paquier
2023-07-13Handle DROP DATABASE getting interruptedAndres Freund
2023-07-06Skip pg_baseback long filename test if path too long on WindowsAndrew Dunstan
2023-07-03Revert "Improve pg_basebackup long file name test Windows robustness"Andrew Dunstan