summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2018-09-24Initialize random() in bootstrap/stand-alone postgres and in initdb.Noah Misch
2018-09-11Support building with Visual Studio 2015Andrew Dunstan
2018-09-01Avoid using potentially-under-aligned page buffers.Tom Lane
2018-08-23Reduce an unnecessary O(N^3) loop in lexer.Andrew Gierth
2018-08-17Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands.Tom Lane
2018-08-07Fix pg_upgrade to handle event triggers in extensions correctly.Tom Lane
2018-08-07Ensure pg_dump_sort.c sorts null vs non-null namespace consistently.Tom Lane
2018-08-06Translation updatesPeter Eisentraut
2018-08-04Reset properly errno before calling write()Michael Paquier
2018-07-31Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2018-07-30Fix pg_dump's failure to dump REPLICA IDENTITY for constraint indexes.Tom Lane
2018-07-09Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2018-06-25Address set of issues with errno handlingMichael Paquier
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-04-26Correct pg_recvlogical server version test.Noah Misch
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-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