summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2016-06-15Widen buffer for headers in psql's \watch command.Tom Lane
2016-06-03Suppress -Wunused-result warnings about write(), again.Tom Lane
2016-06-02Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore.Tom Lane
2016-06-01Clean up some minor inefficiencies in parallel dump/restore.Tom Lane
2016-05-29Fix missing abort checks in pg_backup_directory.c.Tom Lane
2016-05-29Remove pg_dump/parallel.c's useless "aborting" flag.Tom Lane
2016-05-28Lots of comment-fixing, and minor cosmetic cleanup, in pg_dump/parallel.c.Tom Lane
2016-05-27Clean up thread management in parallel pg_dump for Windows.Tom Lane
2016-05-26Make pg_dump behave more sanely when built without HAVE_LIBZ.Tom Lane
2016-05-26In Windows pg_dump, ensure idle workers will shut down during error exit.Tom Lane
2016-05-25Fix broken error handling in parallel pg_dump/pg_restore.Tom Lane
2016-05-09Translation updatesPeter Eisentraut
2016-04-28pg_upgrade: Fix indentation of if() blockBruce Momjian
2016-04-13Fix pg_dump so pg_upgrade'ing an extension with simple opfamilies works.Tom Lane
2016-03-28Translation updatesPeter Eisentraut
2016-03-14Add missing NULL terminator to list_SECURITY_LABEL_preposition[].Tom Lane
2016-03-07Fix backwards test for Windows service-ness in pg_ctl.Tom Lane
2016-03-04Fix compile breakage due to 0315dfa8f4afa8390383119330ca0bf241be4ad4.Robert Haas
2016-03-04Fix query-based tab completion for multibyte characters.Robert Haas
2016-02-11Accept pg_ctl timeout from the PGCTLTIMEOUT environment variable.Noah Misch
2016-02-08Translation updatesPeter Eisentraut
2016-02-04In pg_dump, ensure that view triggers are processed after view rules.Tom Lane
2016-01-29Fix incorrect pattern-match processing in psql's \det command.Tom Lane
2016-01-13Handle extension members when first setting object dump flags in pg_dump.Tom Lane
2016-01-07Fix unobvious interaction between -X switch and subdirectory creation.Tom Lane
2016-01-07Fix one more TAP test to use standard command-line argument ordering.Tom Lane
2016-01-07Use plain mkdir() not pg_mkdir_p() to create subdirectories of PGDATA.Tom Lane
2016-01-07Windows: Make pg_ctl reliably detect service statusAlvaro Herrera
2016-01-03Teach pg_dump to quote reloption values safely.Tom Lane
2015-12-28Fix translation domain in pg_basebackupAlvaro Herrera
2015-12-24Fix factual and grammatical errors in comments for struct _tableInfo.Tom Lane
2015-12-23In pg_dump, remember connection passwords no matter how we got them.Tom Lane
2015-12-20Remove silly completion for "DELETE FROM tabname ...".Tom Lane
2015-12-19Fix tab completion for ALTER ... TABLESPACE ... OWNED BY.Andres Freund
2015-12-17Fix improper initialization order for readline.Tom Lane
2015-12-16Cope with Readline's failure to track SIGWINCH events outside of input.Tom Lane
2015-11-25Be more paranoid about null return values from libpq status functions.Tom Lane
2015-11-22Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane
2015-11-17Back-patch fixes to make TAP tests work on Windows.Tom Lane
2015-11-08Don't connect() to a wildcard address in test_postmaster_connection().Noah Misch
2015-10-12Fix "pg_ctl start -w" to test child process status directly.Tom Lane
2015-10-05Translation updatesPeter Eisentraut
2015-10-01Fix pg_dump to handle inherited NOT VALID check constraints correctly.Tom Lane
2015-09-28Fix compiler warning about unused function in non-readline case.Andrew Dunstan
2015-09-25Further fix for psql's code for locale-aware formatting of numeric output.Tom Lane
2015-09-25Further fix for psql's code for locale-aware formatting of numeric output.Tom Lane
2015-09-25Fix psql's code for locale-aware formatting of numeric output.Tom Lane
2015-09-21Restrict file mode creation mask during tmpfile().Noah Misch
2015-09-11pg_dump, pg_upgrade: allow postgres/template1 tablespace movesBruce Momjian
2015-08-31psql: print longtable as a possible \pset optionBruce Momjian