1. 24 Sep, 2003 5 commits
    • Tom Lane's avatar
      Repair some REINDEX problems per recent discussions. The relcache is · a56a016c
      Tom Lane authored
      now able to cope with assigning new relfilenode values to nailed-in-cache
      indexes, so they can be reindexed using the fully crash-safe method.  This
      leaves only shared system indexes as special cases.  Remove the 'index
      deactivation' code, since it provides no useful protection in the shared-
      index case.  Require reindexing of shared indexes to be done in standalone
      mode, but remove other restrictions on REINDEX.  -P (IgnoreSystemIndexes)
      now prevents using indexes for lookups, but does not disable index updates.
      It is therefore safe to allow from PGOPTIONS.  Upshot: reindexing system catalogs
      can be done without a standalone backend for all cases except
      shared catalogs.
      a56a016c
    • Marc G. Fournier's avatar
      · 5f78c6a8
      Marc G. Fournier authored
      another totally benign, test commit
      5f78c6a8
    • Marc G. Fournier's avatar
      · fc058c72
      Marc G. Fournier authored
      test 2, benign, no change
      fc058c72
    • Marc G. Fournier's avatar
      · c237868b
      Marc G. Fournier authored
      not change, just added a space to test something
      c237868b
    • Tom Lane's avatar
      Add positive defense against dropped columns, per suggestion from · 03858c07
      Tom Lane authored
      Christopher Kings-Lynne.  Also fix a couple more schema-awareness issues.
      03858c07
  2. 23 Sep, 2003 11 commits
  3. 22 Sep, 2003 8 commits
  4. 21 Sep, 2003 2 commits
  5. 20 Sep, 2003 5 commits
  6. 19 Sep, 2003 7 commits
  7. 18 Sep, 2003 2 commits