summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
Commit message (Expand)AuthorAgeFilesLines
* Support triggers on views.Tom Lane2010-10-101-176/+323
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* SERIALIZABLE transactions are actually implemented beneath the covers withJoe Conway2010-09-111-5/+5
* Reset the per-output-tuple exprcontext each time through the main loop inTom Lane2010-08-181-1/+9
* Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane2010-07-121-2/+2
* pgindent run for 9.0Bruce Momjian2010-02-261-31/+31
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-081-3/+3
* Fix memory leak created by deferrable-index-constraints patches.Tom Lane2010-01-311-1/+5
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane2009-11-201-5/+7
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-261-12/+56
* Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane2009-10-101-0/+1005