1. 29 7月, 2000 1 次提交
  2. 28 7月, 2000 7 次提交
  3. 27 7月, 2000 3 次提交
  4. 26 7月, 2000 3 次提交
  5. 25 7月, 2000 3 次提交
  6. 24 7月, 2000 4 次提交
  7. 23 7月, 2000 3 次提交
  8. 22 7月, 2000 10 次提交
  9. 21 7月, 2000 5 次提交
    • P
      - Support for TAR output · c3e18804
      Philip Warner 提交于
      - Support for BLOB output from pg_dump and input via pg_restore
      - Support for direct DB connection in pg_restore
      - Fixes in support for --insert flag
      - pg_dump now outputs in modified OID order
      c3e18804
    • P
      - Support for BLOB output from pg_dump and input via pg_restore · e8f69be0
      Philip Warner 提交于
      - Support for direct DB connection in pg_restore
      - Fixes in support for --insert flag
      - pg_dump now outputs in modified OID order
      - various other bug fixes
      e8f69be0
    • J
      Need to switch to tuples memory context when replacing the toasted · 0143d391
      Jan Wieck 提交于
      one with the plain one.
      
      Jan
      0143d391
    • J
      Temporary fix to make TOAST vacuum-safe. All values are forced to be · 82f3945a
      Jan Wieck 提交于
      in memory (plain or compressed) in the tuple returned from the heap-am.
      So no index will ever contain an external reference.
      
      Jan
      82f3945a
    • T
      Major overhaul of btree index code. Eliminate special BTP_CHAIN logic for · 9e85183b
      Tom Lane 提交于
      duplicate keys by letting search go to the left rather than right when an
      equal key is seen at an upper tree level.  Fix poor choice of page split
      point (leading to insertion failures) that was forced by chaining logic.
      Don't store leftmost key in non-leaf pages, since it's not necessary.
      Don't create root page until something is first stored in the index, so an
      unused index is now 8K not 16K.  (Doesn't seem to be as easy to get rid of
      the metadata page, unfortunately.)  Massive cleanup of unreadable code,
      fix poor, obsolete, and just plain wrong documentation and comments.
      See src/backend/access/nbtree/README for the gory details.
      9e85183b
  10. 20 7月, 2000 1 次提交