summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2020-11-06Revert "pg_dump: Lock all relations, not just plain tables".Tom Lane
2020-11-01Avoid null pointer dereference if error result lacks SQLSTATE.Tom Lane
2020-10-28Use mode "r" for popen() in psql's evaluate_backtick().Tom Lane
2020-10-27pg_dump: Lock all relations, not just plain tablesAlvaro Herrera
2020-10-21Fix connection string handling in psql's \connect command.Tom Lane
2020-10-19Fix connection string handling in src/bin/scripts/ programs.Tom Lane
2020-10-19In libpq for Windows, call WSAStartup once and WSACleanup not at all.Tom Lane
2020-10-16pg_upgrade: remove C99 compiler req. from commit 3c0471b5fdBruce Momjian
2020-10-15pg_upgrade: generate check error for left-over new tablespaceBruce Momjian
2020-10-07Rethink recent fix for pg_dump's handling of extension config tables.Tom Lane
2020-10-06pg_upgrade: remove pre-8.4 code and >= 8.4 checkBruce Momjian
2020-10-06pg_upgrade; change major version comparisons to use <=, not <Bruce Momjian
2020-09-24Fix handling of -d "connection string" in pg_dump/pg_restore.Tom Lane
2020-09-06Remove useless lstat() call in pg_rewind.Tom Lane
2020-09-02Fix typo in commentAlvaro Herrera
2020-08-10Translation updatesPeter Eisentraut
2020-08-09Check for fseeko() failure in pg_dump's _tarAddFile().Tom Lane
2020-07-16Switch pg_test_fsync to use binary mode on WindowsMichael Paquier
2020-07-16Replace use of sys_siglist[] with strsignal().Tom Lane
2020-07-15Fix handling of missing files when using pg_rewind with online sourceMichael Paquier
2020-07-11Avoid trying to restore table ACLs and per-column ACLs in parallel.Tom Lane
2020-07-09Tighten up Windows CRLF conversion in our TAP test scripts.Tom Lane
2020-06-19Ensure write failure reports no-disk-spaceAlvaro Herrera
2020-06-16pg_upgrade: set vacuum_defer_cleanup_age to zeroBruce Momjian
2020-05-14Fix pg_recvlogical avoidance of superfluous Standby Status Update.Noah Misch
2020-05-14In successful pg_recvlogical, end PGRES_COPY_OUT cleanly.Noah Misch
2020-05-11Translation updatesPeter Eisentraut
2020-05-08pg_restore: Provide file name with one failure messageAlvaro Herrera
2020-05-01Get rid of trailing semicolons in C macro definitions.Tom Lane
2020-04-24Update Windows timezone name list to include currently-known zones.Tom Lane
2020-04-24Improve placement of "display name" comment in win32_tzmap[] entries.Tom Lane
2020-04-17Fix minor memory leak in pg_basebackup and pg_receivewalMichael Paquier
2020-04-15Fix minor memory leak in pg_dumpMichael Paquier
2020-04-08Fix pg_dump/pg_restore to restore event trigger comments later.Tom Lane
2020-04-01psql: do file completion for \gxBruce Momjian
2020-03-19pg_upgrade: make get_major_server_version() err msg consistentBruce Momjian
2020-03-16Plug memory leakAlvaro Herrera
2020-03-11Add pg_dump support for ALTER obj DEPENDS ON EXTENSIONAlvaro Herrera
2020-03-09Fix pg_dump/pg_restore to restore event triggers later.Tom Lane
2020-02-27Remove TAP test for createdb --lc-ctypeMichael Paquier
2020-02-27Skip foreign tablespaces when running pg_checksums/pg_verify_checksumsMichael Paquier
2020-02-27createdb: Fix quoting of --encoding, --lc-ctype and --lc-collateMichael Paquier
2020-02-24Add prefix checks in exclude lists for pg_rewind, pg_checksums and base backupsMichael Paquier
2020-02-17Teach pg_dump to dump comments on RLS policy objects.Tom Lane
2020-02-11Document the pg_upgrade -j/--jobs option as taking an argumentPeter Eisentraut
2020-02-10createuser: fix parsing of --connection-limit argumentAlvaro Herrera
2020-02-10Translation updatesPeter Eisentraut
2020-02-10Revert "pg_upgrade: Fix quoting of some arguments in pg_ctl command"Michael Paquier
2020-02-10pg_upgrade: Fix quoting of some arguments in pg_ctl commandMichael Paquier
2020-01-31Fix parallel pg_dump/pg_restore for failure to create worker processes.Tom Lane