postgresql/src/backend/optimizer/path
Tom Lane 69f1d5fe14 Clean up minor collation issues in indxpath.c.
Get rid of bogus collation test in match_special_index_operator (even for
ILIKE, the pattern match operator's collation doesn't matter here, and even
if it did the test was testing the wrong thing).
Fix broken looping logic in expand_indexqual_rowcompare.
Add collation check in match_clause_to_ordering_op.
Make naming and argument ordering more consistent; improve comments.
2011-04-08 19:19:17 -04:00
..
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
allpaths.c Add a relkind field to RangeTblEntry to avoid some syscache lookups. 2011-02-22 19:24:40 -05:00
clausesel.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
costsize.c Revise collation derivation method and expression-tree representation. 2011-03-19 20:30:08 -04:00
equivclass.c Revise collation derivation method and expression-tree representation. 2011-03-19 20:30:08 -04:00
indxpath.c Clean up minor collation issues in indxpath.c. 2011-04-08 19:19:17 -04:00
joinpath.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
joinrels.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
orindxpath.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pathkeys.c Clean up a few failures to set collation fields in expression nodes. 2011-03-26 14:25:48 -04:00
tidpath.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00