Commits

DateSubjectAuthorReleases
2013-08-18 Fix planner problems with LATERAL references in PlaceHolderVars. Tom Lane 9.3.0
2013-08-18 Fix planner problems with LATERAL references in PlaceHolderVars. Tom Lane 9.4.0
2013-08-14 Remove ph_may_need from PlaceHolderInfo, with attendant simplifications. Tom Lane 9.4.0
2013-08-14 Remove ph_may_need from PlaceHolderInfo, with attendant simplifications. Tom Lane 9.3.0
2013-04-27 Incidental cleanup of matviews code. Tom Lane 9.3.0
2013-04-12 Clean up the mess around EXPLAIN and materialized views. Tom Lane 9.3.0
2013-03-10 Support writable foreign tables. Tom Lane 9.3.0
2013-01-22 Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag. Tom Lane 9.3.0
2012-10-03 Support CREATE SCHEMA IF NOT EXISTS. Tom Lane 9.3.0
2012-08-27 Fix up planner infrastructure to support LATERAL properly. Tom Lane 9.3.0
2012-08-07 Implement SQL-standard LATERAL subqueries. Tom Lane 9.3.0
2012-07-31 Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT). Tom Lane 9.3.0
2012-07-16 Avoid pre-determining index names during CREATE TABLE LIKE parsing. Tom Lane 9.2.0
2012-07-16 Avoid pre-determining index names during CREATE TABLE LIKE parsing. Tom Lane 9.3.0
2012-04-19 Revise parameterized-path mechanism to fix assorted issues. Tom Lane 9.2.0
2012-04-09 Don't bother copying empty support arrays in a zero-column MergeJoin. Tom Lane 9.2.0
2012-03-27 Add some infrastructure for contrib/pg_stat_statements. Tom Lane 9.2.0
2012-03-20 Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. Tom Lane 9.2.0
2012-03-09 Revise FDW planning API, again. Tom Lane 9.2.0
2012-03-05 Redesign PlanForeignScan API to allow multiple paths for a foreign table. Tom Lane 9.2.0
2011-11-25 Fix unsupported options in CREATE TABLE ... AS EXECUTE. Tom Lane 9.2.0
2011-10-11 Rearrange the implementation of index-only scans. Tom Lane 9.2.0
2011-10-08 Support index-only scans using the visibility map to avoid heap fetches. Tom Lane 9.2.0
2011-09-03 Rearrange planner to save the whole PlannerInfo (subroot) for a subquery. Tom Lane 9.2.0
2011-08-16 Revise sinval code to remove no-longer-used tuple TID from inval messages. Tom Lane 9.2.0