aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Remove no-longer-appropriate special case in psql's \conninfo code.Tom Lane2018-08-03
* pg_upgrade: fix --check for live source server checksBruce Momjian2018-07-31
* Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-07-31
* Fix pg_dump's failure to dump REPLICA IDENTITY for constraint indexes.Tom Lane2018-07-30
* pg_upgrade: check for clean server shutdownsBruce Momjian2018-07-28
* Further portability hacking in pg_upgrade's test script.Tom Lane2018-07-21
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-07-09
* Correct handling of fsync failures with tar mode of walmethods.cMichael Paquier2018-06-26
* Address set of issues with errno handlingMichael Paquier2018-06-25
* Use snprintf not sprintf in pg_waldump's timestamptz_to_str.Tom Lane2018-06-16
* Improve inefficient regexes in vacuumdb TAP test.Tom Lane2018-05-08
* Translation updatesPeter Eisentraut2018-05-07
* Remove extra newlines after PQerrorMessage()Peter Eisentraut2018-05-05
* Allow MSYS as well as MINGW in Msys unameAndrew Dunstan2018-05-04
* Correct pg_recvlogical server version test.Noah Misch2018-04-25
* Fix assorted issues in parallel vacuumdb.Tom Lane2018-03-31
* Fix handling of files that source server removes during pg_rewind is running.Fujii Masao2018-03-29
* Fix make rules that generate multiple output files.Tom Lane2018-03-23
* Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-03-21
* Fix pg_recvlogical for pre-10 versionsMagnus Hagander2018-03-18
* In initdb, don't bother trying max_connections = 10.Tom Lane2018-03-08
* Fix pg_rewind to handle relation data files in tablespaces properly.Fujii Masao2018-03-06
* Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch2018-02-26
* Avoid using unsafe search_path settings during dump and restore.Tom Lane2018-02-26
* Translation updatesPeter Eisentraut2018-02-26
* Repair pg_upgrade's failure to preserve relfrozenxid for matviews.Tom Lane2018-02-21
* Fix pg_dump's logic for eliding sequence limits that match the defaults.Tom Lane2018-02-20
* Fix assorted errors in pg_dump's handling of extended statistics objects.Tom Lane2018-02-11
* Translation updatesPeter Eisentraut2018-02-05
* Ensure that all temp files made during pg_upgrade are non-world-readable.Tom Lane2018-02-05
* Make pg_dump's ACL, sec label, and comment entries reliably identifiable.Tom Lane2018-01-22
* pg_upgrade: prevent check on live cluster from generating errorBruce Momjian2018-01-08
* pg_upgrade: remove C commentBruce Momjian2018-01-05
* pg_upgrade: revert part of patch for ease of translationBruce Momjian2018-01-05
* pg_upgrade: simplify code layout in a few placesBruce Momjian2018-01-05
* Rename pg_rewind's copy_file_range() to avoid conflict with new linux syscall.Andres Freund2018-01-03
* Fix bogus logic for checking data dirs' versions within pg_upgrade.Tom Lane2017-11-16
* Fix bogus logic for checking executables' versions within pg_upgrade.Tom Lane2017-11-09
* Fix version numbering foulups exposed by 10.1.REL_10_1Tom Lane2017-11-06
* Translation updatesPeter Eisentraut2017-11-05
* In client support of v10 features, use standard schema handling.Noah Misch2017-11-01
* pg_basebackup: Fix comparison handling of tablespace mappings on WindowsPeter Eisentraut2017-11-01
* Fix underqualified cast-target type names in pg_dump and psql queries.Tom Lane2017-10-31
* Adjust psql \d query to avoid use of @> operator.Tom Lane2017-10-22
* Translation updatesPeter Eisentraut2017-10-02
* Use a longer connection timeout in pg_isready test.Tom Lane2017-10-01
* Fix busy-wait in pgbench, with --rate.Heikki Linnakangas2017-10-01
* pgbench: If we fail to send a command to the server, fail.Robert Haas2017-09-29
* psql: Update \d sequence displayPeter Eisentraut2017-09-29