]> granicus.if.org Git - postgresql/history - src/backend/executor/execUtils.c
Fix whole-row Var evaluation to cope with resjunk columns (again).
[postgresql] / src / backend / executor / execUtils.c
2012-07-20 Tom LaneFix whole-row Var evaluation to cope with resjunk colum...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-03-20 Tom LaneRestructure SELECT INTO's parsetree representation...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-10-11 Tom LaneRearrange the implementation of index-only scans.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-21 Tom LaneFix trigger WHEN conditions when both BEFORE and AFTER...
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-27 Tom LaneFix check_exclusion_constraint() to insert correct...
2011-02-27 Tom LaneRefactor the executor's API to support data-modifying...
2011-02-25 Tom LaneSupport data-modifying commands (INSERT/UPDATE/DELETE...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-16 Tom LaneRemove a sanity check in the exclusion-constraint code...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-05-29 Bruce MomjianAdd C comment that we will have to remove an exclusion...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-08 Tom LaneRemove old-style VACUUM FULL (which was known for a...
2010-01-02 Tom Lanecheck_exclusion_constraint didn't actually work correct...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-11-20 Tom LaneAdd a WHEN clause to CREATE TRIGGER, allowing a boolean...
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
2009-10-12 Tom LaneMove the handling of SELECT FOR UPDATE locking and...
2009-10-08 Tom LaneRemove very ancient tuple-counting infrastructure ...
2009-09-27 Tom LaneReplace the array-style TupleTable data structure with...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-07-18 Tom LaneFix error cleanup failure caused by 8.4 changes in...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-02 Tom LaneRefactor ExecProject and associated routines so that...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-07-26 Tom LaneAs noted by Andrew Gierth, there's really no need any...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-30 Tom LaneAvoid incrementing the CommandCounter when CommandCount...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-08-15 Tom LaneArrange to cache a ResultRelInfo in the executor's...
2007-07-31 Tom LaneIf we're gonna use ExecRelationIsTargetRelation here...
2007-07-27 Neil ConwaySlight refactor for ExecOpenScanRelation(): we can use
2007-02-27 Tom LaneGet rid of the separate EState for subplans, and just...
2007-02-22 Tom LaneTurn the rangetable used by the executor into a flat...
2007-02-20 Tom LaneRemove the Query structure from the executor's API...
2007-02-06 Tom LaneRemove typmod checking from the recent security-related...
2007-02-02 Tom LaneRepair failure to check that a table is still compatibl...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-26 Tom LaneFix failure due to accessing an already-freed tuple...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-04 Tom LaneFix domain_in() bug exhibited by Darcy Buskermolen...
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-11 Bruce MomjianSort reference of include files, "A" - "F".
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-04-30 Tom LaneImprove the representation of FOR UPDATE/FOR SHARE...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-14 Tom LaneSome minor code cleanup, falling out from the removal...
2005-12-03 Tom LaneTweak indexscan machinery to avoid taking an AccessShar...
2005-12-02 Tom LaneAdjust scan plan nodes to avoid getting an extra Access...
2005-11-23 Tom LaneGet rid of ExecAssignResultTypeFromOuterPlan() and...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-14 Tom LanePrevent ExecInsert() and ExecUpdate() from scribbling...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-01 Tom LaneAdd NOWAIT option to SELECT FOR UPDATE/SHARE.
2005-06-20 Tom LaneAvoid WAL-logging individual tuple insertions during...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-04-23 Tom LaneRemove explicit FreeExprContext calls during plan node...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2005-03-21 Tom LaneConvert index-related tuple handling routines from...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-30 Tom LaneAdjust index locking rules as per my proposal of earlie...
2004-09-11 Tom LaneRenumber SnapshotNow and the other special snapshot...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-03-17 Tom LaneReimplement CASE val WHEN compval1 THEN ... WHEN compva...
2004-01-22 Tom LaneFix oversight in optimization that avoids an unnecessar...
2003-12-18 Tom LaneEnsure set-returning functions in the targetlist of...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-01 Tom LaneRepair RI trigger visibility problems (this time for...
2003-09-25 Tom LaneGet rid of ReferentialIntegritySnapshotOverride by...
2003-09-24 Tom LaneRepair some REINDEX problems per recent discussions...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-05-28 Tom LaneReplace functional-index facility with expressional...
2003-05-05 Tom LaneDitch ExecGetTupType() in favor of the much simpler...
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2003-02-09 Tom LaneMake further use of new bitmapset code: executor's...
2003-01-23 Tom LaneChange CREATE TABLE AS / SELECT INTO to create the...
2003-01-12 Tom LaneFirst cut at implementing IN (and NOT IN) via hashtable...
2002-12-18 Tom LaneUpdate EvalPlanQual() to work with new executor memory...
2002-12-15 Tom LaneRevise executor APIs so that all per-query state struct...
2002-12-13 Tom LanePhase 3 of read-only-plans project: ExecInitExpr now...
2002-12-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-09-04 Bruce Momjianpgindent run.
next