]> granicus.if.org Git - postgresql/history - src/backend/executor/execUtils.c
Faster expression evaluation and targetlist projection.
[postgresql] / src / backend / executor / execUtils.c
2017-03-25 Andres FreundFaster expression evaluation and targetlist projection.
2017-03-21 Robert HaasDon't scan partitioned tables.
2017-02-22 Robert HaasPass the source text for a parallel query to the workers.
2017-01-19 Andres FreundRemove obsoleted code relating to targetlist SRF evalua...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-08-21 Alvaro HerreraRemove ExecGetScanType function
2015-05-24 Tom LaneManual cleanup of pgindent results.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-16 Andres FreundSupport GROUPING SETS, CUBE and ROLLUP.
2015-05-12 Tom LaneAdd support for doing late row locking in FDWs.
2015-04-24 Heikki LinnakangasMove functions related to index maintenance to separate...
2015-03-24 Tom LaneFix ExecOpenScanRelation to take a lock on a ROW_MARK_C...
2015-02-04 Heikki LinnakangasFix reference-after-free when waiting for another xact...
2015-01-28 Stephen FrostFix column-privilege leak in error-message paths
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-19 Alvaro HerreraSetup error context callback for transaction lock waits
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-07-23 Robert HaasUse InvalidSnapshot, now SnapshotNow, as the default...
2013-07-17 Noah MischImplement the FILTER clause for aggregate function...
2013-04-27 Tom LaneIncidental cleanup of matviews code.
2013-01-29 Tom LaneProvide database object names as separate fields in...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-29 Tom LaneFix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.
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...
next