pgsql/src/backend/optimizer path/allpaths.c pl ... - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/backend/optimizer path/allpaths.c pl ...
Date
Msg-id 200101180712.f0I7CcT11289@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/01/18 02:12:38

Modified files:
    src/backend/optimizer/path: allpaths.c
    src/backend/optimizer/plan: planner.c

Log message:
    Fix performance issue with qualifications on VIEWs: outer query should
    try to push restrictions on the view down into the view subquery,
    so that they can become indexscan quals or what-have-you rather than
    being applied at the top level of the subquery.  7.0 and before were
    able to do this, though in a much klugier way, and I'd hate to have
    anyone complaining that 7.1 is stupider than 7.0 ...


pgsql-committers by date:

Previous
From: Bruce Momjian - CVS
Date:
Subject: pgsql/doc/TODO.detail tablespaces
Next
From: Thomas Lockhart
Date:
Subject: pgsql/doc/src/sgml plsql.sgml