Commits

DateSubjectAuthorReleases
2022-07-07 Remove stray references to lefttree/righttree in the executor. Tom Lane 16.0
2020-04-11 Suppress -Wimplicit-fallthrough warning in new LIMIT WITH TIES code. Tom Lane 13.0
2017-08-25 Code review for pushing LIMIT through subqueries. Tom Lane 11.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2010-11-18 Dept of second thoughts: don't try to push LIMIT below a SRF. Tom Lane 9.1.0
2010-11-18 Further fallout from the MergeAppend patch. 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-09-27 Remove no-longer-needed ExecCountSlots infrastructure. Tom Lane 9.0.0
2008-03-10 Throw an error for negative LIMIT or OFFSET values, instead of silently Tom Lane 8.4.0
2007-05-17 Fix parameter recalculation for Limit nodes: during a ReScan call we must Tom Lane 8.3.0
2007-05-04 Teach tuplesort.c about "top N" sorting, in which only the first N tuples Tom Lane 8.3.0
2006-12-03 Fix LIMIT/OFFSET for null limit values. This worked before 8.2 but was broken Tom Lane 8.2.1
2006-12-03 Fix LIMIT/OFFSET for null limit values. This worked before 8.2 but was broken Tom Lane 8.3.0
2006-07-26 Code review for bigint-LIMIT patch. Fix missed planner dependency, Tom Lane 8.2.0
2006-02-28 Extend the ExecInitNode API so that plan nodes receive a set of flag Tom Lane 8.2.0
2005-11-23 Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node types Tom Lane 8.1.1
2005-11-23 Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node types Tom Lane 8.2.0
2005-03-16 Revise TupleTableSlot code to avoid unnecessary construction and disassembly Tom Lane 8.1.0
2003-07-21 Error message editing in backend/executor. Tom Lane 7.4.1
2002-12-15 Revise executor APIs so that all per-query state structure is built in Tom Lane 7.4.1
2002-12-13 Phase 3 of read-only-plans project: ExecInitExpr now builds expression Tom Lane 7.4.1
2002-12-05 Phase 1 of read-only-plans project: cause executor state nodes to point Tom Lane 7.4.1
2002-11-22 Redesign internal logic of nodeLimit so that it does not need to fetch Tom Lane 7.4.1
2001-08-06 Evaluate LIMIT/OFFSET expressions with ExecEvalExprSwitchContext, not Tom Lane 7.2.1
2000-11-05 Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases where Tom Lane 7.1.1