summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Translation updatesPeter Eisentraut2021-02-084-1874/+1890
* pgbench: Remove dead codeAlvaro Herrera2021-01-281-8/+0
* Report the true database name on connection errorsAlvaro Herrera2021-01-262-3/+4
* Code review for psql's helpSQL() function.Tom Lane2021-01-261-21/+36
* initdb: complete getopt_long alphabetizationBruce Momjian2020-12-121-1/+1
* initdb: properly alphabetize getopt_long options in C stringBruce Momjian2020-12-121-1/+1
* Fix more race conditions in the newly-added pg_rewind test.Heikki Linnakangas2020-12-071-7/+15
* Fix race conditions in newly-added test.Heikki Linnakangas2020-12-041-15/+34
* Fix pg_rewind bugs when rewinding a standby server.Heikki Linnakangas2020-12-033-25/+211
* Fix recently-introduced breakage in psql's \connect command.Tom Lane2020-11-291-17/+49
* Ignore attempts to \gset into specially treated variables.Noah Misch2020-11-093-0/+26
* Translation updatesPeter Eisentraut2020-11-0935-5998/+17185
* Fix redundant error messages in client toolsPeter Eisentraut2020-11-072-4/+2
* Revert "pg_dump: Lock all relations, not just plain tables".Tom Lane2020-11-064-79/+3
* Avoid null pointer dereference if error result lacks SQLSTATE.Tom Lane2020-11-011-6/+8
* Use mode "r" for popen() in psql's evaluate_backtick().Tom Lane2020-10-281-2/+2
* pg_dump: Lock all relations, not just plain tablesAlvaro Herrera2020-10-274-3/+77
* Fix connection string handling in psql's \connect command.Tom Lane2020-10-211-73/+199
* Fix connection string handling in src/bin/scripts/ programs.Tom Lane2020-10-1911-179/+229
* In libpq for Windows, call WSAStartup once and WSACleanup not at all.Tom Lane2020-10-191-15/+1
* pg_upgrade: remove C99 compiler req. from commit 3c0471b5fdBruce Momjian2020-10-151-1/+2
* pg_upgrade: generate check error for left-over new tablespaceBruce Momjian2020-10-151-0/+40
* Rethink recent fix for pg_dump's handling of extension config tables.Tom Lane2020-10-071-0/+9
* pg_upgrade: remove pre-8.4 code and >= 8.4 checkBruce Momjian2020-10-062-32/+13
* pg_upgrade; change major version comparisons to use <=, not <Bruce Momjian2020-10-064-7/+7
* Fix handling of -d "connection string" in pg_dump/pg_restore.Tom Lane2020-09-246-296/+131
* Remove useless lstat() call in pg_rewind.Tom Lane2020-09-061-12/+0
* Translation updatesPeter Eisentraut2020-08-1021-1378/+1338
* Check for fseeko() failure in pg_dump's _tarAddFile().Tom Lane2020-08-091-2/+6
* Switch pg_test_fsync to use binary mode on WindowsMichael Paquier2020-07-161-12/+12
* Replace use of sys_siglist[] with strsignal().Tom Lane2020-07-151-12/+6
* Fix handling of missing files when using pg_rewind with online sourceMichael Paquier2020-07-151-5/+10
* Avoid trying to restore table ACLs and per-column ACLs in parallel.Tom Lane2020-07-113-28/+57
* Tighten up Windows CRLF conversion in our TAP test scripts.Tom Lane2020-07-091-3/+3
* Ensure write failure reports no-disk-spaceAlvaro Herrera2020-06-192-1/+30
* pg_upgrade: set vacuum_defer_cleanup_age to zeroBruce Momjian2020-06-151-1/+4
* Fix pg_recvlogical avoidance of superfluous Standby Status Update.Noah Misch2020-05-131-1/+1
* Translation updatesPeter Eisentraut2020-05-117-1062/+1077
* pg_restore: Provide file name with one failure messageAlvaro Herrera2020-05-081-2/+2
* Update Windows timezone name list to include currently-known zones.Tom Lane2020-04-241-22/+67
* Improve placement of "display name" comment in win32_tzmap[] entries.Tom Lane2020-04-241-157/+284
* Fix pg_dump/pg_restore to restore event trigger comments later.Tom Lane2020-04-081-0/+12
* pg_upgrade: make get_major_server_version() err msg consistentBruce Momjian2020-03-191-2/+2
* Fix pg_dump/pg_restore to restore event triggers later.Tom Lane2020-03-093-19/+34
* createdb: Fix quoting of --encoding, --lc-ctype and --lc-collateMichael Paquier2020-02-271-10/+19
* Teach pg_dump to dump comments on RLS policy objects.Tom Lane2020-02-171-0/+14
* Document the pg_upgrade -j/--jobs option as taking an argumentPeter Eisentraut2020-02-111-1/+1
* createuser: fix parsing of --connection-limit argumentAlvaro Herrera2020-02-101-4/+13
* Translation updatesPeter Eisentraut2020-02-103-419/+421
* Revert "pg_upgrade: Fix quoting of some arguments in pg_ctl command"Michael Paquier2020-02-101-66/+28