summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2015-10-13-- email subject limit -----------------------------------------Bruce Momjian
2015-10-12Fix "pg_ctl start -w" to test child process status directly.Tom Lane
2015-10-06psql: allow \pset C in setting the title, matches \CBruce Momjian
2015-10-05ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost
2015-10-03Add CASCADE support for CREATE EXTENSION.Andres Freund
2015-10-02pg_rewind: Improve some messagesPeter Eisentraut
2015-10-01Fix pg_dump to handle inherited NOT VALID check constraints correctly.Tom Lane
2015-10-01Fix incorrect tab-completion for GRANT and REVOKEFujii Masao
2015-09-30Fix incorrect tps number calculation in "excluding connections establishing".Tatsuo Ishii
2015-09-28Fix compiler warning for non-TIOCGWINSZ caseAndrew Dunstan
2015-09-28Fix compiler warning about unused function in non-readline case.Andrew Dunstan
2015-09-28pg_dump: Fix some messagesPeter Eisentraut
2015-09-27reindexdb: Fix mistake in help outputPeter Eisentraut
2015-09-27pg_ctl: Improve help formatting and orderPeter Eisentraut
2015-09-25Further fix for psql's code for locale-aware formatting of numeric output.Tom Lane
2015-09-25Further fix for psql's code for locale-aware formatting of numeric output.Tom Lane
2015-09-25Fix psql's code for locale-aware formatting of numeric output.Tom Lane
2015-09-24Make pg_controldata report newest XID with valid commit timestampFujii Masao
2015-09-21Restrict file mode creation mask during tmpfile().Noah Misch
2015-09-19Simplify GETTEXT_FILES listPeter Eisentraut
2015-09-17Honour TEMP_CONFIG when testing pg_upgradeAndrew Dunstan
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