aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Fix unsafe references to errno within error messaging logic.Tom Lane2014-01-29
* Fix typos in comments for ALTER SYSTEM.Fujii Masao2014-01-27
* Fix minor leak in pg_dumpStephen Frost2014-01-26
* Move the options column of \db+ before the descriptionMagnus Hagander2014-01-26
* Include tablespace options in verbose output of \dbMagnus Hagander2014-01-26
* Enable building with Visual Studion 2013.Andrew Dunstan2014-01-26
* psql: Mention SSL protocol version in \conninfo.Noah Misch2014-01-24
* Avoid minor leak in parallel pg_dumpStephen Frost2014-01-24
* Add libpq function PQhostaddr().Fujii Masao2014-01-24
* Remove support for native krb5 authenticationMagnus Hagander2014-01-19
* Fix client-only installationPeter Eisentraut2014-01-17
* Add display of oprcode (the underlying function's name) to psql's \do+.Tom Lane2014-01-16
* Improve FILES section of psql reference page.Tom Lane2014-01-14
* Fix pg_dumpall on pre-8.1 serversBruce Momjian2014-01-12
* Move username lookup functions from /port to /commonBruce Momjian2014-01-10
* Update copyright for 2014Bruce Momjian2014-01-07
* Remove bogus -K option from pg_dump.Heikki Linnakangas2014-01-06
* Fix translatability markings in psql, and add defenses against future bugs.Tom Lane2014-01-04
* Fix broken support for event triggers as extension members.Tom Lane2013-12-30
* Don't attempt to limit target database for pg_restore.Kevin Grittner2013-12-29
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-23
* Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.Fujii Masao2013-12-21
* Add tab completion for ALTER SYSTEM SET in psql.Fujii Masao2013-12-20
* Fix incorrect error message reported for non-existent usersBruce Momjian2013-12-18
* Add ALTER SYSTEM command to edit the server configuration file.Tatsuo Ishii2013-12-18
* Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.cHeikki Linnakangas2013-12-16
* Add GUC to enable WAL-logging of hint bits, even with checksums disabled.Heikki Linnakangas2013-12-13
* Display old and new values in pg_resetxlog -n output.Heikki Linnakangas2013-12-12
* Add a new option, -g, to createuser, to add membership in a role.Robert Haas2013-12-11
* Add new wal_level, logical, sufficient for logical decoding.Robert Haas2013-12-10
* Translation updatesPeter Eisentraut2013-12-02
* Fix pg_dumpall to work for databases flagged as read-only.Kevin Grittner2013-11-30
* Fix assorted issues in pg_ctl's pgwin32_CommandLine().Tom Lane2013-11-29
* Add --xlogdir option to pg_basebackup, for specifying the pg_xlog directory.Fujii Masao2013-11-27
* Tweak streamutil.c further to avoid scan-build warningPeter Eisentraut2013-11-21
* Fix pg_isready to handle -d option properly.Fujii Masao2013-11-21
* Add tab completion for \pset in psql.Fujii Masao2013-11-19
* Spell SQL keywords in uppercase in pg_dump's query.Heikki Linnakangas2013-11-18
* Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStrHeikki Linnakangas2013-11-18
* Allow aggregates to provide estimates of their transition state data size.Tom Lane2013-11-16
* Speed up printing of INSERT statements in pg_dump.Tom Lane2013-11-15
* Clean up password prompting logic in streamutil.c.Tom Lane2013-11-15
* Fix incorrect column name in psql \d code.Tom Lane2013-11-14
* Don't abort pg_basebackup when receiving empty WAL blockMagnus Hagander2013-11-11
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-10
* Add the notion of REPLICA IDENTITY for a table.Robert Haas2013-11-08
* Revert commit 0725065b37b8b0e9074a624a8d3e3ac1844fc820.Tom Lane2013-11-05
* Fix parsing of xlog file name in pg_receivexlog.Heikki Linnakangas2013-11-04
* Ignore SIGSYS during initdb.Tom Lane2013-10-24
* Use improved vsnprintf calling logic in more places.Tom Lane2013-10-24