summaryrefslogtreecommitdiff
path: root/src/backend/commands/trigger.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Add new wal_level, logical, sufficient for logical decoding.Robert Haas2013-12-101-1/+2
* Refine our definition of what constitutes a system relation.Robert Haas2013-11-281-1/+1
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-021-9/+9
* Post-pgindent cleanupStephen Frost2013-06-011-4/+10
* pgindent run for release 9.3Bruce Momjian2013-05-291-4/+6
* Editorialize a bit on new ProcessUtility() API.Tom Lane2013-04-281-1/+2
* Extend object-access hook machinery to support post-alter events.Robert Haas2013-03-171-2/+10
* Code beautification for object-access hook machinery.Robert Haas2013-03-061-2/+1
* Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistentBruce Momjian2013-01-261-1/+2
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-231-7/+25
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Adjust many backend functions to return OID rather than void.Robert Haas2012-12-231-1/+5
* Add missing buffer lock acquisition in GetTupleForTrigger().Tom Lane2012-11-301-0/+12
* Throw error if expiring tuple is again updated or deleted.Kevin Grittner2012-10-261-9/+22
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane2012-08-101-16/+1
* connoinherit may be true only for CHECK constraintsAlvaro Herrera2012-07-201-1/+1
* Make new event trigger facility actually do something.Robert Haas2012-07-201-1/+1
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-251-9/+9
* Improve tests for whether we can skip queueing RI enforcement triggers.Tom Lane2012-06-191-20/+11
* Refer to the default foreign key match style as MATCH SIMPLE internally.Tom Lane2012-06-171-2/+2
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-17/+17
* Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera2012-04-201-1/+1
* Extend object access hook framework to support arguments, and DROP.Robert Haas2012-03-091-1/+1
* Require execute permission on the trigger function for CREATE TRIGGER.Tom Lane2012-02-231-2/+9
* Add pg_trigger_depth() functionAlvaro Herrera2012-01-251-1/+20
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Allow CHECK constraints to be declared ONLYAlvaro Herrera2011-12-191-1/+2
* Improve behavior of concurrent rename statements.Robert Haas2011-12-151-12/+51
* Improve table locking behavior in the face of current DDL.Robert Haas2011-11-301-2/+1
* Further consolidation of DROP statement handling.Robert Haas2011-11-171-36/+0
* More cleanup after failed reduced-lock-levels-for-DDL feature.Tom Lane2011-10-211-1/+1
* Rearrange the implementation of index-only scans.Tom Lane2011-10-111-4/+4
* 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-3/+3
* Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane2011-07-161-3/+3
* Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.Tom Lane2011-07-121-1/+3
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-081-2/+16
* Finish disabling reduced-lock-levels-for-DDL feature.Tom Lane2011-07-071-14/+4
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-041-0/+1
* Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.Tom Lane2011-06-151-0/+2
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-121-1/+2
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-18/+18
* Fix collations when we call transformWhereClause from outside the parser.Tom Lane2011-04-071-0/+3
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-271-2/+2
* Fix dangling-pointer problem in before-row update trigger processing.Tom Lane2011-02-211-35/+120
* Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.Simon Riggs2011-02-081-0/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Object access hook framework, with post-creation hook.Robert Haas2010-11-251-0/+5