1. 03 1月, 2002 5 次提交
  2. 02 1月, 2002 3 次提交
  3. 01 1月, 2002 1 次提交
  4. 31 12月, 2001 2 次提交
  5. 30 12月, 2001 15 次提交
  6. 29 12月, 2001 14 次提交
    • B
      Added · 0d3aebbc
      Bruce Momjian 提交于
      > * Add --port flag to regression tests
      0d3aebbc
    • B
      Update FAQ_DEV. · fcac3b09
      Bruce Momjian 提交于
      fcac3b09
    • B
      Update FAQ_DEV. · 54481d10
      Bruce Momjian 提交于
      54481d10
    • B
      Added · 3c70669e
      Bruce Momjian 提交于
      > * Change FIXED_CHAR_SEL to 0.20 from 0.04 to give better selectivity (Bruce)
      3c70669e
    • B
      Update FAQ_DEV. · e0de8d98
      Bruce Momjian 提交于
      e0de8d98
    • T
      Improve LOCK_DEBUG logging code for LWLocks. · 19815273
      Tom Lane 提交于
      19815273
    • B
      Added · ce286ff6
      Bruce Momjian 提交于
      > * Report failure to find readline or zlib at end of configure run
      ce286ff6
    • 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