summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2016-05-09Translation updatesPeter Eisentraut
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-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-20Remove silly completion for "DELETE FROM tabname ...".Tom Lane
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-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-11Fix privilege dumping from servers too old to have that type of privilege.Tom Lane
2015-08-04Fix pg_dump to dump shell types.Tom Lane
2015-07-25Restore use of zlib default compression in pg_dump directory mode.Andrew Dunstan
2015-07-12Fix assorted memory leaks.Tom Lane
2015-07-09Fix null pointer dereference in "\c" psql command.Noah Misch
2015-05-18Translation updatesPeter Eisentraut
2015-05-18Fix typosPeter Eisentraut
2015-05-07Properly send SCM status updates when shutting down service on WindowsMagnus Hagander
2015-04-12Remove duplicated words in comments.Heikki Linnakangas
2015-04-07Fix assorted inconsistent function declarations.Tom Lane
2015-04-01psql: fix \connect with URIs and conninfo stringsAlvaro Herrera
2015-03-30Run pg_upgrade and pg_resetxlog with restricted token on WindowsAndrew Dunstan
2015-03-14Remove workaround for ancient incompatibility between readline and libedit.Tom Lane
2015-03-02Fix pg_dump handling of extension config tablesStephen Frost
2015-02-18Fix failure to honor -Z compression level option in pg_dump -Fd.Tom Lane
2015-02-17Fix wrong merge resolution making pg_receivexlog fail in 9.2.Andres Freund
2015-02-12pg_upgrade: preserve freeze info for postgres/template1 dbsBruce Momjian
2015-02-11Fix more memory leaks in failure path in buildACLCommands.Tom Lane