1. 29 12月, 2001 7 次提交
    • B
      Add · 472186af
      Bruce Momjian 提交于
      > 	o Change syntax to WITH DELIMITER, (keep old syntax around?)
      472186af
    • B
      Add · 3ab5ac86
      Bruce Momjian 提交于
      > * Add WAL index reliability improvement to non-btree indexes
      3ab5ac86
    • P
      Update from Serguei Mokhov · 9d6d4dfe
      Peter Eisentraut 提交于
      9d6d4dfe
    • B
      Add pljava messages. · f7dfb1c6
      Bruce Momjian 提交于
      f7dfb1c6
    • B
      Typo. · e32ee1fa
      Bruce Momjian 提交于
      < * Improve access-permissions check on data directory in CYGWIN (Tom)
      ---
      > * Improve access-permissions check on data directory in Cygwin (Tom)
      e32ee1fa
    • B
      Added · ce845c53
      Bruce Momjian 提交于
      <
      ---
      > * Improve access-permissions check on data directory in CYGWIN (Tom)
      ce845c53
    • T
      Ensure that all direct uses of spinlock-protected data structures use · d3fc362e
      Tom Lane 提交于
      'volatile' pointers to access those structures, so that optimizing
      compilers will not decide to move the structure accesses outside of the
      spinlock-acquire-to-spinlock-release sequence.  There are no known bugs
      in these uses at present, but based on bad experience with lwlock.c,
      it seems prudent to ensure that we protect these other uses too.
      Per pghackers discussion around 12-Dec.  (Note: it should not be
      necessary to worry about structures protected by LWLocks, since the
      LWLock acquire and release operations are not inline macros.)
      d3fc362e
  2. 28 12月, 2001 16 次提交
  3. 27 12月, 2001 4 次提交
  4. 24 12月, 2001 6 次提交
  5. 23 12月, 2001 3 次提交
  6. 22 12月, 2001 2 次提交
  7. 21 12月, 2001 2 次提交