summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2014-07-02Rename logical decoding's pg_llog directory to pg_logical.Andres Freund
2014-07-02Prevent psql from issuing BEGIN before ALTER SYSTEM when AUTOCOMMIT is off.Fujii Masao
2014-07-02Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn.Tom Lane
2014-06-23Improve tab-completion of DROP and ALTER ENABLE/DISABLE on triggers and rules.Heikki Linnakangas
2014-06-16Use type pgsocket for Windows pipe emulation socket callsBruce Momjian
2014-06-13Fix pg_restore's processing of old-style BLOB COMMENTS data.Tom Lane
2014-06-11Fix typos in comments.Noah Misch
2014-06-11Fix typos in comments.Fujii Masao
2014-06-05Add defenses against running with a wrong selection of LOBLKSIZE.Tom Lane
2014-06-05Consistently spell a replication slot's name as slot_name.Andres Freund
2014-05-28Propagate system identifier generation improvement into pg_resetxlog.Tom Lane
2014-05-26Fix pg_recvlogical to accept the documented -I instead only --startpos.Andres Freund
2014-05-19Message style fixes to pg_recvlogicalHeikki Linnakangas
2014-05-17Fix a bunch of functions that were declared static then defined not-static.Tom Lane
2014-05-16Open output file before sleeping in pg_recvlogical.Heikki Linnakangas