1. 04 Oct, 2002 1 commit
    • Bruce Momjian's avatar
      Add: · 53c5edac
      Bruce Momjian authored
      > * Add floor(float8) and other missing functions
      53c5edac
  2. 03 Oct, 2002 17 commits
  3. 02 Oct, 2002 4 commits
  4. 01 Oct, 2002 7 commits
  5. 29 Sep, 2002 1 commit
  6. 28 Sep, 2002 1 commit
  7. 27 Sep, 2002 7 commits
  8. 26 Sep, 2002 2 commits
    • Tom Lane's avatar
      Ensure that before truncating CLOG, we force a checkpoint even if no · b2ab1e6b
      Tom Lane authored
      recent WAL activity has occurred.  Without this, it's possible that a
      later crash might leave tuples on disk with un-updated commit status
      bits.
      b2ab1e6b
    • Tom Lane's avatar
      Fix problems with loss of tuple commit status bits during WAL redo of · c87469e6
      Tom Lane authored
      VACUUM FULL tuple moves.  Store full-width t_infomask in WAL, rather
      than storing low 8 bits and expecting to be able to reconstruct upper
      bits.  While at it, remove redundant t_oid field from WAL headers
      (the OID, if present, is now recorded in the data portion of the tuple).
      WAL version number bumped --- this does not force an initdb, you can
      instead run pg_resetxlog after a clean shutdown of the old postmaster.
      c87469e6