aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Ignore attempts to \gset into specially treated variables.Noah Misch2020-11-09
* Translation updatesPeter Eisentraut2020-11-09
* Fix redundant error messages in client toolsPeter Eisentraut2020-11-07
* Revert "pg_dump: Lock all relations, not just plain tables".Tom Lane2020-11-06
* Avoid null pointer dereference if error result lacks SQLSTATE.Tom Lane2020-11-01
* Use mode "r" for popen() in psql's evaluate_backtick().Tom Lane2020-10-28
* pg_dump: Lock all relations, not just plain tablesAlvaro Herrera2020-10-27
* Fix connection string handling in psql's \connect command.Tom Lane2020-10-21
* Fix connection string handling in src/bin/scripts/ programs.Tom Lane2020-10-19
* In libpq for Windows, call WSAStartup once and WSACleanup not at all.Tom Lane2020-10-19
* pg_upgrade: remove C99 compiler req. from commit 3c0471b5fdBruce Momjian2020-10-15
* pg_upgrade: generate check error for left-over new tablespaceBruce Momjian2020-10-15
* Rethink recent fix for pg_dump's handling of extension config tables.Tom Lane2020-10-07
* pg_upgrade: remove pre-8.4 code and >= 8.4 checkBruce Momjian2020-10-06
* pg_upgrade; change major version comparisons to use <=, not <Bruce Momjian2020-10-06
* Fix handling of -d "connection string" in pg_dump/pg_restore.Tom Lane2020-09-24
* Remove useless lstat() call in pg_rewind.Tom Lane2020-09-06
* Fix typo in commentAlvaro Herrera2020-09-01
* Translation updatesPeter Eisentraut2020-08-10
* Check for fseeko() failure in pg_dump's _tarAddFile().Tom Lane2020-08-09
* Switch pg_test_fsync to use binary mode on WindowsMichael Paquier2020-07-16
* Replace use of sys_siglist[] with strsignal().Tom Lane2020-07-15
* Fix handling of missing files when using pg_rewind with online sourceMichael Paquier2020-07-15
* Avoid trying to restore table ACLs and per-column ACLs in parallel.Tom Lane2020-07-11
* Tighten up Windows CRLF conversion in our TAP test scripts.Tom Lane2020-07-09
* Ensure write failure reports no-disk-spaceAlvaro Herrera2020-06-19
* pg_upgrade: set vacuum_defer_cleanup_age to zeroBruce Momjian2020-06-15
* 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
* 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
* Fix pg_dump/pg_restore to restore event trigger comments later.Tom Lane2020-04-08
* 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
* 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