1. 14 5月, 2004 7 次提交
  2. 13 5月, 2004 6 次提交
  3. 12 5月, 2004 8 次提交
  4. 11 5月, 2004 7 次提交
  5. 10 5月, 2004 2 次提交
  6. 09 5月, 2004 3 次提交
    • T
      Fix a couple of oversights in new ALTER TABLE code that broke · 7a3977c0
      Tom Lane 提交于
      ALTER SET STATISTICS for functional indexes.
      7a3977c0
    • T
      Alter string format used for integer and OID lists in stored rules. · c00b3099
      Tom Lane 提交于
      This simplifies and speeds up the reader by letting it get the representation
      right the first time, rather than correcting it after-the-fact.  Also,
      after int and OID lists become separate node types per Neil's pending
      patch, this will let us treat these lists as just plain Nodes instead
      of requiring separate read/write macros the way we have now.
      c00b3099
    • T
      Get rid of rd_nblocks field in relcache entries. Turns out this was · 4af34211
      Tom Lane 提交于
      costing us lots more to maintain than it was worth.  On shared tables
      it was of exactly zero benefit because we couldn't trust it to be
      up to date.  On temp tables it sometimes saved an lseek, but not often
      enough to be worth getting excited about.  And the real problem was that
      we forced an lseek on every relcache flush in order to update the field.
      So all in all it seems best to lose the complexity.
      4af34211
  7. 08 5月, 2004 5 次提交
  8. 07 5月, 2004 2 次提交