summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2018-05-09Improve inefficient regexes in vacuumdb TAP test.Tom Lane
2018-05-07Translation updatesPeter Eisentraut
2018-05-05Remove extra newlines after PQerrorMessage()Peter Eisentraut
2018-05-04Allow MSYS as well as MINGW in Msys unameAndrew Dunstan
2018-04-26Correct pg_recvlogical server version test.Noah Misch
2018-03-31Fix assorted issues in parallel vacuumdb.Tom Lane
2018-03-28Fix handling of files that source server removes during pg_rewind is running.Fujii Masao
2018-03-23Fix make rules that generate multiple output files.Tom Lane
2018-03-22Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2018-03-18Fix pg_recvlogical for pre-10 versionsMagnus Hagander
2018-03-08In initdb, don't bother trying max_connections = 10.Tom Lane
2018-03-05Fix pg_rewind to handle relation data files in tablespaces properly.Fujii Masao
2018-02-26Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch
2018-02-26Avoid using unsafe search_path settings during dump and restore.Tom Lane
2018-02-26Translation updatesPeter Eisentraut
2018-02-21Repair pg_upgrade's failure to preserve relfrozenxid for matviews.Tom Lane
2018-02-20Fix pg_dump's logic for eliding sequence limits that match the defaults.Tom Lane
2018-02-11Fix assorted errors in pg_dump's handling of extended statistics objects.Tom Lane
2018-02-05Translation updatesPeter Eisentraut
2018-02-05Ensure that all temp files made during pg_upgrade are non-world-readable.Tom Lane
2018-01-22Make pg_dump's ACL, sec label, and comment entries reliably identifiable.Tom Lane
2018-01-09pg_upgrade: prevent check on live cluster from generating errorBruce Momjian
2018-01-05pg_upgrade: remove C commentBruce Momjian
2018-01-05pg_upgrade: revert part of patch for ease of translationBruce Momjian
2018-01-05pg_upgrade: simplify code layout in a few placesBruce Momjian
2018-01-03Rename pg_rewind's copy_file_range() to avoid conflict with new linux syscall.Andres Freund
2017-11-16Fix bogus logic for checking data dirs' versions within pg_upgrade.Tom Lane
2017-11-09Fix bogus logic for checking executables' versions within pg_upgrade.Tom Lane
2017-11-07Fix version numbering foulups exposed by 10.1.REL_10_1Tom Lane
2017-11-05Translation updatesPeter Eisentraut
2017-11-02In client support of v10 features, use standard schema handling.Noah Misch
2017-11-02pg_basebackup: Fix comparison handling of tablespace mappings on WindowsPeter Eisentraut
2017-10-31Fix underqualified cast-target type names in pg_dump and psql queries.Tom Lane
2017-10-22Adjust psql \d query to avoid use of @> operator.Tom Lane
2017-10-02Translation updatesPeter Eisentraut
2017-10-01Use a longer connection timeout in pg_isready test.Tom Lane
2017-10-01Fix busy-wait in pgbench, with --rate.Heikki Linnakangas
2017-09-29pgbench: If we fail to send a command to the server, fail.Robert Haas
2017-09-29psql: Update \d sequence displayPeter Eisentraut
2017-09-24Fix pg_basebackup test to original intentPeter Eisentraut
2017-09-18Translation updatesPeter Eisentraut
2017-09-14Fix ordering in pg_dump of GRANTsStephen Frost
2017-09-11Translation updatesPeter Eisentraut
2017-09-11Message style fixesPeter Eisentraut
2017-09-09pg_upgrade: Message style fixesPeter Eisentraut
2017-09-06Add psql variables showing server version and psql version.Tom Lane
2017-09-05Fix psql's --help=commands output line count.Tom Lane
2017-09-04Fix translatable stringAlvaro Herrera
2017-08-28Translation updatesPeter Eisentraut
2017-08-26pg_test_timing: Some NLS fixesPeter Eisentraut