aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* pg_dump, pg_upgrade: allow postgres/template1 tablespace movesBruce Momjian2015-09-11
* In the pg_rewind test suite, receive WAL fully before promoting.Noah Misch2015-09-07
* 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
* psql: Make EXECUTE PROCEDURE tab completion a bit narrower.Robert Haas2015-08-18
* 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
* Fix privilege dumping from servers too old to have that type of privilege.Tom Lane2015-08-10
* Don't start to stream after pg_receivexlog --create-slot.Andres Freund2015-08-10
* Improve includes introduced in the replication origins patch.Andres Freund2015-08-06
* Fix pg_dump to dump shell types.Tom Lane2015-08-04
* Translation updatesPeter Eisentraut2015-08-03
* 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
* 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 store postmaster logs and handle vpaths correctlyAndrew Dunstan2015-07-28
* Improve logging of TAP tests.Andrew Dunstan2015-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
* Replace use of "diff -q".Noah Misch2015-07-08
* Fix null pointer dereference in "\c" psql command.Noah Misch2015-07-08
* Fix portability issue in pg_upgrade test script: avoid $PWD.Tom Lane2015-07-07
* Add tab-completion for psql meta-commands.Fujii Masao2015-07-07
* Fix pg_recvlogical not to fsync output when it's a tty or pipe.Andres Freund2015-07-07
* Make a editorial pass over pgbench's error messages.Tom Lane2015-07-05
* Fix pgbench progress report behaviour when pgbench or a query gets stuck.Heikki Linnakangas2015-07-03
* Make WAL-related utilities handle .partial WAL files properly.Fujii Masao2015-07-03
* Don't emit a spurious space at end of line in pg_dump of event triggers.Heikki Linnakangas2015-07-02
* Use appendStringInfoString/Char et al where appropriate.Heikki Linnakangas2015-07-02
* Make use of xlog_internal.h's macros in WAL-related utilities.Fujii Masao2015-07-02
* Translation updatesPeter Eisentraut2015-06-28
* Don't choke on files that are removed while pg_rewind runs.Heikki Linnakangas2015-06-28
* Fix function declaration style to respect the coding standard.Tatsuo Ishii2015-06-28
* Remove unnecessary NULL test.Robert Haas2015-06-26
* Add missing newline to debug-message.Heikki Linnakangas2015-06-23
* pg_rewind: Improve message wordingPeter Eisentraut2015-06-22
* pg_basebackup: Remove redundant newline in error messagePeter Eisentraut2015-06-22
* psql: Add some tab completion for TABLESAMPLE.Robert Haas2015-06-22
* Truncate strings in tarCreateHeader() with strlcpy(), not sprintf().Noah Misch2015-06-21
* Add PASSWORD to tab completions for CREATE/ALTER ROLE/USER/GROUP.Robert Haas2015-06-19