Commits

DateSubjectAuthorReleases
2014-11-20 Initial code review for CustomScan patch. Tom Lane 9.5.0
2014-11-10 Ensure that whole-row Vars produce nonempty column names. Tom Lane 9.2.10
2014-11-10 Ensure that whole-row Vars produce nonempty column names. Tom Lane 9.3.6
2014-11-10 Ensure that RowExprs and whole-row Vars produce the expected column names. Tom Lane 9.4.0
2014-11-10 Ensure that RowExprs and whole-row Vars produce the expected column names. Tom Lane 9.5.0
2014-06-20 Avoid leaking memory while evaluating arguments for a table function. Tom Lane 9.5.0
2014-06-20 Avoid leaking memory while evaluating arguments for a table function. Tom Lane 8.4.22
2014-06-20 Avoid leaking memory while evaluating arguments for a table function. Tom Lane 9.0.18
2014-06-20 Avoid leaking memory while evaluating arguments for a table function. Tom Lane 9.1.14
2014-06-20 Avoid leaking memory while evaluating arguments for a table function. Tom Lane 9.2.9
2014-06-20 Avoid leaking memory while evaluating arguments for a table function. Tom Lane 9.3.5
2014-06-20 Avoid leaking memory while evaluating arguments for a table function. Tom Lane 9.4.0
2013-04-27 Incidental cleanup of matviews code. Tom Lane 9.3.0
2012-03-20 Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. Tom Lane 9.2.0
2012-02-14 Preserve column names in the execution-time tupledesc for a RowExpr. Tom Lane 9.2.0
2011-05-23 Install defenses against overflow in BuildTupleHashTable(). Tom Lane 9.1.0
2011-02-27 Refactor the executor's API to support data-modifying CTEs better. Tom Lane 9.1.0
2011-02-25 Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH. Tom Lane 9.1.0
2011-02-22 Remove ExecRemoveJunk(), which is no longer used anywhere. Tom Lane 9.1.0
2011-01-13 Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly. Tom Lane 9.0.3
2011-01-13 Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly. Tom Lane 9.1.0
2010-07-12 Make NestLoop plan nodes pass outer-relation variables into their inner Tom Lane 9.1.0
2010-02-08 Remove old-style VACUUM FULL (which was known for a little while as Tom Lane 9.0.0
2009-12-07 Add exclusion constraints, which generalize the concept of uniqueness to Tom Lane 9.0.0
2009-10-26 Re-implement EvalPlanQual processing to improve its performance and eliminate Tom Lane 9.0.0