1. 21 11月, 2006 9 次提交
  2. 20 11月, 2006 1 次提交
  3. 18 11月, 2006 2 次提交
  4. 17 11月, 2006 8 次提交
  5. 15 11月, 2006 4 次提交
  6. 14 11月, 2006 2 次提交
  7. 12 11月, 2006 2 次提交
  8. 11 11月, 2006 3 次提交
  9. 08 11月, 2006 1 次提交
    • P
      · 9b3aee52
      PostgreSQL Daemon 提交于
      Tag as Beta3 ... two outstanding *known* bugs before RC1 ...
      9b3aee52
  10. 07 11月, 2006 1 次提交
  11. 06 11月, 2006 1 次提交
    • T
      Fix recently-understood problems with handling of XID freezing, particularly · 48188e16
      Tom Lane 提交于
      in PITR scenarios.  We now WAL-log the replacement of old XIDs with
      FrozenTransactionId, so that such replacement is guaranteed to propagate to
      PITR slave databases.  Also, rather than relying on hint-bit updates to be
      preserved, pg_clog is not truncated until all instances of an XID are known to
      have been replaced by FrozenTransactionId.  Add new GUC variables and
      pg_autovacuum columns to allow management of the freezing policy, so that
      users can trade off the size of pg_clog against the amount of freezing work
      done.  Revise the already-existing code that forces autovacuum of tables
      approaching the wraparound point to make it more bulletproof; also, revise the
      autovacuum logic so that anti-wraparound vacuuming is done per-table rather
      than per-database.  initdb forced because of changes in pg_class, pg_database,
      and pg_autovacuum catalogs.  Heikki Linnakangas, Simon Riggs, and Tom Lane.
      48188e16
  12. 05 11月, 2006 2 次提交
  13. 03 11月, 2006 1 次提交
  14. 31 10月, 2006 2 次提交
  15. 30 10月, 2006 1 次提交