postgresql/src/backend/optimizer/util
Tom Lane c1d62bfd00 Add operator strategy and comparison-value datatype fields to ScanKey.
Remove the 'strategy map' code, which was a large amount of mechanism
that no longer had any use except reverse-mapping from procedure OID to
strategy number.  Passing the strategy number to the index AM in the
first place is simpler and faster.
This is a preliminary step in planned support for cross-datatype index
operations.  I'm committing it now since the ScanKeyEntryInitialize()
API change touches quite a lot of files, and I want to commit those
changes before the tree drifts under me.
2003-11-09 21:30:38 +00:00
..
clauses.c Give a useful error message if a RangeVar is encountered in an expression. 2003-10-29 18:10:15 +00:00
joininfo.c Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
Makefile Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 2000-09-29 18:21:41 +00:00
pathnode.c Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
plancat.c Add operator strategy and comparison-value datatype fields to ScanKey. 2003-11-09 21:30:38 +00:00
relnode.c Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
restrictinfo.c Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
tlist.c Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
var.c Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00