summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2015-01-18Fix use of already freed memory when dumping a database's security label.Andres Freund
2015-01-06Fix broken pg_dump code for dumping comments on event triggers.Tom Lane
2015-01-04Fix inconsequential fd leak in the new mark_file_as_archived() function.Andres Freund
2015-01-03Prevent WAL files created by pg_basebackup -x/X from being archived again.Andres Freund
2014-12-31Improve consistency of parsing of psql's magic variables.Tom Lane
2014-12-18Fix previous commit for TAP test suites in VPATH builds.Noah Misch
2014-12-18Lock down regression testing temporary clusters on Windows.Noah Misch
2014-12-17Fix another poorly worded error message.Tom Lane
2014-12-15Translation updatesAlvaro Herrera
2014-12-15Translation updatesPeter Eisentraut
2014-12-15add missing newlineAlvaro Herrera
2014-12-15Translation updatesPeter Eisentraut
2014-12-11Fix assorted confusion between Oid and int32.Tom Lane
2014-12-11Fix typoPeter Eisentraut
2014-12-05Give a proper error message if initdb password file is empty.Heikki Linnakangas
2014-12-04Move PG_AUTOCONF_FILENAME definitionPeter Eisentraut
2014-11-29Reimplement 9f80f4835a55a1cbffcda5d23a617917f3286c14 with PQconninfo().Noah Misch
2014-11-29Revert "Add libpq function PQhostaddr()."Noah Misch
2014-11-28Add tab-completion for ALTER TABLE ALTER CONSTRAINT in psql.Fujii Masao
2014-11-27Make \watch respect the user's \pset null setting.Fujii Masao
2014-11-27Mark response messages for translation in pg_isready.Fujii Masao
2014-11-19Fix bug in the test of file descriptor of current WAL file in pg_receivexlog.Fujii Masao
2014-11-19Fix pg_receivexlog --slot so that it doesn't prevent the server shutdown.Fujii Masao
2014-11-18Fix some bogus direct uses of realloc().Tom Lane
2014-11-17Translation updatesPeter Eisentraut
2014-11-15Fix initdb --sync-only to also sync tablespaces.Andres Freund
2014-11-13Fix pg_dumpall to restore its ability to dump from ancient servers.Tom Lane
2014-11-08pg_basebackup: Adjust tests for long file name issuesPeter Eisentraut
2014-10-29Remove use of TAP subtestsPeter Eisentraut
2014-10-26Fix undersized result buffer in pset_quoted_string().Tom Lane
2014-10-19psql: Improve \pset without argumentsPeter Eisentraut
2014-10-17Fix core dump in pg_dump --binary-upgrade on zero-column composite type.Tom Lane
2014-10-14psql: Fix \? output alignmentPeter Eisentraut
2014-10-12pg_recvlogical: Improve --help outputPeter Eisentraut
2014-10-06Rename pg_recvlogical's --create/--drop to --create-slot/--drop-slot.Andres Freund
2014-10-06Translation updatesPeter Eisentraut
2014-10-01Fix damange from wrongly split commit in fdf81c9a6cf94.Andres Freund
2014-10-01pg_recvlogical.c code review.Andres Freund
2014-09-30Fix pg_dump's --if-exists for large objectsAlvaro Herrera
2014-09-26Fix identify_locking_dependencies for schema-only dumps.Robert Haas
2014-09-12Handle border = 3 in expanded modeStephen Frost
2014-09-12Support ALTER SYSTEM RESET command.Fujii Masao
2014-09-12Fix vacuumdb --analyze-in-stages --all orderPeter Eisentraut
2014-09-08Fix psql \s to work with recent libedit, and add pager support.Tom Lane
2014-09-07Tab completion for ALTER .. ALL IN TABLESPACEStephen Frost
2014-09-05Add tab-completion for reloptions like user_catalog_table.Fujii Masao
2014-08-29Assorted message improvementsPeter Eisentraut
2014-08-23doc: Improve pg_restore help outputPeter Eisentraut
2014-08-22Fix comment in pg_basebackup.Heikki Linnakangas
2014-08-22Change the way pg_basebackup's tablespace mapping is implemented.Heikki Linnakangas