CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/02/27 17:48:04
Modified files:
src/backend/optimizer/util: restrictinfo.c
Log message:
Adjust remove_redundant_join_clauses() so that when it has a choice
of which redundant c
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/02/27 17:44:44
Modified files:
src/backend/utils/adt: Tag: REL7_4_STABLE selfuncs.c
Log message:
genericcostestimate() neglected to include qual startup cost in
indexTotalCost
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/02/27 17:44:35
Modified files:
src/backend/utils/adt: selfuncs.c
Log message:
genericcostestimate() neglected to include qual startup cost in
indexTotalCost. I think this may
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/02/27 17:42:10
Modified files:
src/backend/optimizer/plan: Tag: REL7_4_STABLE initsplan.c
Log message:
process_implied_equality must copy the substructure of the clauses it
is
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/02/27 17:42:00
Modified files:
src/backend/optimizer/plan: initsplan.c
Log message:
process_implied_equality must copy the substructure of the clauses it
is generating, to avo