1. 27 10月, 2000 1 次提交
  2. 26 10月, 2000 1 次提交
  3. 25 10月, 2000 2 次提交
  4. 24 10月, 2000 3 次提交
    • B
      Update TODO list. · e94161e0
      Bruce Momjian 提交于
      e94161e0
    • T
      Major overhaul of large-object implementation, by Denis Perchine with · 4f44aa04
      Tom Lane 提交于
      kibitzing from Tom Lane.  Large objects are now all stored in a single
      system relation "pg_largeobject" --- no more xinv or xinx files, no more
      relkind 'l'.  This should offer substantial performance improvement for
      large numbers of LOs, since there won't be directory bloat anymore.
      It'll also fix problems like running out of locktable space when you
      access thousands of LOs in one transaction.
      Also clean up cruft in read/write routines.  LOs with "holes" in them
      (never-written byte ranges) now work just like Unix files with holes do:
      a hole reads as zeroes but doesn't occupy storage space.
      INITDB forced!
      4f44aa04
    • B
      Update TODO list. · 62bc33df
      Bruce Momjian 提交于
      62bc33df
  5. 23 10月, 2000 3 次提交
  6. 21 10月, 2000 2 次提交
  7. 20 10月, 2000 4 次提交
  8. 19 10月, 2000 5 次提交
  9. 18 10月, 2000 1 次提交
  10. 17 10月, 2000 12 次提交
  11. 16 10月, 2000 6 次提交