1. 06 1月, 2006 2 次提交
    • B
      Update wording: · e7893db5
      Bruce Momjian 提交于
      <   the table. Another option is to avoid transaction logging entirely
      <   and truncate or drop the table on crash recovery.  These should be
      <   implemented using ALTER TABLE, e.g. ALTER TABLE PERSISTENCE [ DROP |
      <   TRUNCATE | STABLE | DEFAULT ].  [wallog]
      >   the table.  This would affect COPY, and perhaps INSERT/UPDATE too.
      >   Another option is to avoid transaction logging entirely and truncate
      >   or drop the table on crash recovery.  These should be implemented
      >   using ALTER TABLE, e.g. ALTER TABLE PERSISTENCE [ DROP | TRUNCATE |
      >   STABLE | DEFAULT ].  [wallog]
      e7893db5
    • B
      Add: · 1b736817
      Bruce Momjian 提交于
      >
      > * Allow control over which tables are WAL-logged
      >
      >   Allow tables to bypass WAL writes and just fsync() dirty pages on
      >   commit.  To do this, only a single writer can modify the table, and
      >   writes must happen only on new pages.  Readers can continue accessing
      >   the table. Another option is to avoid transaction logging entirely
      >   and truncate or drop the table on crash recovery.  These should be
      >   implemented using ALTER TABLE, e.g. ALTER TABLE PERSISTENCE [ DROP |
      >   TRUNCATE | STABLE | DEFAULT ].  [wallog]
      1b736817
  2. 05 1月, 2006 15 次提交
  3. 04 1月, 2006 6 次提交
  4. 03 1月, 2006 3 次提交
  5. 02 1月, 2006 3 次提交
  6. 01 1月, 2006 6 次提交
  7. 31 12月, 2005 4 次提交
  8. 30 12月, 2005 1 次提交
    • B
      Add: · 7211ff7d
      Bruce Momjian 提交于
      > * Make CLUSTER preserve recently-dead tuples per MVCC requirements
      7211ff7d