1. 25 Aug, 2005 6 commits
  2. 24 Aug, 2005 32 commits
  3. 23 Aug, 2005 2 commits
    • Bruce Momjian's avatar
      Mark item as complete, add another: · 2b215215
      Bruce Momjian authored
      < * Allow triggers to be disabled [trigger]
      > * -Allow triggers to be disabled [trigger]
      > * Allow triggers to be disabled in only the current session.
      <   Currently the only way to disable triggers is to modify the system
      <   tables.
      >   This is currently possible by starting a multi-statement transaction,
      >   modifying the system tables, performing the desired SQL, restoring the
      >   system tables, and committing the transaction.  ALTER TABLE ...
      >   TRIGGER requires a table lock so it is not idea for this usage.
      2b215215
    • Bruce Momjian's avatar
      Release note cleanups. · 5279f688
      Bruce Momjian authored
      5279f688