aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/trigger.c
Commit message (Expand)AuthorAge
* Remove tabs after spaces in C commentsBruce Momjian2014-05-06
* Avoid repeated name lookups during table and index DDL.Robert Haas2014-02-17
* Add missing buffer lock acquisition in GetTupleForTrigger().Tom Lane2012-11-30
* Require execute permission on the trigger function for CREATE TRIGGER.Tom Lane2012-02-23
* 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
* Finish disabling reduced-lock-levels-for-DDL feature.Tom Lane2011-07-07
* 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
* Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane2010-01-17
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane2009-11-20
* Fix AfterTriggerSaveEvent to use a test and elog, not just Assert, to checkTom Lane2009-10-27
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-26
* Support SQL-compliant triggers on columns, ie fire only if certain columnsTom Lane2009-10-14
* Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane2009-10-10
* Support hex-string input and output for type BYTEA.Tom Lane2009-08-04
* Merge the Constraint and FkConstraint node types into a single type.Tom Lane2009-07-30
* Support deferrable uniqueness constraints.Tom Lane2009-07-29
* Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid.Tom Lane2009-07-28
* Fix the just-reported problem that you can't specify all four trigger eventTom Lane2009-06-18
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Update comments to reflect that tgenabled is not a boolean anymore.Heikki Linnakangas2009-01-22
* Make some strings translatable again that were accidentally removed inMagnus Hagander2009-01-21
* Update copyright for 2009.Bruce Momjian2009-01-01
* Fix failure to ensure that a snapshot is available to datatype input functionsTom Lane2008-12-13
* Fix a few more format argument warnings.Magnus Hagander2008-11-21
* Replace pg_class.reltriggers with relhastriggers, which is just a boolean hintTom Lane2008-11-09
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-02
* Reduce the memory footprint of large pending-trigger-event lists, as per myTom Lane2008-10-24
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-01
* Adjust things so that the query_string of a cached plan and the sourceText ofTom Lane2008-07-18