1. 03 Jan, 2002 3 commits
  2. 02 Jan, 2002 2 commits
  3. 01 Jan, 2002 3 commits
  4. 31 Dec, 2001 1 commit
  5. 30 Dec, 2001 5 commits
  6. 29 Dec, 2001 16 commits
  7. 28 Dec, 2001 10 commits
    • Tom Lane's avatar
      Improve LOCK_DEBUG logging code for LWLocks. · 19815273
      Tom Lane authored
      19815273
    • Bruce Momjian's avatar
      Added · ce286ff6
      Bruce Momjian authored
      > * Report failure to find readline or zlib at end of configure run
      ce286ff6
    • Bruce Momjian's avatar
      Add · 472186af
      Bruce Momjian authored
      > 	o Change syntax to WITH DELIMITER, (keep old syntax around?)
      472186af
    • Bruce Momjian's avatar
      Add · 3ab5ac86
      Bruce Momjian authored
      > * Add WAL index reliability improvement to non-btree indexes
      3ab5ac86
    • Peter Eisentraut's avatar
      Update from Serguei Mokhov · 9d6d4dfe
      Peter Eisentraut authored
      9d6d4dfe
    • Bruce Momjian's avatar
      Add pljava messages. · f7dfb1c6
      Bruce Momjian authored
      f7dfb1c6
    • Bruce Momjian's avatar
      Typo. · e32ee1fa
      Bruce Momjian authored
      < * Improve access-permissions check on data directory in CYGWIN (Tom)
      ---
      > * Improve access-permissions check on data directory in Cygwin (Tom)
      e32ee1fa
    • Bruce Momjian's avatar
      Added · ce845c53
      Bruce Momjian authored
      <
      ---
      > * Improve access-permissions check on data directory in CYGWIN (Tom)
      ce845c53
    • Tom Lane's avatar
      Ensure that all direct uses of spinlock-protected data structures use · d3fc362e
      Tom Lane authored
      '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
    • Bruce Momjian's avatar
      Add · 774490c3
      Bruce Momjian authored
      > * Allow binding query args over FE/BE protocol
      774490c3