summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2015-09-16Determine whether it's safe to attempt a parallel plan for a query.Robert Haas
2015-09-16pgbench progress with timestampTeodor Sigaev
2015-09-16Review program help output for wording and formattingPeter Eisentraut
2015-09-15Fix whitespacePeter Eisentraut
2015-09-15Fix wrong comment in commit d02426029b133ee2bbe492a038642359bce3c527Teodor Sigaev
2015-09-14Check existency of table/schema for -t/-n option (pg_dump/pg_restore)Teodor Sigaev
2015-09-13Add noreturn attributePeter Eisentraut
2015-09-11pg_dump, pg_upgrade: allow postgres/template1 tablespace movesBruce Momjian
2015-09-08psql: Generic tab completion support for enum and bool GUCs.Andres Freund
2015-09-08Improve tab-completion for GRANT and REVOKE.Fujii Masao
2015-09-08Allow per-tablespace effective_io_concurrencyAlvaro Herrera
2015-09-07In the pg_rewind test suite, receive WAL fully before promoting.Noah Misch
2015-09-05Rearrange the handling of error context reports.Tom Lane
2015-09-03Disable fsync throughout TAP test suites.Noah Misch
2015-08-31psql: print longtable as a possible \pset optionBruce Momjian
2015-08-26Reestablish alignment of pg_controldata output.Joe Conway
2015-08-22Add hint to run "pgbench -i", if test tables don't exist.Heikki Linnakangas
2015-08-18psql: Make EXECUTE PROCEDURE tab completion a bit narrower.Robert Haas
2015-08-17Fix reporting of skipped transactions in pgbench.Heikki Linnakangas
2015-08-15Don't use function definitions looking like old-style ones.Andres Freund
2015-08-15vacuumdb: Don't assign negative values to a boolean.Andres Freund
2015-08-15Use the correct type for TableInfo->relreplident.Andres Freund
2015-08-12Handle PQresultErrorField(PG_DIAG_SQLSTATE) returning NULL in streamutil.c.Andres Freund
2015-08-11More fixes to allow pg_rewind tests to run on Msys.Andrew Dunstan
2015-08-11Fix privilege dumping from servers too old to have that type of privilege.Tom Lane
2015-08-10Work around an apparent bug in the Msys DTK perl's regex engine.Andrew Dunstan
2015-08-10Don't start to stream after pg_receivexlog --create-slot.Andres Freund
2015-08-07Fix bug slowing down pgbench when -P is used.Andres Freund
2015-08-06Improve includes introduced in the replication origins patch.Andres Freund
2015-08-05Allow pg_rewind tap tests to run with older File::Path versionsAndrew Dunstan
2015-08-04Fix pg_dump to dump shell types.Tom Lane
2015-08-04Tab completion for CREATE SEQUENCE.Robert Haas
2015-08-03Fix psql \d output of policies.Joe Conway
2015-08-03Fix pg_rewind when pg_xlog is a symlink.Heikki Linnakangas
2015-08-03Clean up pg_rewind regression test script.Heikki Linnakangas
2015-08-03Allow TAP tests to run under MsysAndrew Dunstan
2015-07-30Fix calculation of latency of pgbench backslash commands.Heikki Linnakangas
2015-07-30Remove redundant "make install" from pg_upgrade test suite.Noah Misch
2015-07-29Make TAP tests work on Windows.Heikki Linnakangas
2015-07-29pg_basebackup: Add --slot optionPeter Eisentraut
2015-07-29pg_basebackup: Add tests for -X optionPeter Eisentraut
2015-07-29pg_basebackup: Add tests for -R optionPeter Eisentraut
2015-07-28Make tap tests store postmaster logs and handle vpaths correctlyAndrew Dunstan
2015-07-28Fix bug in collecting total_latencies from all threads in pgbench.Heikki Linnakangas
2015-07-28Fix pg_dump output of policies.Joe Conway
2015-07-27Fix memory leaks in pg_rewind. Several PQclear() calls were missing.Heikki Linnakangas
2015-07-25Restore use of zlib default compression in pg_dump directory mode.Andrew Dunstan
2015-07-25In pg_ctl, report unexpected failure to stat() the postmaster.pid file.Tom Lane
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-07-20Improve tab-completion for DROP POLICYAlvaro Herrera