aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Translation updatesPeter Eisentraut2021-05-10
* Fix some more omissions in pg_upgrade's tests for non-upgradable types.Tom Lane2021-04-29
* Fix pg_restore's misdesigned code for detecting archive file format.Tom Lane2021-04-01
* Fix psql's \connect command some more.Tom Lane2021-03-23
* pg_waldump: Fix bug in per-record statistics.Fujii Masao2021-03-23
* Fix race condition in psql \e's detection of file modification.Tom Lane2021-03-12
* Use native path separators to pg_ctl in initdbAlvaro Herrera2021-03-02
* Translation updatesPeter Eisentraut2021-02-08
* pgbench: Remove dead codeAlvaro Herrera2021-01-28
* Report the true database name on connection errorsAlvaro Herrera2021-01-26
* Code review for psql's helpSQL() function.Tom Lane2021-01-26
* Fix pg_dump for GRANT OPTION among initial privileges.Noah Misch2021-01-16
* pg_dump: label PUBLICATION TABLE ArchiveEntries with an owner.Tom Lane2021-01-14
* Disallow a digit as the first character of a variable name in pgbench.Tom Lane2021-01-13
* pg_dump: label INDEX ATTACH ArchiveEntries with an owner.Tom Lane2021-01-12
* Adjust createdb TAP tests to work on recent OpenBSD.Tom Lane2021-01-07
* In pg_upgrade cross-version test, handle lack of oldstyle_length().Noah Misch2020-12-30
* initdb: complete getopt_long alphabetizationBruce Momjian2020-12-12
* initdb: properly alphabetize getopt_long options in C stringBruce Momjian2020-12-12
* Fix more race conditions in the newly-added pg_rewind test.Heikki Linnakangas2020-12-07
* Fix race conditions in newly-added test.Heikki Linnakangas2020-12-04
* Fix pg_rewind bugs when rewinding a standby server.Heikki Linnakangas2020-12-03
* Fix recently-introduced breakage in psql's \connect command.Tom Lane2020-11-29
* 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