1. 09 3月, 2000 1 次提交
  2. 03 3月, 2000 1 次提交
  3. 02 3月, 2000 2 次提交
  4. 28 2月, 2000 3 次提交
  5. 25 2月, 2000 1 次提交
  6. 24 2月, 2000 1 次提交
  7. 23 2月, 2000 1 次提交
    • B
      Well, here's the first pass on regression · 020be62d
      Bruce Momjian 提交于
      tests for the Foreign Key support in 7.0 which
      was made against a CVS copy from this
      afternoon.
      
      This modifies
       src/test/regress/sql/run_check.tests
       src/test/regress/sql/alter_table.sql
       src/test/regress/expected/alter_table.out
       src/test/regress/sql/foreign_key.sql
       src/test/regress/expected/foreign_key.out
      
      sszabo@bigpanda.co
      020be62d
  8. 22 2月, 2000 4 次提交
  9. 21 2月, 2000 2 次提交
  10. 20 2月, 2000 1 次提交
  11. 19 2月, 2000 2 次提交
  12. 17 2月, 2000 1 次提交
    • T
      Finish repairing 6.5's problems with r-tree indexes: create appropriate · 598ea2c3
      Tom Lane 提交于
      selectivity functions and make the r-tree operators use them.  The
      estimation functions themselves are just stubs, unfortunately, but
      perhaps someday someone will make them compute realistic estimates.
      Change pg_am so that the optimizer can reliably tell the difference
      between ordered and unordered indexes --- before it would think that
      an r-tree index can be scanned in '<<' order, which is not right AFAIK.
      Repair broken negator links for network_sup and related ops.
      Initdb forced.  This might be my last initdb force for 7.0 ... hope so
      anyway ...
      598ea2c3
  13. 16 2月, 2000 2 次提交
    • T
      Update EXPLAIN documentation to reflect the fact that the · 9c80cceb
      Tom Lane 提交于
      planner now produces two cost numbers instead of one.
      9c80cceb
    • T
      New cost model for planning, incorporating a penalty for random page · b1577a7c
      Tom Lane 提交于
      accesses versus sequential accesses, a (very crude) estimate of the
      effects of caching on random page accesses, and cost to evaluate WHERE-
      clause expressions.  Export critical parameters for this model as SET
      variables.  Also, create SET variables for the planner's enable flags
      (enable_seqscan, enable_indexscan, etc) so that these can be controlled
      more conveniently than via PGOPTIONS.
      
      Planner now estimates both startup cost (cost before retrieving
      first tuple) and total cost of each path, so it can optimize queries
      with LIMIT on a reasonable basis by interpolating between these costs.
      Same facility is a win for EXISTS(...) subqueries and some other cases.
      
      Redesign pathkey representation to achieve a major speedup in planning
      (I saw as much as 5X on a 10-way join); also minor changes in planner
      to reduce memory consumption by recycling discarded Path nodes and
      not constructing unnecessary lists.
      
      Minor cleanups to display more-plausible costs in some cases in
      EXPLAIN output.
      
      Initdb forced by change in interface to index cost estimation
      functions.
      b1577a7c
  14. 15 2月, 2000 2 次提交
  15. 14 2月, 2000 2 次提交
  16. 11 2月, 2000 1 次提交
  17. 10 2月, 2000 3 次提交
  18. 08 2月, 2000 2 次提交
  19. 06 2月, 2000 2 次提交
    • B
      Solaris has always had problems with 1947 in the · a64d3bc4
      Bruce Momjian 提交于
      regression tests so I prepared a set of expected
      files to make things look OK.
      
      There's also a file to account for minor variations
      in the geopmetry output and a resultmap patch to
      pull them all together.
      
      With these changes PostgreSQL, from CVS, builds and
      regression tests (runcheck) cleanly.
      
      Keith Parks.
      a64d3bc4
    • B
      Update TODO list. · dd14cd63
      Bruce Momjian 提交于
      dd14cd63
  20. 05 2月, 2000 1 次提交
  21. 04 2月, 2000 1 次提交
  22. 03 2月, 2000 4 次提交