aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/trigger.c
Commit message (Expand)AuthorAge
* Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistentBruce Momjian2013-01-26
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Update copyrights for 2013Bruce Momjian2013-01-01
* Adjust many backend functions to return OID rather than void.Robert Haas2012-12-23
* Add missing buffer lock acquisition in GetTupleForTrigger().Tom Lane2012-11-30
* Throw error if expiring tuple is again updated or deleted.Kevin Grittner2012-10-26
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane2012-08-10
* connoinherit may be true only for CHECK constraintsAlvaro Herrera2012-07-20
* Make new event trigger facility actually do something.Robert Haas2012-07-20
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-25
* Improve tests for whether we can skip queueing RI enforcement triggers.Tom Lane2012-06-19
* Refer to the default foreign key match style as MATCH SIMPLE internally.Tom Lane2012-06-17
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera2012-04-20
* Extend object access hook framework to support arguments, and DROP.Robert Haas2012-03-09
* Require execute permission on the trigger function for CREATE TRIGGER.Tom Lane2012-02-23
* Add pg_trigger_depth() functionAlvaro Herrera2012-01-25
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Allow CHECK constraints to be declared ONLYAlvaro Herrera2011-12-19
* Improve behavior of concurrent rename statements.Robert Haas2011-12-15
* Improve table locking behavior in the face of current DDL.Robert Haas2011-11-30
* Further consolidation of DROP statement handling.Robert Haas2011-11-17
* More cleanup after failed reduced-lock-levels-for-DDL feature.Tom Lane2011-10-21
* 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
* Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.Tom Lane2011-08-21
* Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane2011-07-16
* Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.Tom Lane2011-07-12
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-08
* Finish disabling reduced-lock-levels-for-DDL feature.Tom Lane2011-07-07
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.Tom Lane2011-06-15
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Fix collations when we call transformWhereClause from outside the parser.Tom Lane2011-04-07
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-27
* Fix dangling-pointer problem in before-row update trigger processing.Tom Lane2011-02-21
* Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.Simon Riggs2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Object access hook framework, with post-creation hook.Robert Haas2010-11-25
* Support triggers on views.Tom Lane2010-10-10
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* SERIALIZABLE transactions are actually implemented beneath the covers withJoe Conway2010-09-11
* Fix possible corruption of AfterTriggerEventLists in subtransaction rollback.Tom Lane2010-08-19
* Standardize get_whatever_oid functions for other object types.Robert Haas2010-08-05
* Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions.Simon Riggs2010-07-28
* pgindent run for 9.0Bruce Momjian2010-02-26
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Fix assorted core dumps and Assert failures that could occur duringTom Lane2010-01-24