summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2014-07-21Translation updatesPeter Eisentraut
2014-07-17Revert broken change to pgevent.cMagnus Hagander
2014-07-17Add option to pg_ctl to choose event source for loggingMagnus Hagander
2014-07-15pg_basebackup: Add more information about --max-rate option to help outputPeter Eisentraut
2014-07-15Add missing source files to nls.mkPeter Eisentraut
2014-07-15Include SSL compression status in psql banner and connection loggingMagnus Hagander
2014-07-14psql: Show tablespace size in \db+Alvaro Herrera
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-07-12Minimal psql tab completion support for SET search_path.Andres Freund
2014-07-12Add autocompletion of locale keywords for CREATE DATABASEMagnus Hagander
2014-07-10Implement IMPORT FOREIGN SCHEMA.Tom Lane
2014-07-10Add new ECHO mode 'errors' that displays only failed commands in psql.Fujii Masao
2014-07-08Fix typo in comment.Fujii Masao
2014-07-07In pg_dump, show server and pg_dump versions with or without --verbose.Tom Lane
2014-07-07Fix typos in comments.Fujii Masao
2014-07-04Fix double-free bug of WAL streaming buffer in pg_receivexlog.Fujii Masao
2014-07-04Refactor pg_receivexlog main loop code, for readability.Fujii Masao
2014-07-03Use a separate temporary directory for the Unix-domain socketPeter Eisentraut
2014-07-02pg_upgrade: preserve database and relation minmxid valuesBruce Momjian