summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2018-02-27Revert restructuring of bin/scripts/MakefileREL9_4_17Magnus Hagander
2018-02-26Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch
2018-02-26Back-patch non-static ExecuteSqlQueryForSingleRow().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-05Translation updatesPeter Eisentraut
2018-01-29psql documentation fixesPeter Eisentraut
2018-01-22Make pg_dump's ACL, sec label, and comment entries reliably identifiable.Tom Lane
2017-11-05Translation updatesPeter Eisentraut
2017-10-01Use a longer connection timeout in pg_isready test.Tom Lane
2017-08-28Translation updatesPeter Eisentraut
2017-08-19Fix possible core dump in parallel restore when using a TOC list.Tom Lane
2017-08-07Translation updatesPeter Eisentraut
2017-08-03Fix pg_dump/pg_restore to emit REFRESH MATERIALIZED VIEW commands last.Tom Lane
2017-08-03Fix build on zlib-less environmentsAlvaro Herrera
2017-08-02Fix pg_dump's errno checking for zlib I/OAlvaro Herrera
2017-07-27Fix psql tab completion for CREATE USER MAPPING.Tom Lane
2017-07-26Clean up SQL emitted by psql/describe.c.Tom Lane
2017-07-23Fix pg_dump's handling of event triggers.Tom Lane
2017-07-14Fix pg_basebackup output to stdout on Windows.Heikki Linnakangas
2017-07-12Remove unnecessary braces, to match the surrounding style.Heikki Linnakangas
2017-06-19Fix materialized-view documentation oversights.Tom Lane
2017-06-19On Windows, make pg_dump use binary mode for compressed plain text output.Tom Lane
2017-05-29Prevent running pg_resetwal/pg_resetxlog against wrong-version data dirs.Tom Lane
2017-05-26Fix pg_dump to not emit invalid SQL for an empty operator class.Tom Lane
2017-05-17Make psql handle EOF during COPY FROM STDIN properly on all platforms.Tom Lane
2017-05-15Fix new warnings from GCC 7Peter Eisentraut
2017-05-10psql: Add missing translation markersPeter Eisentraut
2017-05-09Ignore PQcancel errors properlyAlvaro Herrera
2017-05-08Translation updatesPeter Eisentraut
2017-04-01Back-patch checkpoint clarification docs and pg_basebackup updatesMagnus Hagander
2017-03-10Sanitize newlines in object names in "pg_restore -l" output.Tom Lane
2017-03-07Repair incorrect pg_dump labeling for some comments and security labels.Tom Lane
2017-03-06pg_upgrade: Fix large object COMMENTS, SECURITY LABELSStephen Frost
2017-02-18Fix help message for pg_basebackup -RMagnus Hagander
2017-02-06Translation updatesPeter Eisentraut
2017-02-06Add missing newline to error messagesPeter Eisentraut
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-11pg_restore: Don't allow non-positive number of jobsStephen Frost
2017-01-10Fix invalid-parallel-jobs error messageStephen Frost
2016-12-24pg_dumpall: Include --verbose option in --help outputStephen Frost
2016-12-24Fix tab completion in psql for ALTER DEFAULT PRIVILEGESStephen Frost
2016-12-21Fix dumping of casts and transforms using built-in functionsStephen Frost
2016-12-21For 8.0 servers, get last built-in oid from pg_databaseStephen Frost
2016-12-07Restore psql's SIGPIPE setting if popen() fails.Tom Lane
2016-12-07Handle empty or all-blank PAGER setting more sanely in psql.Tom Lane
2016-11-17Improve pg_dump/pg_restore --create --if-exists logic.Tom Lane
2016-10-24Translation updatesPeter Eisentraut
2016-09-27Include <sys/select.h> where neededAlvaro Herrera