1. 06 2月, 2000 5 次提交
  2. 05 2月, 2000 7 次提交
  3. 04 2月, 2000 2 次提交
  4. 03 2月, 2000 10 次提交
  5. 02 2月, 2000 1 次提交
  6. 31 1月, 2000 4 次提交
    • J
      Fixed bug in NO ACTION trigger proc entries. · c823143f
      Jan Wieck 提交于
      Jan
      c823143f
    • T
      Fix problems seen in parallel regress tests when SI buffer overruns (causing · a152ebee
      Tom Lane 提交于
      syscache and relcache flushes).  Relcache entry rebuild now preserves
      original tupledesc, rewrite rules, and triggers if possible, so that pointers
      to these things remain valid --- if these things change while relcache entry
      has positive refcount, we elog(ERROR) to avoid later crash.  Arrange for
      xact-local rels to be rebuilt when an SI inval message is seen for them,
      so that they are updated by CommandCounterIncrement the same as regular rels.
      (This is useful because of Hiroshi's recent changes to process our own SI
      messages at CommandCounterIncrement time.)  This allows simplification of
      some routines that previously hacked around the lack of an automatic update.
      catcache now keeps its own copy of tupledesc for its relation, rather than
      depending on the relcache's copy; this avoids needing to reinitialize catcache
      during a cache flush, which saves some cycles and eliminates nasty circularity
      problems that occur if a cache flush happens while trying to initialize a
      catcache.
      Eliminate a number of permanent memory leaks that used to happen during
      catcache or relcache flush; not least of which was that catcache never
      freed any cached tuples!  (Rule parsetree storage is still leaked, however;
      will fix that separately.)
      Nothing done yet about code that uses tuples retrieved by SearchSysCache
      for longer than is safe.
      a152ebee
    • T
      Hmm, equalfuncs didn't know about SortClause or GroupClause · ca0f1435
      Tom Lane 提交于
      nodes...
      ca0f1435
    • B
      Added numeric and int8 types. · 44035918
      Byron Nikolaidis 提交于
      Bug fix for LongVarBinary -- begin transaction
      44035918
  7. 30 1月, 2000 4 次提交
  8. 29 1月, 2000 3 次提交
  9. 28 1月, 2000 4 次提交