aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* 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
* Refactor pg_receivexlog main loop code, for readability.Fujii Masao2014-07-04
* Use a separate temporary directory for the Unix-domain socketPeter Eisentraut2014-07-02
* pg_upgrade: preserve database and relation minmxid valuesBruce Momjian2014-07-02
* Rename logical decoding's pg_llog directory to pg_logical.Andres Freund2014-07-02
* Prevent psql from issuing BEGIN before ALTER SYSTEM when AUTOCOMMIT is off.Fujii Masao2014-07-02
* Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn.Tom Lane2014-07-01
* Improve tab-completion of DROP and ALTER ENABLE/DISABLE on triggers and rules.Heikki Linnakangas2014-06-23
* Use type pgsocket for Windows pipe emulation socket callsBruce Momjian2014-06-16
* Fix pg_restore's processing of old-style BLOB COMMENTS data.Tom Lane2014-06-12
* Fix typos in comments.Noah Misch2014-06-11
* Fix typos in comments.Fujii Masao2014-06-11
* Add defenses against running with a wrong selection of LOBLKSIZE.Tom Lane2014-06-05
* Consistently spell a replication slot's name as slot_name.Andres Freund2014-06-05
* Propagate system identifier generation improvement into pg_resetxlog.Tom Lane2014-05-27
* Fix pg_recvlogical to accept the documented -I instead only --startpos.Andres Freund2014-05-26
* Message style fixes to pg_recvlogicalHeikki Linnakangas2014-05-19
* Fix a bunch of functions that were declared static then defined not-static.Tom Lane2014-05-17
* Open output file before sleeping in pg_recvlogical.Heikki Linnakangas2014-05-16
* Fix unportable setvbuf() usage in initdb.Tom Lane2014-05-15
* Fix a couple of bugs in pg_recvlogical output to stdout.Heikki Linnakangas2014-05-15
* Misc message style and doc fixes.Heikki Linnakangas2014-05-15
* pg_ctl: Write error messages to stderrPeter Eisentraut2014-05-14
* In initdb, ensure stdout/stderr buffering behavior is what we expect.Tom Lane2014-05-14
* Make initdb throw error for bad locale values.Tom Lane2014-05-14