summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2014-10-06Translation updatesPeter Eisentraut
2014-10-03Fix CreatePolicy, pg_dump -v; psql and doc updatesStephen Frost
2014-10-01Refactor replication connection code of various pg_basebackup utilities.Andres Freund
2014-10-01pg_recvlogical.c code review.Andres Freund
2014-09-30Fix pg_dump's --if-exists for large objectsAlvaro Herrera
2014-09-26Fix relcache for policies, and doc updatesStephen Frost
2014-09-26Fix identify_locking_dependencies for schema-only dumps.Robert Haas
2014-09-25Add -D option to specify data directory to pg_controldata and pg_resetxlog.Heikki Linnakangas
2014-09-24Code review for row security.Stephen Frost
2014-09-23Add unicode_*_linestyle to \? variablesStephen Frost
2014-09-19Row-Level Security Policies (RLS)Stephen Frost
2014-09-19Avoid 'clobbered by longjmp' warning in psql/copy.c.Andres Freund
2014-09-13pg_ctl: Add tests for behavior with nonexistent data directoryPeter Eisentraut
2014-09-12Add unicode_{column|header|border}_style to psqlStephen Frost
2014-09-12Handle border = 3 in expanded modeStephen Frost
2014-09-12Fix vacuumdb --analyze-in-stages --all orderPeter Eisentraut
2014-09-09Add new psql help topics, accessible to both --help and \?.Andres Freund
2014-09-08Fix psql \s to work with recent libedit, and add pager support.Tom Lane
2014-09-07Tab completion for ALTER .. ALL IN TABLESPACEStephen Frost
2014-09-05Report timezone offset in pg_dump/pg_dumpallBruce Momjian
2014-09-05Add tab-completion for reloptions like user_catalog_table.Fujii Masao
2014-09-04Allow \watch to display query execution time if \timing is enabled.Fujii Masao
2014-09-02Add psql PROMPT variable showing which line of a statement is being edited.Andres Freund
2014-09-02Support ALTER SYSTEM RESET command.Fujii Masao
2014-08-29Assorted message improvementsPeter Eisentraut
2014-08-27Add header comments to receivelog.h and streamutil.h.Fujii Masao
2014-08-26Show schema names in pg_dump verbose output.Heikki Linnakangas
2014-08-25pg_ctl, pg_upgrade: allow multiple -o/-O options, append themBruce Momjian
2014-08-23doc: Improve pg_restore help outputPeter Eisentraut
2014-08-22Implement ALTER TABLE .. SET LOGGED / UNLOGGEDAlvaro Herrera
2014-08-22Fix comment in pg_basebackup.Heikki Linnakangas
2014-08-22Change the way pg_basebackup's tablespace mapping is implemented.Heikki Linnakangas
2014-08-22Fix whitespacePeter Eisentraut
2014-08-19Revert "Fix bug in checking of IDENTIFY_SYSTEM result."Fujii Masao
2014-08-19Fix bug in checking of IDENTIFY_SYSTEM result.Fujii Masao
2014-08-18Fix further concerns about psql wrapping in expanded mode havingGreg Stark
2014-08-14Fix help message in pg_ctl.Fujii Masao
2014-08-13Expose -S option in pg_receivexlog.Fujii Masao
2014-08-12pg_recvlogical message and code improvements.Andres Freund
2014-08-12Add tab-completion for \unset and valid setting values of psql variables.Fujii Masao
2014-08-11Break out OpenSSL-specific code to separate files.Heikki Linnakangas
2014-08-09Small message fixesPeter Eisentraut
2014-08-08Add -F option to pg_receivexlog, for specifying fsync interval.Fujii Masao
2014-08-06Refactor pg_receivexlog main loop code, for readability, take 2.Fujii Masao
2014-08-02Add missing PQclear() calls into pg_receivexlog.Fujii Masao
2014-08-02Fix bug in pg_receivexlog --verbose.Fujii Masao
2014-07-25Fix a performance problem in pg_dump's dump order selection logic.Tom Lane
2014-07-24Fix bug where pg_receivexlog goes into busy loop if -s option is set to 0.Fujii Masao
2014-07-24Fix TAP installcheck tests when current directory name contains spacesPeter Eisentraut
2014-07-21Properly use DEFAULT_EVENT_SOURCE in pgevent.cMagnus Hagander