aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Fix undersized result buffer in pset_quoted_string().Tom Lane2014-10-26
* psql: Improve \pset without argumentsPeter Eisentraut2014-10-18
* Fix core dump in pg_dump --binary-upgrade on zero-column composite type.Tom Lane2014-10-17
* psql: Fix \? output alignmentPeter Eisentraut2014-10-13
* pg_recvlogical: Improve --help outputPeter Eisentraut2014-10-12
* Rename pg_recvlogical's --create/--drop to --create-slot/--drop-slot.Andres Freund2014-10-06
* Translation updatesPeter Eisentraut2014-10-05
* Fix damange from wrongly split commit in fdf81c9a6cf94.Andres Freund2014-10-01
* pg_recvlogical.c code review.Andres Freund2014-10-01
* Fix pg_dump's --if-exists for large objectsAlvaro Herrera2014-09-30
* Fix identify_locking_dependencies for schema-only dumps.Robert Haas2014-09-26
* Handle border = 3 in expanded modeStephen Frost2014-09-12
* Support ALTER SYSTEM RESET command.Fujii Masao2014-09-12
* Fix vacuumdb --analyze-in-stages --all orderPeter Eisentraut2014-09-11
* Fix psql \s to work with recent libedit, and add pager support.Tom Lane2014-09-08
* Tab completion for ALTER .. ALL IN TABLESPACEStephen Frost2014-09-07
* Add tab-completion for reloptions like user_catalog_table.Fujii Masao2014-09-05
* Assorted message improvementsPeter Eisentraut2014-08-29
* doc: Improve pg_restore help outputPeter Eisentraut2014-08-23
* Fix comment in pg_basebackup.Heikki Linnakangas2014-08-22
* Change the way pg_basebackup's tablespace mapping is implemented.Heikki Linnakangas2014-08-22
* Revert "Fix bug in checking of IDENTIFY_SYSTEM result."Fujii Masao2014-08-19
* Fix bug in checking of IDENTIFY_SYSTEM result.Fujii Masao2014-08-19
* Revert psql changes to support wrapped expanded mode. That feature isGreg Stark2014-08-18
* Fix help message in pg_ctl.Fujii Masao2014-08-14
* Expose -S option in pg_receivexlog.Fujii Masao2014-08-13
* pg_recvlogical message and code improvements.Andres Freund2014-08-12
* Small message fixesPeter Eisentraut2014-08-09
* Add missing PQclear() calls into pg_receivexlog.Fujii Masao2014-08-02
* Fix bug in pg_receivexlog --verbose.Fujii Masao2014-08-02
* Fix a performance problem in pg_dump's dump order selection logic.Tom Lane2014-07-25
* Fix TAP installcheck tests when current directory name contains spacesPeter Eisentraut2014-07-23
* Translation updatesPeter Eisentraut2014-07-21
* pg_basebackup: Add more information about --max-rate option to help outputPeter Eisentraut2014-07-15
* Add missing source files to nls.mkPeter Eisentraut2014-07-15
* Include SSL compression status in psql banner and connection loggingMagnus Hagander2014-07-15
* Add autocompletion of locale keywords for CREATE DATABASEMagnus Hagander2014-07-12
* Rename logical decoding's pg_llog directory to pg_logical.Andres Freund2014-07-09
* Use a separate temporary directory for the Unix-domain socketPeter Eisentraut2014-07-02
* pg_upgrade: preserve database and relation minmxid valuesBruce Momjian2014-07-02
* Prevent psql from issuing BEGIN before ALTER SYSTEM when AUTOCOMMIT is off.Fujii Masao2014-07-02
* Use type pgsocket for Windows pipe emulation socket callsBruce Momjian2014-06-16
* Fix pg_restore's processing of old-style BLOB COMMENTS data.Tom Lane2014-06-12
* Add defenses against running with a wrong selection of LOBLKSIZE.Tom Lane2014-06-05
* Consistently spell a replication slot's name as slot_name.Andres Freund2014-06-05
* Propagate system identifier generation improvement into pg_resetxlog.Tom Lane2014-05-27
* Fix pg_recvlogical to accept the documented -I instead only --startpos.Andres Freund2014-05-26
* Message style fixes to pg_recvlogicalHeikki Linnakangas2014-05-19
* Fix a bunch of functions that were declared static then defined not-static.Tom Lane2014-05-17
* Open output file before sleeping in pg_recvlogical.Heikki Linnakangas2014-05-16