]> granicus.if.org Git - postgresql/history - src/bin
Don't dump core when destroying an unused ParallelContext.
[postgresql] / src / bin /
2015-09-30 Tatsuo IshiiFix incorrect tps number calculation in "excluding...
2015-09-28 Andrew DunstanFix compiler warning for non-TIOCGWINSZ case
2015-09-28 Andrew DunstanFix compiler warning about unused function in non-readl...
2015-09-28 Peter Eisentrautpg_dump: Fix some messages
2015-09-27 Peter Eisentrautreindexdb: Fix mistake in help output
2015-09-27 Peter Eisentrautpg_ctl: Improve help formatting and order
2015-09-25 Tom LaneFurther fix for psql's code for locale-aware formatting...
2015-09-25 Tom LaneFurther fix for psql's code for locale-aware formatting...
2015-09-25 Tom LaneFix psql's code for locale-aware formatting of numeric...
2015-09-24 Fujii MasaoMake pg_controldata report newest XID with valid commit...
2015-09-21 Noah MischRestrict file mode creation mask during tmpfile().
2015-09-19 Peter EisentrautSimplify GETTEXT_FILES list
2015-09-17 Andrew DunstanHonour TEMP_CONFIG when testing pg_upgrade
2015-09-16 Robert HaasDetermine whether it's safe to attempt a parallel plan...
2015-09-16 Teodor Sigaevpgbench progress with timestamp
2015-09-16 Peter EisentrautReview program help output for wording and formatting
2015-09-15 Peter EisentrautFix whitespace
2015-09-15 Teodor SigaevFix wrong comment in commit d02426029b133ee2bbe492a0386...
2015-09-14 Teodor SigaevCheck existency of table/schema for -t/-n option (pg_du...
2015-09-13 Peter EisentrautAdd noreturn attribute
2015-09-11 Bruce Momjianpg_dump, pg_upgrade: allow postgres/template1 tablespa...
2015-09-08 Andres Freundpsql: Generic tab completion support for enum and bool...
2015-09-08 Fujii MasaoImprove tab-completion for GRANT and REVOKE.
2015-09-08 Alvaro HerreraAllow per-tablespace effective_io_concurrency
2015-09-07 Noah MischIn the pg_rewind test suite, receive WAL fully before...
2015-09-05 Tom LaneRearrange the handling of error context reports.
2015-09-03 Noah MischDisable fsync throughout TAP test suites.
2015-08-31 Bruce Momjianpsql: print longtable as a possible \pset option
2015-08-26 Joe ConwayReestablish alignment of pg_controldata output.
2015-08-22 Heikki LinnakangasAdd hint to run "pgbench -i", if test tables don't...
2015-08-18 Robert Haaspsql: Make EXECUTE PROCEDURE tab completion a bit narrower.
2015-08-17 Heikki LinnakangasFix reporting of skipped transactions in pgbench.
2015-08-15 Andres FreundDon't use function definitions looking like old-style...
2015-08-15 Andres Freundvacuumdb: Don't assign negative values to a boolean.
2015-08-15 Andres FreundUse the correct type for TableInfo->relreplident.
2015-08-12 Andres FreundHandle PQresultErrorField(PG_DIAG_SQLSTATE) returning...
2015-08-11 Andrew DunstanMore fixes to allow pg_rewind tests to run on Msys.
2015-08-11 Tom LaneFix privilege dumping from servers too old to have...
2015-08-10 Andrew DunstanWork around an apparent bug in the Msys DTK perl's...
2015-08-10 Andres FreundDon't start to stream after pg_receivexlog --create...
2015-08-07 Andres FreundFix bug slowing down pgbench when -P is used.
2015-08-06 Andres FreundImprove includes introduced in the replication origins...
2015-08-05 Andrew DunstanAllow pg_rewind tap tests to run with older File::Path...
2015-08-04 Tom LaneFix pg_dump to dump shell types.
2015-08-04 Robert HaasTab completion for CREATE SEQUENCE.
2015-08-03 Joe ConwayFix psql \d output of policies.
2015-08-03 Heikki LinnakangasFix pg_rewind when pg_xlog is a symlink.
2015-08-03 Heikki LinnakangasClean up pg_rewind regression test script.
2015-08-03 Andrew DunstanAllow TAP tests to run under Msys
2015-07-30 Heikki LinnakangasFix calculation of latency of pgbench backslash commands.
2015-07-30 Noah MischRemove redundant "make install" from pg_upgrade test...
2015-07-29 Heikki LinnakangasMake TAP tests work on Windows.
2015-07-29 Peter Eisentrautpg_basebackup: Add --slot option
2015-07-29 Peter Eisentrautpg_basebackup: Add tests for -X option
2015-07-29 Peter Eisentrautpg_basebackup: Add tests for -R option
2015-07-28 Andrew DunstanMake tap tests store postmaster logs and handle vpaths...
2015-07-28 Heikki LinnakangasFix bug in collecting total_latencies from all threads...
2015-07-28 Joe ConwayFix pg_dump output of policies.
2015-07-27 Heikki LinnakangasFix memory leaks in pg_rewind. Several PQclear() calls...
2015-07-25 Andrew DunstanRestore use of zlib default compression in pg_dump...
2015-07-25 Tom LaneIn pg_ctl, report unexpected failure to stat() the...
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-07-20 Alvaro HerreraImprove tab-completion for DROP POLICY
2015-07-12 Tom LaneFix assorted memory leaks.
2015-07-12 Andres FreundOptionally don't error out due to preexisting slots...
2015-07-09 Heikki LinnakangasUse --debug flag in "remote" pg_rewind regression tests.
2015-07-09 Heikki LinnakangasImprove logging of TAP tests.
2015-07-09 Noah MischReplace use of "diff -q".
2015-07-09 Noah MischFix null pointer dereference in "\c" psql command.
2015-07-07 Tom LaneFix portability issue in pg_upgrade test script: avoid...
2015-07-07 Fujii MasaoAdd tab-completion for psql meta-commands.
2015-07-07 Andres FreundAdd psql PROMPT variable showing the pid of the connect...
2015-07-07 Andres FreundFix pg_recvlogical not to fsync output when it's a...
2015-07-05 Tom LaneMake a editorial pass over pgbench's error messages.
2015-07-03 Tom LaneAdd psql \ev and \sv commands for editing and showing...
2015-07-03 Heikki LinnakangasRemove thread-emulation support from pgbench.
2015-07-03 Heikki LinnakangasFix pgbench progress report behaviour when pgbench...
2015-07-03 Heikki LinnakangasLift the limitation that # of clients must be a multipl...
2015-07-03 Fujii MasaoMake WAL-related utilities handle .partial WAL files...
2015-07-02 Tom LaneImprove pg_restore's -t switch to match all types of...
2015-07-02 Heikki LinnakangasRemove "const" from convertTSFunction()'s return type.
2015-07-02 Heikki LinnakangasPlug some trivial memory leaks in pg_dump and pg_upgrade.
2015-07-02 Heikki LinnakangasDon't emit a spurious space at end of line in pg_dump...
2015-07-02 Heikki LinnakangasUse appendStringInfoString/Char et al where appropriate.
2015-07-02 Fujii MasaoMake use of xlog_internal.h's macros in WAL-related...
2015-06-29 Peter EisentrautTranslation updates
2015-06-28 Heikki LinnakangasDon't choke on files that are removed while pg_rewind...
2015-06-28 Tatsuo IshiiFix function declaration style to respect the coding...
2015-06-26 Robert HaasRemove unnecessary NULL test.
2015-06-23 Heikki LinnakangasAdd missing newline to debug-message.
2015-06-23 Peter Eisentrautpg_rewind: Improve message wording
2015-06-23 Peter Eisentrautpg_basebackup: Remove redundant newline in error message
2015-06-22 Robert Haaspsql: Add some tab completion for TABLESAMPLE.
2015-06-22 Noah MischTruncate strings in tarCreateHeader() with strlcpy...
2015-06-19 Robert HaasAdd PASSWORD to tab completions for CREATE/ALTER ROLE...
2015-06-12 Fujii MasaoClean up useless mention of RMGRDESCSOURCES in pg_rewin...
2015-06-11 Fujii MasaoFix some issues in pg_rewind.
2015-06-04 Fujii MasaoRemove -i/--ignore-version option from pg_dump, pg_dump...
2015-05-29 Bruce Momjianpg_upgrade: add missing period in C comment
2015-05-29 Tom Laneinitdb -S should now have an explicit check that $PGDAT...
next