aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* pg_basebackup streaming: adjust version check msgSimon Riggs2014-05-06
* Fix improperly passed file descriptorsBruce Momjian2014-05-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix detection of short tar files, broken by commit 14ea89366fe321609afc5838ff...Bruce Momjian2014-05-06
* pg_basebackup streaming: adjust version check msgSimon Riggs2014-05-06
* Properly detect read and write errors in pg_dump/dumpall, and pg_restoreBruce Momjian2014-05-05
* Fix case of pg_dump -Fc to an unseekable file (such as a pipe).Tom Lane2014-05-05
* Don't leak memory after connection aborts in pg_recvlogical.Heikki Linnakangas2014-05-05
* Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas2014-05-05
* Fix uninitialized-variable warnings induced by recent commit.Tom Lane2014-04-30
* Add missing SYSTEMQUOTEsHeikki Linnakangas2014-04-30
* Fix whitespacePeter Eisentraut2014-04-29
* Remove unnecessary cast causing a warningGreg Stark2014-04-29
* Add support for wrapping to psql's "extended" mode. This makes it veryGreg Stark2014-04-28
* Clean up temp installations after client program tests.Tom Lane2014-04-25
* Allow polymorphic aggregates to have non-polymorphic state data types.Tom Lane2014-04-23
* psql: update --help output for unaligned mode paramsBruce Momjian2014-04-16
* Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.Tom Lane2014-04-16
* psql: conditionally display oids and replication identityBruce Momjian2014-04-15
* vacuumdb: Add option --analyze-in-stagesPeter Eisentraut2014-04-15
* Add TAP tests for client programsPeter Eisentraut2014-04-14
* Tab completion for event triggers.Robert Haas2014-04-14
* Create infrastructure for moving-aggregate optimization.Tom Lane2014-04-12
* Allow "-C variable" and "--describe-config" even to root users.Tom Lane2014-04-04
* Make sure -D is an absolute path when starting server on Windows.Tom Lane2014-04-04
* Fix some compiler warnings that clang emits with -pedantic.Robert Haas2014-04-04
* psql: display "Replica Identity" only for FULL and NOTHINGBruce Momjian2014-03-29
* Fix dumping of a materialized view that depends on a table's primary key.Tom Lane2014-03-29
* psql: update "replica identity" display for \d+Bruce Momjian2014-03-26
* Remove MinGW readdir/errno bug workaround fixed on 2003-10-10Bruce Momjian2014-03-21
* Properly check for readdir/closedir() failuresBruce Momjian2014-03-21
* Some minor improvements to logical decoding document.Fujii Masao2014-03-19
* Fix misc typos in comments.Heikki Linnakangas2014-03-18
* Fix uninitialized variable.Robert Haas2014-03-18
* Add pg_recvlogical, a tool to receive data logical decoding data.Robert Haas2014-03-18
* Fix pg_dumpall option parsing: -i doesn't take an argument.Tom Lane2014-03-18
* Fix help message and document in pg_receivexlog.Fujii Masao2014-03-18
* Allow psql to print COPY command status in more cases.Tom Lane2014-03-13
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-13
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-13
* Fix tracking of psql script line numbers during \copy from another place.Tom Lane2014-03-10
* Allow logical decoding via the walsender interface.Robert Haas2014-03-10
* Correct copy/pasto in comment for REPLICA IDENTITYSimon Riggs2014-03-09
* pg_ctl: improve handling of invalid data directoryBruce Momjian2014-03-08
* pg_dump: make argument combination error exit code consistentBruce Momjian2014-03-05
* Remove unused field "evttype".Tom Lane2014-03-05
* Allocate fresh memory for post_opts/exec_pathStephen Frost2014-03-05
* Fix issues with pg_ctlStephen Frost2014-03-05
* Introduce logical decoding.Robert Haas2014-03-03
* Fix whitespacePeter Eisentraut2014-03-03