summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* pg_upgrade: preserve freeze info for postgres/template1 dbsBruce Momjian2015-02-111-10/+10
* Fix more memory leaks in failure path in buildACLCommands.Tom Lane2015-02-111-3/+4
* Fix pg_dump's heuristic for deciding which casts to dump.Tom Lane2015-02-103-53/+29
* Add API functions to libpq to interrogate SSL related stuff.Heikki Linnakangas2015-02-031-21/+14
* Translation updatesPeter Eisentraut2015-02-0124-6063/+7278
* Fix documentation of psql's ECHO all mode.Tom Lane2015-01-311-3/+5
* Allow pg_dump to use jobs and serializable transactions together.Kevin Grittner2015-01-301-1/+9
* Clean up some mess in row-security patches.Tom Lane2015-01-242-19/+16
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-243-4/+4
* Fix assignment operator thinkoAlvaro Herrera2015-01-241-1/+1
* vacuumdb: enable parallel modeAlvaro Herrera2015-01-234-161/+667
* Fix use of already freed memory when dumping a database's security label.Andres Freund2015-01-181-5/+9
* Fix portability breakage in pg_dump.Tom Lane2015-01-113-84/+91
* Update copyright for 2015Bruce Momjian2015-01-0682-83/+83
* Fix broken pg_dump code for dumping comments on event triggers.Tom Lane2015-01-051-2/+2
* Fix oversight in recent pg_basebackup fix causing pg_receivexlog failures.Andres Freund2015-01-051-1/+1
* Fix inconsequential fd leak in the new mark_file_as_archived() function.Andres Freund2015-01-041-0/+3
* Prevent WAL files created by pg_basebackup -x/X from being archived again.Andres Freund2015-01-034-32/+103
* Improve consistency of parsing of psql's magic variables.Tom Lane2014-12-316-57/+104
* Don't tab-complete COMMENT ON ... IS with IS.Robert Haas2014-12-311-6/+7
* Revert "Use a bitmask to represent role attributes"Alvaro Herrera2014-12-231-10/+4
* Use a bitmask to represent role attributesAlvaro Herrera2014-12-231-4/+10
* get_object_address: separate domain constraints from table constraintsAlvaro Herrera2014-12-232-2/+42
* Fix previous commit for TAP test suites in VPATH builds.Noah Misch2014-12-181-1/+1
* Lock down regression testing temporary clusters on Windows.Noah Misch2014-12-172-2/+6
* Fix another poorly worded error message.Tom Lane2014-12-171-1/+2
* Translation updatesPeter Eisentraut2014-12-152-1/+807
* add missing newlineAlvaro Herrera2014-12-151-1/+1
* Translation updatesPeter Eisentraut2014-12-1537-8488/+8646
* Fix assorted confusion between Oid and int32.Tom Lane2014-12-111-1/+1
* Fix typoPeter Eisentraut2014-12-101-1/+1
* Execute 18 tests for src/bin/scripts/t/090..Simon Riggs2014-12-091-1/+1
* REINDEX SCHEMASimon Riggs2014-12-093-6/+43
* Give a proper error message if initdb password file is empty.Heikki Linnakangas2014-12-051-2/+6
* Move PG_AUTOCONF_FILENAME definitionPeter Eisentraut2014-12-031-1/+1
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-033-8/+72
* Reimplement 9f80f4835a55a1cbffcda5d23a617917f3286c14 with PQconninfo().Noah Misch2014-11-291-1/+22
* Revert "Add libpq function PQhostaddr()."Noah Misch2014-11-291-1/+1
* Add tab-completion for ALTER TABLE ALTER CONSTRAINT in psql.Fujii Masao2014-11-281-4/+5
* Make \watch respect the user's \pset null setting.Fujii Masao2014-11-281-1/+0
* Mark response messages for translation in pg_isready.Fujii Masao2014-11-281-5/+5
* Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost2014-11-277-141/+133
* Fix memory leaks introduced by commit eca2b9bAndrew Dunstan2014-11-231-0/+6
* Rework echo_hidden for \sf and \ef from commit e4d2817.Andrew Dunstan2014-11-221-3/+34
* Fix an error in psql that overcounted output lines.Andrew Dunstan2014-11-211-1/+2
* Make psql's \sf and \ef honor ECHO_HIDDEN.Andrew Dunstan2014-11-211-11/+11
* Revamp the WAL record format.Heikki Linnakangas2014-11-201-5/+9
* Fix bug in the test of file descriptor of current WAL file in pg_receivexlog.Fujii Masao2014-11-191-1/+1
* Fix pg_receivexlog --slot so that it doesn't prevent the server shutdown.Fujii Masao2014-11-191-0/+19
* Fix some bogus direct uses of realloc().Tom Lane2014-11-183-15/+5