postgresql/src/backend/optimizer/path
Tom Lane 17b843d677 Cache eval cost of qualification expressions in RestrictInfo nodes to
avoid repeated evaluations in cost_qual_eval().  This turns out to save
a useful fraction of planning time.  No change to external representation
of RestrictInfo --- although that node type doesn't appear in stored
rules anyway.
2000-12-12 23:33:34 +00:00
..
_deadcode Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
allpaths.c Restructure handling of inheritance queries so that they work with outer 2000-11-12 00:37:02 +00:00
clausesel.c Ensure clause_selectivity() behaves sanely when examining an uplevel Var 2000-10-25 21:48:12 +00:00
costsize.c Cache eval cost of qualification expressions in RestrictInfo nodes to 2000-12-12 23:33:34 +00:00
indxpath.c Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; 2000-11-25 20:33:54 +00:00
joinpath.c Ensure that mergejoin plan will be considered for FULL OUTER JOIN even 2000-11-23 03:57:31 +00:00
joinrels.c Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 2000-09-29 18:21:41 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
orindxpath.c First cut at full support for OUTER JOINs. There are still a few loose 2000-09-12 21:07:18 +00:00
pathkeys.c Restructure handling of inheritance queries so that they work with outer 2000-11-12 00:37:02 +00:00
tidpath.c Remove unused include files. Do not touch /port or includes used by defines. 2000-05-30 00:49:57 +00:00