aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* 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
* Free PQresult on error in pg_receivexlog.Heikki Linnakangas2014-05-12
* Translation updatesPeter Eisentraut2014-05-10
* 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