aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-20
* Fix placement of "SET row_security" command issuance in pg_dump.Tom Lane2015-02-18
* Fix failure to honor -Z compression level option in pg_dump -Fd.Tom Lane2015-02-18
* pg_upgrade: preserve freeze info for postgres/template1 dbsBruce Momjian2015-02-11
* Fix more memory leaks in failure path in buildACLCommands.Tom Lane2015-02-11
* Fix pg_dump's heuristic for deciding which casts to dump.Tom Lane2015-02-10
* Add API functions to libpq to interrogate SSL related stuff.Heikki Linnakangas2015-02-03
* Translation updatesPeter Eisentraut2015-02-01
* Fix documentation of psql's ECHO all mode.Tom Lane2015-01-31
* Allow pg_dump to use jobs and serializable transactions together.Kevin Grittner2015-01-30
* Clean up some mess in row-security patches.Tom Lane2015-01-24
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-24
* Fix assignment operator thinkoAlvaro Herrera2015-01-24
* vacuumdb: enable parallel modeAlvaro Herrera2015-01-23
* Fix use of already freed memory when dumping a database's security label.Andres Freund2015-01-18
* Fix portability breakage in pg_dump.Tom Lane2015-01-11
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix broken pg_dump code for dumping comments on event triggers.Tom Lane2015-01-05
* Fix oversight in recent pg_basebackup fix causing pg_receivexlog failures.Andres Freund2015-01-05
* Fix inconsequential fd leak in the new mark_file_as_archived() function.Andres Freund2015-01-04
* Prevent WAL files created by pg_basebackup -x/X from being archived again.Andres Freund2015-01-03
* Improve consistency of parsing of psql's magic variables.Tom Lane2014-12-31
* Don't tab-complete COMMENT ON ... IS with IS.Robert Haas2014-12-31
* Revert "Use a bitmask to represent role attributes"Alvaro Herrera2014-12-23
* Use a bitmask to represent role attributesAlvaro Herrera2014-12-23
* get_object_address: separate domain constraints from table constraintsAlvaro Herrera2014-12-23
* Fix previous commit for TAP test suites in VPATH builds.Noah Misch2014-12-18
* Lock down regression testing temporary clusters on Windows.Noah Misch2014-12-17
* Fix another poorly worded error message.Tom Lane2014-12-17
* Translation updatesPeter Eisentraut2014-12-15
* add missing newlineAlvaro Herrera2014-12-15
* Translation updatesPeter Eisentraut2014-12-15
* Fix assorted confusion between Oid and int32.Tom Lane2014-12-11
* Fix typoPeter Eisentraut2014-12-10
* Execute 18 tests for src/bin/scripts/t/090..Simon Riggs2014-12-09
* REINDEX SCHEMASimon Riggs2014-12-09
* Give a proper error message if initdb password file is empty.Heikki Linnakangas2014-12-05
* Move PG_AUTOCONF_FILENAME definitionPeter Eisentraut2014-12-03
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-03
* Reimplement 9f80f4835a55a1cbffcda5d23a617917f3286c14 with PQconninfo().Noah Misch2014-11-29
* Revert "Add libpq function PQhostaddr()."Noah Misch2014-11-29
* Add tab-completion for ALTER TABLE ALTER CONSTRAINT in psql.Fujii Masao2014-11-28
* Make \watch respect the user's \pset null setting.Fujii Masao2014-11-28
* Mark response messages for translation in pg_isready.Fujii Masao2014-11-28
* Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost2014-11-27
* Fix memory leaks introduced by commit eca2b9bAndrew Dunstan2014-11-23
* Rework echo_hidden for \sf and \ef from commit e4d2817.Andrew Dunstan2014-11-22
* Fix an error in psql that overcounted output lines.Andrew Dunstan2014-11-21
* Make psql's \sf and \ef honor ECHO_HIDDEN.Andrew Dunstan2014-11-21
* Revamp the WAL record format.Heikki Linnakangas2014-11-20