1. 29 10月, 2002 5 次提交
    • B
      Done: · 8e2492a1
      Bruce Momjian 提交于
      > * -Prevent aggregates from being used in rule WHERE clauses
      8e2492a1
    • B
      Update port list. · 2e447d21
      Bruce Momjian 提交于
      2e447d21
    • B
      Update port list. · 3b2796e6
      Bruce Momjian 提交于
      3b2796e6
    • B
      Add ORDER BY to join regression test. · 13d7a689
      Bruce Momjian 提交于
      13d7a689
    • B
      Update from Neil Conway: · c2159022
      Bruce Momjian 提交于
      < * Add floor(float8) and other missing functions
      > * -Add floor(float8) and other missing functions
      174c174
      < * Improve concurrency of hash indexes (Neil Conway)
      > * Improve concurrency of hash indexes (Neil)
      277c277
      < 	o Allow array declarations and other data types in PL/PgSQl DECLARE
      > 	o Allow array declarations and other data types in PL/PgSQL DECLARE
      293c293
      < * -Have pg_dump use ADD PRIMARY KEY after COPY, for performance (Neil Conway)
      > * -Have pg_dump use ADD PRIMARY KEY after COPY, for performance (Neil)
      474c474
      < * Precompile SQL functions to avoid overhead (Neil Conway)
      > * Precompile SQL functions to avoid overhead (Neil)
      549c549
      < * Neil is Neil Conway <nconway@klamath.dyndns.org>
      > * Neil is Neil Conway <neilc@samurai.com>
      c2159022
  2. 28 10月, 2002 2 次提交
  3. 27 10月, 2002 5 次提交
  4. 26 10月, 2002 5 次提交
  5. 25 10月, 2002 9 次提交
  6. 24 10月, 2002 12 次提交
  7. 23 10月, 2002 2 次提交
    • T
      Perform transaction cleanup operations in a less ad-hoc, more · 30963fc2
      Tom Lane 提交于
      principled order; in particular ensure that all shared resources
      are released before we release transaction locks.  The code used
      to release locks before buffer pins, which might explain an ancient
      note I have about a bufmgr assertion failure I'd seen once several
      years ago, and been unable to reproduce since.  (Theory: someone
      trying to drop a relation might be able to reach FlushRelationBuffers
      before the last user of the relation had gotten around to dropping
      his buffer pins.)
      30963fc2
    • B
      Updated German FAQ, from Ian Barwick · 68c8bce6
      Bruce Momjian 提交于
      68c8bce6