aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Add new psql help topics, accessible to both --help and \?.Andres Freund2014-09-10
* 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
* Report timezone offset in pg_dump/pg_dumpallBruce Momjian2014-09-05
* Add tab-completion for reloptions like user_catalog_table.Fujii Masao2014-09-05
* Allow \watch to display query execution time if \timing is enabled.Fujii Masao2014-09-04
* Add psql PROMPT variable showing which line of a statement is being edited.Andres Freund2014-09-02
* Support ALTER SYSTEM RESET command.Fujii Masao2014-09-02
* Assorted message improvementsPeter Eisentraut2014-08-29
* Add header comments to receivelog.h and streamutil.h.Fujii Masao2014-08-27
* Show schema names in pg_dump verbose output.Heikki Linnakangas2014-08-26
* pg_ctl, pg_upgrade: allow multiple -o/-O options, append themBruce Momjian2014-08-25
* doc: Improve pg_restore help outputPeter Eisentraut2014-08-23
* Implement ALTER TABLE .. SET LOGGED / UNLOGGEDAlvaro Herrera2014-08-22
* Fix comment in pg_basebackup.Heikki Linnakangas2014-08-22
* Change the way pg_basebackup's tablespace mapping is implemented.Heikki Linnakangas2014-08-22
* Fix whitespacePeter Eisentraut2014-08-21
* 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
* Fix further concerns about psql wrapping in expanded mode havingGreg 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
* Add tab-completion for \unset and valid setting values of psql variables.Fujii Masao2014-08-12
* Break out OpenSSL-specific code to separate files.Heikki Linnakangas2014-08-11
* Small message fixesPeter Eisentraut2014-08-09
* Add -F option to pg_receivexlog, for specifying fsync interval.Fujii Masao2014-08-08
* Refactor pg_receivexlog main loop code, for readability, take 2.Fujii Masao2014-08-06
* 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 bug where pg_receivexlog goes into busy loop if -s option is set to 0.Fujii Masao2014-07-24
* Fix TAP installcheck tests when current directory name contains spacesPeter Eisentraut2014-07-23
* Properly use DEFAULT_EVENT_SOURCE in pgevent.cMagnus Hagander2014-07-21
* Translation updatesPeter Eisentraut2014-07-21
* Revert broken change to pgevent.cMagnus Hagander2014-07-17
* Add option to pg_ctl to choose event source for loggingMagnus Hagander2014-07-17
* 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
* psql: Show tablespace size in \db+Alvaro Herrera2014-07-14
* Add file version information to most installed Windows binaries.Noah Misch2014-07-14
* Minimal psql tab completion support for SET search_path.Andres Freund2014-07-12
* Add autocompletion of locale keywords for CREATE DATABASEMagnus Hagander2014-07-12
* Implement IMPORT FOREIGN SCHEMA.Tom Lane2014-07-10
* Add new ECHO mode 'errors' that displays only failed commands in psql.Fujii Masao2014-07-10
* Fix typo in comment.Fujii Masao2014-07-08
* In pg_dump, show server and pg_dump versions with or without --verbose.Tom Lane2014-07-07
* Fix typos in comments.Fujii Masao2014-07-07
* Fix double-free bug of WAL streaming buffer in pg_receivexlog.Fujii Masao2014-07-04