aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* 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
* pg_basebackup: Generate valid temporary slot names under PQbackendPID()Michael Paquier2023-09-07
* Unify gratuitously different error messagesPeter Eisentraut2023-09-05
* Fix pg_dump assertion failure when dumping pg_catalog.Jeff Davis2023-08-22
* Translation updatesPeter Eisentraut2023-08-07
* Handle DROP DATABASE getting interruptedAndres Freund2023-07-13
* Fix tmpdir issues with commit e213de8e78Andrew Dunstan2023-07-08
* Use shorter location for pg_replslot in pg_basebackup testAndrew Dunstan2023-07-08
* Skip pg_baseback long filename test if path too long on WindowsAndrew Dunstan2023-07-06
* Improve pg_basebackup long file name test Windows robustnessAndrew Dunstan2023-07-03
* Fix pg_dump's failure to honor dependencies of SQL functions.Tom Lane2023-06-04