aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Fix off_t overflow in pg_basebackup on Windows.Thomas Munro2025-01-09
* pgbench: fix misprocessing of some nested \if constructs.Tom Lane2024-12-15
* Fix possible crash in pg_dump with identity sequences.Tom Lane2024-12-13
* Improve reporting of pg_upgrade log files on test failureMichael Paquier2024-12-11
* Revert "Handle better implicit transaction state of pipeline mode"Michael Paquier2024-11-28
* pgbench: Ensure previous progress message is fully cleared when updating.Fujii Masao2024-11-27
* Handle better implicit transaction state of pipeline modeMichael Paquier2024-11-27
* Fix newly introduced 010_keep_recycled_wals.plÁlvaro Herrera2024-11-21
* Avoid deleting critical WAL segments during pg_rewindÁlvaro Herrera2024-11-15
* Translation updatesPeter Eisentraut2024-11-11
* Replace pgwin32_is_junction() with lstat().Thomas Munro2024-11-08
* vacuumdb: Schema-qualify operator in catalog query's WHERE clause.Nathan Bossart2024-10-07
* Fix Y2038 issues with MyStartTime.Nathan Bossart2024-10-07
* reindexdb: Skip reindexing temporary tables and indexes.Fujii Masao2024-09-30
* vacuumdb: Skip temporary tables in query to build list of relationsMichael Paquier2024-09-25
* Repair pg_upgrade for identity sequences with non-default persistence.Tom Lane2024-09-17
* Fix pg_rewind debug output to print the source timeline historyHeikki Linnakangas2024-08-08
* Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada2024-08-05
* Translation updatesPeter Eisentraut2024-08-05
* Make sure to run pg_isready on correct portAndrew Dunstan2024-07-13
* Symlink pg_replslot robustly on Windows in pg_basebackup testAndrew Dunstan2024-07-08
* Improve test coverage for changes to inplace-updated catalogs.Noah Misch2024-06-27
* Backport BackgroundPsql perl test moduleHeikki Linnakangas2024-06-27
* Skip some permissions checks on CygwinAndrew Dunstan2024-06-13
* Fix query result leak during binary upgradeDaniel Gustafsson2024-05-15
* Ensure that "pg_restore -l" reports dependent TOC entries correctly.Tom Lane2024-05-07
* Translation updatesPeter Eisentraut2024-05-06
* createdb: compare strategy case-insensitiveTomas Vondra2024-04-21
* In psql, avoid leaking a PGresult after a query is cancelled.Tom Lane2024-04-08
* Fix dumping role comments when using --no-role-passwordsDaniel Gustafsson2024-03-21
* Skip .DS_Store files in server side utilsDaniel Gustafsson2024-02-13
* Translation updatesPeter Eisentraut2024-02-05
* Avoid package qualification of $windows_osAndrew Dunstan2024-02-01
* Fix 003_extrafiles.pl test for the WindowsAndrew Dunstan2024-01-30
* Abort pgbench if script end is reached with an open pipelineAlvaro Herrera2024-01-22
* pg_ctl: Disable autoruns for cmd.exe on WindowsMichael Paquier2024-01-12
* In pg_dump, don't dump a stats object unless dumping underlying table.Tom Lane2023-12-29
* Fix path of regress shared library in pg_upgrade testMichael Paquier2023-12-08
* Apply filters to dump files all the time in 002_pg_upgrade.plMichael Paquier2023-12-06
* Don't use pgbench -j in testsAlvaro Herrera2023-12-04
* Don't try to dump RLS policies or security labels for extension objects.Tom Lane2023-11-13
* Translation updatesPeter Eisentraut2023-11-06
* doc: \copy can get data values \. and end-of-input confusedBruce Momjian2023-11-03
* pg_upgrade: Add missing newline to messagePeter Eisentraut2023-11-03
* pg_upgrade: Fix test name in 002_pg_upgrade.plMichael Paquier2023-10-18
* Don't spuriously report FD_SETSIZE exhaustion on Windows.Noah Misch2023-10-14
* Fix omission of column-level privileges in selective pg_restore.Tom Lane2023-10-02
* pg_dump: tests: Correct test condition for invalid databasesAndres Freund2023-09-25
* pg_upgrade: check for types removed in pg12Alvaro Herrera2023-09-25
* Skip psql's TAP test for query cancellation entirely on WindowsMichael Paquier2023-09-13