summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2015-03-02Fix pg_dump handling of extension config tablesStephen Frost
2015-02-24Error when creating names too long for tar formatPeter Eisentraut
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane
2015-02-18Fix placement of "SET row_security" command issuance in pg_dump.Tom Lane
2015-02-18Fix failure to honor -Z compression level option in pg_dump -Fd.Tom Lane
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
2015-02-11Fix pg_dump's heuristic for deciding which casts to dump.Tom Lane
2015-02-03Add API functions to libpq to interrogate SSL related stuff.Heikki Linnakangas
2015-02-02Translation updatesPeter Eisentraut
2015-01-31Fix documentation of psql's ECHO all mode.Tom Lane
2015-01-30Allow pg_dump to use jobs and serializable transactions together.Kevin Grittner
2015-01-24Clean up some mess in row-security patches.Tom Lane
2015-01-24Replace a bunch more uses of strncpy() with safer coding.Tom Lane
2015-01-24Fix assignment operator thinkoAlvaro Herrera
2015-01-23vacuumdb: enable parallel modeAlvaro Herrera
2015-01-18Fix use of already freed memory when dumping a database's security label.Andres Freund
2015-01-11Fix portability breakage in pg_dump.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2015-01-06Fix broken pg_dump code for dumping comments on event triggers.Tom Lane
2015-01-05Fix oversight in recent pg_basebackup fix causing pg_receivexlog failures.Andres Freund
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-31Don't tab-complete COMMENT ON ... IS with IS.Robert Haas
2014-12-23Revert "Use a bitmask to represent role attributes"Alvaro Herrera
2014-12-23Use a bitmask to represent role attributesAlvaro Herrera
2014-12-23get_object_address: separate domain constraints from table constraintsAlvaro Herrera
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 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-08Execute 18 tests for src/bin/scripts/t/090..Simon Riggs
2014-12-08REINDEX SCHEMASimon Riggs
2014-12-05Give a proper error message if initdb password file is empty.Heikki Linnakangas
2014-12-04Move PG_AUTOCONF_FILENAME definitionPeter Eisentraut
2014-12-03Keep track of transaction commit timestampsAlvaro Herrera
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-27Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost
2014-11-23Fix memory leaks introduced by commit eca2b9bAndrew Dunstan
2014-11-22Rework echo_hidden for \sf and \ef from commit e4d2817.Andrew Dunstan
2014-11-21Fix an error in psql that overcounted output lines.Andrew Dunstan