aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Add -D option to specify data directory to pg_controldata and pg_resetxlog.Heikki Linnakangas2014-09-25
* Code review for row security.Stephen Frost2014-09-24
* Add unicode_*_linestyle to \? variablesStephen Frost2014-09-22
* Row-Level Security Policies (RLS)Stephen Frost2014-09-19
* Avoid 'clobbered by longjmp' warning in psql/copy.c.Andres Freund2014-09-19
* pg_ctl: Add tests for behavior with nonexistent data directoryPeter Eisentraut2014-09-13
* Add unicode_{column|header|border}_style to psqlStephen Frost2014-09-12
* Handle border = 3 in expanded modeStephen Frost2014-09-12
* Fix vacuumdb --analyze-in-stages --all orderPeter Eisentraut2014-09-11
* 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