Commits

DateSubjectAuthorReleases
2021-03-31 Rework planning and execution of UPDATE and DELETE. Tom Lane 14.0
2020-11-08 In INSERT/UPDATE, use the table's real tuple descriptor as target. Tom Lane 12.5
2020-11-08 In INSERT/UPDATE, use the table's real tuple descriptor as target. Tom Lane 13.1
2020-10-26 In INSERT/UPDATE, use the table's real tuple descriptor as target. Tom Lane 14.0
2019-07-15 Represent Lists as expansible arrays, not chains of cons-cells. Tom Lane 13.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
2009-10-10 Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c. Tom Lane 9.0.0
2006-12-04 Refactor ExecGetJunkAttribute to avoid searching for junk attributes Tom Lane 8.3.0
2006-06-16 Fix problems with cached tuple descriptors disappearing while still in use Tom Lane 8.2.0
2005-04-06 Merge Resdom nodes into TargetEntry nodes to simplify code and save a Tom Lane 8.1.0
2005-03-16 Revise TupleTableSlot code to avoid unnecessary construction and disassembly Tom Lane 8.1.0
2005-03-14 Avoid O(N^2) overhead in repeated nocachegetattr calls when columns of Tom Lane 8.1.0
2004-10-07 Fix problems with SQL functions returning rowtypes that have dropped Tom Lane 8.0.0
2004-06-04 Resurrect heap_deformtuple(), this time implemented as a singly nested Tom Lane 8.0.0
2004-04-07 Still another place to make the world safe for zero-column tables. Tom Lane 7.4.3
2004-04-07 Still another place to make the world safe for zero-column tables. Tom Lane 8.0.0
2003-08-11 Code cleanup inspired by recent resname bug report (doesn't fix the bug Tom Lane 7.4.1
2002-12-15 Tweak default memory context allocation policy so that a context is not Tom Lane 7.4.1
2002-12-12 Phase 2 of read-only-plans project: restructure expression-tree nodes Tom Lane 7.4.1
2001-05-27 When using a junkfilter, the output tuple should NOT be stored back into Tom Lane 7.2.1
2001-01-29 Clean up handling of tuple descriptors so that result-tuple descriptors Tom Lane 7.1.1
1999-10-30 Avoid duplicate ExecTypeFromTL() call in ExecInitJunkFilter() by passing Tom Lane 7.1.1