1. 11 Apr, 1999 2 commits
    • Peter Mount's avatar
      Implement UpdateCount · ded46bd5
      Peter Mount authored
      ded46bd5
    • Tom Lane's avatar
      Repair problems seen when CREATE OPERATOR mentions a · 50eb8b7d
      Tom Lane authored
      not-yet-defined operator in commutator, negator, etc links.  This is
      necessary in order to ensure that a pg_dump dump of user-defined operators
      can be reloaded.  There may still be a bug lurking here, because it's
      provoking a 'Buffer Leak' notice message in one case.  See my mail to
      pgsql-hackers.
      50eb8b7d
  2. 10 Apr, 1999 3 commits
  3. 09 Apr, 1999 1 commit
  4. 08 Apr, 1999 2 commits
  5. 07 Apr, 1999 3 commits
  6. 06 Apr, 1999 5 commits
  7. 05 Apr, 1999 3 commits
  8. 04 Apr, 1999 2 commits
  9. 03 Apr, 1999 3 commits
  10. 02 Apr, 1999 4 commits
  11. 30 Mar, 1999 8 commits
  12. 29 Mar, 1999 3 commits
  13. 28 Mar, 1999 1 commit
    • Vadim B. Mikheev's avatar
      1. Vacuum is updated for MVCC. · fdf6be80
      Vadim B. Mikheev authored
      2. Much faster btree tuples deletion in the case when first on page
         index tuple is deleted (no movement to the left page(s)).
      3. Remember blkno of new root page in BTPageOpaque of
         left/right siblings when root page is splitted.
      fdf6be80