summaryrefslogtreecommitdiff
path: root/src/include/executor/executor.h
Commit message (Expand)AuthorAgeFilesLines
* Fix FOR UPDATE NOWAIT on updated tuple chainsAlvaro Herrera2014-08-271-1/+1
* Avoid leaking memory while evaluating arguments for a table function.Tom Lane2014-06-191-0/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-2/+2
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost2013-07-181-0/+2
* Incidental cleanup of matviews code.Tom Lane2013-04-271-1/+1
* Add a materialized view relations.Kevin Grittner2013-03-031-0/+1
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-231-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-1/+1
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-191-3/+8
* Preserve column names in the execution-time tupledesc for a RowExpr.Tom Lane2012-02-141-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Install defenses against overflow in BuildTupleHashTable().Tom Lane2011-05-231-1/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-3/+3
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-271-0/+12
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-251-1/+1
* Remove ExecRemoveJunk(), which is no longer used anywhere.Tom Lane2011-02-211-1/+0
* Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.Tom Lane2011-01-121-3/+7
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Centralize DML permissions-checking logic.Robert Haas2010-07-221-2/+3
* Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane2010-07-121-2/+2
* Add a hook in ExecCheckRTPerms().Robert Haas2010-07-091-1/+5
* pgindent run for 9.0Bruce Momjian2010-02-261-9/+10
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-081-2/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-151-2/+2
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-071-1/+7
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-261-11/+21
* Move the handling of SELECT FOR UPDATE locking and rechecking out ofTom Lane2009-10-121-2/+8
* Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane2009-10-101-1/+2
* Remove no-longer-needed ExecCountSlots infrastructure.Tom Lane2009-09-271-2/+1
* Rewrite the planner's handling of materialized plan types so that there isTom Lane2009-09-121-1/+2
* Support deferrable uniqueness constraints.Tom Lane2009-07-291-3/+3
* Change do_tup_output() to take Datum/isnull arrays instead of a char * array,Tom Lane2009-07-221-8/+9
* Fix error cleanup failure caused by 8.4 changes in plpgsql to try to avoidTom Lane2009-07-181-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-5/+5
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Some infrastructure changes for the upcoming auto-explain contrib module:Tom Lane2008-11-191-1/+11
* Simplify ExecutorRun's API and save some trivial number of cycles by havingTom Lane2008-10-311-8/+8
* Be more tense about not creating tuplestores with randomAccess = true unlessTom Lane2008-10-291-2/+3
* Extend ExecMakeFunctionResult() to support set-returning functions that returnTom Lane2008-10-281-9/+2
* As noted by Andrew Gierth, there's really no need any more to force a junkTom Lane2008-07-261-2/+1
* Provide a function hook to let plug-ins get control around ExecutorRun.Tom Lane2008-07-181-1/+10
* Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane2008-03-281-1/+6
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane2007-11-301-2/+2
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-11/+11