Commits

DateSubjectAuthorReleases
2022-09-19 Future-proof the recursion inside ExecShutdownNode(). Tom Lane 16.0
2022-09-19 Future-proof the recursion inside ExecShutdownNode(). Tom Lane 11.18
2022-09-19 Future-proof the recursion inside ExecShutdownNode(). Tom Lane 13.9
2022-09-19 Future-proof the recursion inside ExecShutdownNode(). Tom Lane 15.0
2022-09-19 Future-proof the recursion inside ExecShutdownNode(). Tom Lane 12.13
2022-09-19 Future-proof the recursion inside ExecShutdownNode(). Tom Lane 14.6
2022-09-19 Future-proof the recursion inside ExecShutdownNode(). Tom Lane 10.23
2019-04-05 Use Append rather than MergeAppend for scanning ordered partitions. Tom Lane 12.0
2018-04-26 Post-feature-freeze pgindent run. Tom Lane 11.0
2018-04-01 Fix a boatload of typos in C comments. Tom Lane 11.0
2017-08-14 Final pgindent + perltidy run for v10. Tom Lane 10.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2013-01-14 Fix obsolete SQL syntax in comment. Tom Lane 9.3.0
2011-10-11 Rearrange the implementation of index-only scans. Tom Lane 9.2.0
2011-09-22 Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps. Tom Lane 9.2.0
2011-02-20 Implement an API to let foreign-data wrappers actually be functional. Tom Lane 9.1.0
2010-10-14 Support MergeAppend plans, to allow sorted output from append relations. Tom Lane 9.1.0
2010-07-12 Make NestLoop plan nodes pass outer-relation variables into their inner Tom Lane 9.1.0
2009-10-12 Move the handling of SELECT FOR UPDATE locking and rechecking out of Tom Lane 9.0.0
2009-10-10 Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c. Tom Lane 9.0.0
2009-09-27 Remove no-longer-needed ExecCountSlots infrastructure. Tom Lane 9.0.0
2008-12-28 Support window functions a la SQL:2008. Tom Lane 8.4.0
2008-10-04 Implement SQL-standard WITH clauses, including WITH RECURSIVE. Tom Lane 8.4.0
2007-02-27 Get rid of the separate EState for subplans, and just let them share the Tom Lane 8.3.0
2006-06-09 Revert sampling patch for EXPLAIN ANALYZE; it turns out to be too unreliable Tom Lane 8.2.0