1. 06 May, 2002 1 commit
  2. 05 May, 2002 9 commits
  3. 03 May, 2002 7 commits
  4. 02 May, 2002 2 commits
  5. 01 May, 2002 5 commits
  6. 30 Apr, 2002 4 commits
  7. 29 Apr, 2002 6 commits
  8. 28 Apr, 2002 5 commits
  9. 27 Apr, 2002 1 commit
    • Tom Lane's avatar
      Support toasting of shared system relations, and provide toast tables for · c06f6a6b
      Tom Lane authored
      pg_database, pg_shadow, pg_group, all of which now have potentially-long
      fields.  Along the way, get rid of SharedSystemRelationNames list: shared
      rels are now identified in their include/pg_catalog/*.h files by a
      BKI_SHARED_RELATION macro, while indexes and toast rels inherit sharedness
      automatically from their parent table.  Fix some bugs with failure to detoast
      pg_group.grolist during ALTER GROUP.
      c06f6a6b