aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execAmi.c
Commit message (Expand)AuthorAge
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Rearrange the implementation of index-only scans.Tom Lane2011-10-11
* Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps.Tom Lane2011-09-22
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-20
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Support MergeAppend plans, to allow sorted output from append relations.Tom Lane2010-10-14
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane2010-07-12
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Move the handling of SELECT FOR UPDATE locking and rechecking out ofTom Lane2009-10-12
* Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane2009-10-10
* Rewrite the planner's handling of materialized plan types so that there isTom Lane2009-09-12
* Update copyright for 2009.Bruce Momjian2009-01-01
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* Change WorkTableScan to not support backward scan. The apparent supportTom Lane2008-10-28
* Add a new column to pg_am to specify whether an index AM supports backwardTom Lane2008-10-17
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04
* Improve tuplestore.c to support multiple concurrent read positions.Tom Lane2008-10-01
* Do not allow Unique nodes to be scanned backwards. The code claimed that itTom Lane2008-08-05
* As noted by Andrew Gierth, there's really no need any more to force a junkTom Lane2008-07-26
* Fix mis-calculation of extParam/allParam sets for plan nodes, as seen inTom Lane2008-07-10
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Put function expressions and values lists into FunctionScan and ValuesScanTom Lane2007-02-19
* Repair oversight in 8.2 change that improved the handling of "pseudoconstant"Tom Lane2007-02-15
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-02
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix latent bug in ExecSeqRestrPos: it leaves the plan node's result slotTom Lane2005-05-15
* Create executor and planner-backend support for decoupled heap and indexTom Lane2005-04-19
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Junkfilter logic to force a projection step during SELECT INTO was tooTom Lane2004-03-02
* Ensure set-returning functions in the targetlist of a plan node will beTom Lane2003-12-18
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/executor.Tom Lane2003-07-21
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane2003-03-10
* Make further use of new bitmapset code: executor's chgParam, extParam,Tom Lane2003-02-09
* Clean up plantree representation of SubPlan-s --- SubLink does not appearTom Lane2002-12-14