summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2014-05-15Fix unportable setvbuf() usage in initdb.Tom Lane
2014-05-15Fix a couple of bugs in pg_recvlogical output to stdout.Heikki Linnakangas
2014-05-15Misc message style and doc fixes.Heikki Linnakangas
2014-05-15pg_ctl: Write error messages to stderrPeter Eisentraut
2014-05-15In initdb, ensure stdout/stderr buffering behavior is what we expect.Tom Lane
2014-05-14Make initdb throw error for bad locale values.Tom Lane
2014-05-12Free PQresult on error in pg_receivexlog.Heikki Linnakangas
2014-05-11Translation updatesPeter Eisentraut
2014-05-06pg_basebackup streaming: adjust version check msgSimon Riggs
2014-05-06Fix improperly passed file descriptorsBruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-05-06Fix detection of short tar files, broken by commit 14ea89366fe321609afc5838ff...Bruce Momjian
2014-05-06pg_basebackup streaming: adjust version check msgSimon Riggs
2014-05-06Properly detect read and write errors in pg_dump/dumpall, and pg_restoreBruce Momjian
2014-05-05Fix case of pg_dump -Fc to an unseekable file (such as a pipe).Tom Lane
2014-05-05Don't leak memory after connection aborts in pg_recvlogical.Heikki Linnakangas
2014-05-05Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas
2014-04-30Fix uninitialized-variable warnings induced by recent commit.Tom Lane
2014-04-30Add missing SYSTEMQUOTEsHeikki Linnakangas
2014-04-30Fix whitespacePeter Eisentraut
2014-04-29Remove unnecessary cast causing a warningGreg Stark
2014-04-28Add support for wrapping to psql's "extended" mode. This makes it veryGreg Stark
2014-04-25Clean up temp installations after client program tests.Tom Lane
2014-04-23Allow polymorphic aggregates to have non-polymorphic state data types.Tom Lane
2014-04-16psql: update --help output for unaligned mode paramsBruce Momjian
2014-04-16Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.Tom Lane
2014-04-15psql: conditionally display oids and replication identityBruce Momjian
2014-04-15vacuumdb: Add option --analyze-in-stagesPeter Eisentraut
2014-04-15Add TAP tests for client programsPeter Eisentraut
2014-04-14Tab completion for event triggers.Robert Haas
2014-04-12Create infrastructure for moving-aggregate optimization.Tom Lane
2014-04-05Allow "-C variable" and "--describe-config" even to root users.Tom Lane
2014-04-04Make sure -D is an absolute path when starting server on Windows.Tom Lane
2014-04-04Fix some compiler warnings that clang emits with -pedantic.Robert Haas
2014-03-29psql: display "Replica Identity" only for FULL and NOTHINGBruce Momjian
2014-03-29Fix dumping of a materialized view that depends on a table's primary key.Tom Lane
2014-03-26psql: update "replica identity" display for \d+Bruce Momjian
2014-03-21Remove MinGW readdir/errno bug workaround fixed on 2003-10-10Bruce Momjian
2014-03-21Properly check for readdir/closedir() failuresBruce Momjian
2014-03-19Some minor improvements to logical decoding document.Fujii Masao
2014-03-18Fix misc typos in comments.Heikki Linnakangas
2014-03-18Fix uninitialized variable.Robert Haas
2014-03-18Add pg_recvlogical, a tool to receive data logical decoding data.Robert Haas
2014-03-18Fix pg_dumpall option parsing: -i doesn't take an argument.Tom Lane
2014-03-18Fix help message and document in pg_receivexlog.Fujii Masao
2014-03-13Allow psql to print COPY command status in more cases.Tom Lane
2014-03-13C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian
2014-03-13C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian
2014-03-10Fix tracking of psql script line numbers during \copy from another place.Tom Lane
2014-03-10Allow logical decoding via the walsender interface.Robert Haas