Commits

DateSubjectAuthorReleases
2008-10-04 Implement SQL-standard WITH clauses, including WITH RECURSIVE. Tom Lane 8.4.0
2008-10-01 Improve tuplestore.c to support multiple concurrent read positions. Tom Lane 8.4.0
2008-08-05 Do not allow Unique nodes to be scanned backwards. The code claimed that it Tom Lane 7.4.22
2008-08-05 Do not allow Unique nodes to be scanned backwards. The code claimed that it Tom Lane 8.0.18
2008-08-05 Do not allow Unique nodes to be scanned backwards. The code claimed that it Tom Lane 8.1.14
2008-08-05 Do not allow Unique nodes to be scanned backwards. The code claimed that it Tom Lane 8.2.10
2008-08-05 Do not allow Unique nodes to be scanned backwards. The code claimed that it Tom Lane 8.3.4
2008-08-05 Do not allow Unique nodes to be scanned backwards. The code claimed that it Tom Lane 8.4.0
2008-07-26 As noted by Andrew Gierth, there's really no need any more to force a junk Tom Lane 8.4.0
2008-07-10 Fix mis-calculation of extParam/allParam sets for plan nodes, as seen in Tom Lane 8.1.14
2008-07-10 Fix mis-calculation of extParam/allParam sets for plan nodes, as seen in Tom Lane 8.2.10
2008-07-10 Fix mis-calculation of extParam/allParam sets for plan nodes, as seen in Tom Lane 8.3.4
2008-07-10 Fix mis-calculation of extParam/allParam sets for plan nodes, as seen in Tom Lane 8.4.0
2007-02-19 Put function expressions and values lists into FunctionScan and ValuesScan Tom Lane 8.3.0
2007-02-15 Repair oversight in 8.2 change that improved the handling of "pseudoconstant" Tom Lane 8.2.4
2007-02-15 Repair oversight in 8.2 change that improved the handling of "pseudoconstant" Tom Lane 8.3.0
2005-05-15 Fix latent bug in ExecSeqRestrPos: it leaves the plan node's result slot Tom Lane 8.1.0
2005-04-19 Create executor and planner-backend support for decoupled heap and index Tom Lane 8.1.0
2004-03-02 Junkfilter logic to force a projection step during SELECT INTO was too Tom Lane 7.4.2
2004-03-02 Junkfilter logic to force a projection step during SELECT INTO was too Tom Lane 8.0.0
2003-12-18 Ensure set-returning functions in the targetlist of a plan node will be Tom Lane 7.4.1
2003-12-18 Ensure set-returning functions in the targetlist of a plan node will be Tom Lane 8.0.0
2003-07-21 Error message editing in backend/executor. Tom Lane 7.4.1
2003-03-10 Restructure parsetree representation of DECLARE CURSOR: now it's a Tom Lane 7.4.1
2003-02-09 Make further use of new bitmapset code: executor's chgParam, extParam, Tom Lane 7.4.1