]> granicus.if.org Git - postgresql/history - src/bin
Undo mistaken tightening in join_is_legal().
[postgresql] / src / bin /
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...
2015-05-29 Tom LaneRemove special cases for ETXTBSY from new fsync'ing...
2015-05-29 Tom LaneAdjust initdb to also not consider fsync'ing failures...
2015-05-28 Tom LaneFix pg_rewind's handling of top-level symlinks.
2015-05-28 Tom LaneFix assorted inconsistencies in our calls of readlink().
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-22 Andres FreundRemove the new UPSERT command tag and use INSERT instead.
2015-05-20 Heikki LinnakangasFix more typos in comments.
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-05-19 Peter EisentrautMessage string improvements
2015-05-18 Peter EisentrautAdd new files to nls.mk
2015-05-16 Bruce Momjianpg_upgrade: no need to check for matching float8_pass_...
2015-05-16 Bruce Momjianpg_upgrade: force timeline 1 in the new cluster
2015-05-16 Bruce Momjianpg_upgrade: only allow template0 to be non-connectable
2015-05-15 Fujii MasaoSupport --verbose option in reindexdb.
2015-05-15 Bruce Momjianpg_upgrade: make controldata checks more consistent
2015-05-12 Stephen Frostpgbench: Don't fail during startup
2015-05-12 Andrew Dunstanpg_basebackup -F t now succeeds with a long symlink...
2015-05-12 Andrew DunstanMap basebackup tablespaces using a tablespace_map file
2015-05-11 Bruce Momjianpg_upgrade: use single or double-quotes in command...
2015-05-11 Bruce Momjianinitdb: only recommend pg_ctl to start the server
2015-05-11 Bruce Momjianpg_dump: suppress "Tablespace:" comment for default...
2015-05-08 Heikki LinnakangasAdd macros to check if a filename is a WAL segment...
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-05-07 Magnus HaganderProperly send SCM status updates when shutting down...
2015-05-07 Magnus HaganderFix minor resource leak in pg_dump
2015-05-02 Noah MischCombine initdb tests that successfully create a data...
2015-05-02 Noah MischFix one more TAP test to use standard command-line...
2015-05-01 Heikki LinnakangasFix pg_rewind regression failure after "fast promotion"
2015-04-30 Peter EisentrautFix parallel make risk with new check temp-install...
2015-04-29 Robert HaasUpdate .gitignore for new rmgr, changed paths.
2015-04-29 Andres FreundIntroduce replication progress tracking infrastructure.
2015-04-29 Robert Haaspsql: Improve tab completion for ALTER FOREIGN TABLE.
2015-04-29 Bruce Momjianpg_basebackup: canonicalize old and new tablespace...
2015-04-28 Bruce MomjianWarn about tablespace creation in PGDATA
2015-04-26 Andres FreundFix various typos and grammar errors in comments.
next