1. 09 1月, 2011 3 次提交
    • T
      Remove pg_am.amindexnulls. · 7e2f9062
      Tom Lane 提交于
      The only use we have had for amindexnulls is in determining whether an
      index is safe to cluster on; but since the addition of the amclusterable
      flag, that usage is pretty redundant.
      
      In passing, clean up assorted sloppiness from the last patch that touched
      pg_am.h: Natts_pg_am was wrong, and ambuildempty was not documented.
      7e2f9062
    • T
      Refactor GIN's handling of duplicate search entries. · 56a57473
      Tom Lane 提交于
      The original coding could combine duplicate entries only when they
      originated from the same qual condition.  In particular it could not
      combine cases where multiple qual conditions all give rise to full-index
      scan requests, which is an expensive case well worth optimizing.  Refactor
      so that duplicates are recognized across all the quals.
      56a57473
    • B
      In pg_upgrade, remove functions that did sequential array scans looking · 002c105a
      Bruce Momjian 提交于
      up relations, but rather order old/new relations and use the same array
      index value for both.  This should speed up pg_upgrade for databases
      with many relations.
      002c105a
  2. 08 1月, 2011 16 次提交
  3. 07 1月, 2011 4 次提交
  4. 06 1月, 2011 7 次提交
  5. 05 1月, 2011 4 次提交
  6. 04 1月, 2011 2 次提交
  7. 03 1月, 2011 4 次提交