summaryrefslogtreecommitdiff
path: root/src/backend/executor/execMain.c
Commit message (Expand)AuthorAgeFilesLines
* Throw error if expiring tuple is again updated or deleted.Kevin Grittner2012-10-261-16/+27
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-2/+2
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-191-420/+14
* Fix handling of data-modifying CTE subplans in EvalPlanQual.Tom Lane2012-01-281-11/+2
* Prevent adding relations to a concurrently dropped schema.Robert Haas2012-01-161-3/+5
* Make executor's SELECT INTO code save and restore original tuple receiver.Tom Lane2012-01-041-5/+15
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Add support for privileges on typesPeter Eisentraut2011-12-201-0/+15
* When a row fails a not-null constraint, show row's contents in errdetail.Tom Lane2011-11-291-1/+3
* When a row fails a CHECK constraint, show row's contents in errdetail.Tom Lane2011-11-291-1/+65
* Fix unsupported options in CREATE TABLE ... AS EXECUTE.Tom Lane2011-11-241-3/+37
* Check for INSERT privileges in SELECT INTO / CREATE TABLE AS.Robert Haas2011-11-221-0/+17
* Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps.Tom Lane2011-09-221-1/+0
* Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.Tom Lane2011-08-211-0/+1
* Fix bugs in relpersistence handling during table creation.Robert Haas2011-07-031-6/+7
* Remove extra copying of TupleDescs for heap_create_with_catalogAlvaro Herrera2011-06-201-7/+1
* Disallow SELECT FOR UPDATE/SHARE on sequences.Tom Lane2011-06-021-6/+58
* Refactor broken CREATE TABLE IF NOT EXISTS support.Robert Haas2011-04-251-10/+2
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-29/+30
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-271-27/+108
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-251-44/+111
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-201-0/+7
* Fix improper matching of resjunk column names for FOR UPDATE in subselect.Tom Lane2011-02-091-3/+10
* Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.Tom Lane2011-01-121-25/+82
* Basic foreign table support.Robert Haas2011-01-011-0/+6
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-131-3/+6
* Support triggers on views.Tom Lane2010-10-101-7/+37
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* SERIALIZABLE transactions are actually implemented beneath the covers withJoe Conway2010-09-111-2/+2
* Standardize get_whatever_oid functions for object types withRobert Haas2010-08-051-7/+2
* CREATE TABLE IF NOT EXISTS.Robert Haas2010-07-251-2/+4
* Centralize DML permissions-checking logic.Robert Haas2010-07-221-27/+37
* 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/+7
* Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas2010-04-281-8/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-40/+41
* Clean up handling of XactReadOnly and RecoveryInProgress checks.Tom Lane2010-02-201-11/+10
* Fix up rickety handling of relation-truncation interlocks.Tom Lane2010-02-091-3/+4
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-071-1/+2
* Move the responsibility of writing a "unlogged WAL operation" record fromHeikki Linnakangas2010-02-031-1/+7
* Type table featurePeter Eisentraut2010-01-281-1/+2
* Introduce Streaming Replication.Heikki Linnakangas2010-01-151-4/+4
* Fix oversight in EvalPlanQualFetch: after failing to lock a tuple becauseTom Lane2010-01-081-1/+3
* Preserve relfilenodes:Bruce Momjian2010-01-061-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-7/+5
* Ensure that the result tuple of an EvalPlanQual cycle gets materializedTom Lane2009-12-111-1/+11
* Prevent indirect security attacks via changing session-local state withinTom Lane2009-12-091-1/+16