Commits

DateSubjectAuthorReleases
2024-05-20 Revert commit 66c0185a3 and follow-on patches. Tom Lane 17.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-03-07 Fix handling of targetlist SRFs when scan/join relation is known empty. Tom Lane 12.0
2019-01-29 Rename nodes/relation.h to nodes/pathnodes.h. Tom Lane 12.0
2019-01-29 Refactor planner's header files. Tom Lane 12.0
2018-12-13 Drop no-op CoerceToDomain nodes from expressions at planning time. Tom Lane 12.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2016-06-26 Rethink node-level representation of partial-aggregation modes. Tom Lane 9.6.0
2016-06-26 Simplify planner's final setup of Aggrefs for partial aggregation. Tom Lane 9.6.0
2016-04-12 Redefine create_upper_paths_hook as being invoked once per upper relation. Tom Lane 9.6.0
2016-03-14 Provide a planner hook at a suitable place for creating upper-rel Paths. Tom Lane 9.6.0
2016-03-07 Make the upper part of the planner work by generating and comparing Paths. Tom Lane 9.6.0
2015-03-22 Allow foreign tables to participate in inheritance. Tom Lane 9.5.0
2012-08-27 Fix up planner infrastructure to support LATERAL properly. Tom Lane 9.3.0
2012-07-21 Account for SRFs in targetlists in planner rowcount estimates. Tom Lane 9.2.0
2012-07-21 Account for SRFs in targetlists in planner rowcount estimates. Tom Lane 9.3.0
2011-09-24 Recognize self-contradictory restriction clauses for non-table relations. Tom Lane 9.2.0
2010-10-08 Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan. Tom Lane 9.1.0
2009-01-09 Arrange for function default arguments to be processed properly in expressions Tom Lane 8.4.0
2008-10-04 Implement SQL-standard WITH clauses, including WITH RECURSIVE. Tom Lane 8.4.0
2007-05-25 Create hooks to let a loadable plugin monitor (or even replace) the planner Tom Lane 8.3.0
2007-04-16 Expose more cursor-related functionality in SPI: specifically, allow Tom Lane 8.3.0
2007-02-20 Remove the Query structure from the executor's API. This allows us to stop Tom Lane 8.3.0
2007-02-19 Get rid of some old and crufty global variables in the planner. When Tom Lane 8.3.0