postgresql/src/backend/optimizer/path
Tom Lane 9e8da0f757 Teach btree to handle ScalarArrayOpExpr quals natively.
This allows "indexedcol op ANY(ARRAY[...])" conditions to be used in plain
indexscans, and particularly in index-only scans.
2011-10-16 15:39:24 -04:00
..
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
allpaths.c Recognize self-contradictory restriction clauses for non-table relations. 2011-09-24 19:33:16 -04:00
clausesel.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
costsize.c Teach btree to handle ScalarArrayOpExpr quals natively. 2011-10-16 15:39:24 -04:00
equivclass.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
indxpath.c Teach btree to handle ScalarArrayOpExpr quals natively. 2011-10-16 15:39:24 -04:00
joinpath.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
joinrels.c Pgindent run before 9.1 beta2. 2011-06-09 14:32:50 -04:00
orindxpath.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pathkeys.c Rearrange the implementation of index-only scans. 2011-10-11 14:21:30 -04:00
tidpath.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00