]> granicus.if.org Git - postgresql/history - src/bin/pg_upgrade
Fix pg_dump to handle inherited NOT VALID check constraints correctly.
[postgresql] / src / bin / pg_upgrade /
2015-09-17 Andrew DunstanHonour TEMP_CONFIG when testing pg_upgrade
2015-09-11 Bruce Momjianpg_dump, pg_upgrade: allow postgres/template1 tablespa...
2015-07-30 Noah MischRemove redundant "make install" from pg_upgrade test...
2015-07-09 Noah MischReplace use of "diff -q".
2015-07-07 Tom LaneFix portability issue in pg_upgrade test script: avoid...
2015-07-02 Heikki LinnakangasPlug some trivial memory leaks in pg_dump and pg_upgrade.
2015-06-26 Robert HaasRemove unnecessary NULL test.
2015-05-29 Bruce Momjianpg_upgrade: add missing period in C comment
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasFix more typos in comments.
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 Bruce Momjianpg_upgrade: make controldata checks more consistent
2015-05-11 Bruce Momjianpg_upgrade: use single or double-quotes in command...
2015-04-28 Bruce MomjianWarn about tablespace creation in PGDATA
2015-04-26 Andres FreundFix various typos and grammar errors in comments.
2015-04-24 Noah MischRemove superfluous -DFRONTEND.
2015-04-23 Peter EisentrautImprove speed of make check-world
2015-04-14 Peter EisentrautMove pg_upgrade from contrib/ to src/bin/