1. 04 Aug, 2006 3 commits
  2. 03 Aug, 2006 7 commits
  3. 02 Aug, 2006 17 commits
  4. 01 Aug, 2006 10 commits
  5. 31 Jul, 2006 3 commits
    • Bruce Momjian's avatar
      Add: · ffb62be0
      Bruce Momjian authored
      > * Consider compressed annealing to search for query plans
      >
      >   This might replace GEQO, http://sixdemonbag.org/Djinni.
      ffb62be0
    • Tom Lane's avatar
      Change the relation_open protocol so that we obtain lock on a relation · 09d3670d
      Tom Lane authored
      (table or index) before trying to open its relcache entry.  This fixes
      race conditions in which someone else commits a change to the relation's
      catalog entries while we are in process of doing relcache load.  Problems
      of that ilk have been reported sporadically for years, but it was not
      really practical to fix until recently --- for instance, the recent
      addition of WAL-log support for in-place updates helped.
      
      Along the way, remove pg_am.amconcurrent: all AMs are now expected to support
      concurrent update.
      09d3670d
    • Michael Meskes's avatar
      Added missing ECPGget_sqlca() call · 4cd72b53
      Michael Meskes authored
      4cd72b53