-
- Downloads
Finish repairing 6.5's problems with r-tree indexes: create appropriate
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 ...
Showing
- doc/src/sgml/catalogs.sgml 32 additions, 33 deletionsdoc/src/sgml/catalogs.sgml
- doc/src/sgml/xindex.sgml 15 additions, 5 deletionsdoc/src/sgml/xindex.sgml
- doc/src/sgml/xoper.sgml 10 additions, 0 deletionsdoc/src/sgml/xoper.sgml
- src/backend/optimizer/util/plancat.c 19 additions, 18 deletionssrc/backend/optimizer/util/plancat.c
- src/backend/utils/adt/geo_selfuncs.c 53 additions, 45 deletionssrc/backend/utils/adt/geo_selfuncs.c
- src/include/catalog/catversion.h 2 additions, 2 deletionssrc/include/catalog/catversion.h
- src/include/catalog/pg_am.h 35 additions, 31 deletionssrc/include/catalog/pg_am.h
- src/include/catalog/pg_operator.h 39 additions, 39 deletionssrc/include/catalog/pg_operator.h
- src/include/catalog/pg_proc.h 12 additions, 3 deletionssrc/include/catalog/pg_proc.h
- src/include/utils/geo_decls.h 12 additions, 3 deletionssrc/include/utils/geo_decls.h
- src/test/regress/expected/create_index.out 13 additions, 1 deletionsrc/test/regress/expected/create_index.out
- src/test/regress/sql/create_index.sql 7 additions, 1 deletionsrc/test/regress/sql/create_index.sql
Loading
Please register or sign in to comment