postgresql/src/backend/optimizer/prep
Tom Lane 925ca9d7de Tweak make_inh_translation_lists() to check the common case wherein parent and
child attnums are the same, before it grovels through each and every child
column looking for a name match.  Saves some time in large inheritance trees,
per example from Greg.
2007-04-21 05:56:41 +00:00
..
Makefile Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
prepjointree.c Get rid of some old and crufty global variables in the planner. When 2007-02-19 07:03:34 +00:00
prepqual.c Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
preptlist.c Fix up the remaining places where the expression node structure would lose 2007-03-17 00:11:05 +00:00
prepunion.c Tweak make_inh_translation_lists() to check the common case wherein parent and 2007-04-21 05:56:41 +00:00