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