aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Fix pg_recvlogical avoidance of superfluous Standby Status Update.Noah Misch2020-05-13
* In successful pg_recvlogical, end PGRES_COPY_OUT cleanly.Noah Misch2020-05-13
* Translation updatesPeter Eisentraut2020-05-11
* pg_restore: Provide file name with one failure messageAlvaro Herrera2020-05-08
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-01
* Fix bogus tar-file padding logic for standby.signal.Robert Haas2020-04-27
* Update Windows timezone name list to include currently-known zones.Tom Lane2020-04-24
* Improve placement of "display name" comment in win32_tzmap[] entries.Tom Lane2020-04-24
* Fix minor memory leak in pg_basebackup and pg_receivewalMichael Paquier2020-04-17
* Fix minor memory leak in pg_dumpMichael Paquier2020-04-15
* createuser: Change a fprintf to pg_log_errorPeter Eisentraut2020-04-08
* Fix pg_dump/pg_restore to restore event trigger comments later.Tom Lane2020-04-08
* Fix crash in psql when attempting to reuse old connectionMichael Paquier2020-04-01
* psql: do file completion for \gxBruce Momjian2020-03-31
* pg_upgrade: make get_major_server_version() err msg consistentBruce Momjian2020-03-19
* Plug memory leakAlvaro Herrera2020-03-16
* Add pg_dump support for ALTER obj DEPENDS ON EXTENSIONAlvaro Herrera2020-03-11
* Fix pg_dump/pg_restore to restore event triggers later.Tom Lane2020-03-09
* Remove TAP test for createdb --lc-ctypeMichael Paquier2020-02-27
* Skip foreign tablespaces when running pg_checksums/pg_verify_checksumsMichael Paquier2020-02-27
* createdb: Fix quoting of --encoding, --lc-ctype and --lc-collateMichael Paquier2020-02-27
* Add prefix checks in exclude lists for pg_rewind, pg_checksums and base backupsMichael Paquier2020-02-24
* Teach pg_dump to dump comments on RLS policy objects.Tom Lane2020-02-17
* Try again to work around Windows' ERROR_SHARING_VIOLATION in pg_ctl.Tom Lane2020-02-16
* Document the pg_upgrade -j/--jobs option as taking an argumentPeter Eisentraut2020-02-11
* createuser: fix parsing of --connection-limit argumentAlvaro Herrera2020-02-10
* Translation updatesPeter Eisentraut2020-02-10
* Revert "pg_upgrade: Fix quoting of some arguments in pg_ctl command"Michael Paquier2020-02-10
* pg_upgrade: Fix quoting of some arguments in pg_ctl commandMichael Paquier2020-02-10
* Fix parallel pg_dump/pg_restore for failure to create worker processes.Tom Lane2020-01-31
* Fix pg_dump's sigTermHandler() to use _exit() not exit().Tom Lane2020-01-20
* Add pg_dump test for triggers on partitioned tablesAlvaro Herrera2019-12-27
* In pg_ctl, work around ERROR_SHARING_VIOLATION on the postmaster log file.Tom Lane2019-12-10
* Fix failures with TAP tests of pg_ctl on WindowsMichael Paquier2019-12-03
* Handle arrays and ranges in pg_upgrade's test for non-upgradable types.Tom Lane2019-11-13
* Translation updatesPeter Eisentraut2019-11-11
* Fix integer-overflow edge case detection in interval_mul and pgbench.Tom Lane2019-11-07
* Stabilize pg_dump output order for similarly-named triggers and policies.Tom Lane2019-11-04
* pg_waldump: Fix --bkp-details to not issue spurious newlines for FPWs.Andres Freund2019-10-29
* pg_waldump: Fix small memory leak when rmgr->rm_identify returns NULL.Andres Freund2019-10-29
* Fix initialization of fake LSN for unlogged relationsMichael Paquier2019-10-27
* Fix parallel restore of FKs to partitioned tablesAlvaro Herrera2019-10-17
* Improve the check for pg_catalog.unknown data type in pg_upgradeTomas Vondra2019-10-16
* Improve the check for pg_catalog.line data type in pg_upgradeTomas Vondra2019-10-16
* Correct reference to pg_catalog.regtype in pg_upgrade queryTomas Vondra2019-10-15
* Check for tables with sql_identifier during pg_upgradeTomas Vondra2019-10-14
* Avoid use of wildcard in pg_waldump's .gitignore.Tom Lane2019-10-05
* Fix --dry-run mode of pg_rewindMichael Paquier2019-10-04
* Translation updatesPeter Eisentraut2019-09-29
* Add tab completion for EXPLAIN (SETTINGS) in psqlMichael Paquier2019-09-27