aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/trigger.c
Commit message (Expand)AuthorAge
* 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
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-13
* Add support for tracking call counts and elapsed runtime for user-definedTom Lane2008-05-15
* Improve snapshot manager by keeping explicit track of snapshots.Alvaro Herrera2008-05-12
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane2008-03-28
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-26
* Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera2008-03-26
* Separate snapshot management code from tuple visibility code, create aAlvaro Herrera2008-03-26
* Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger eventsTom Lane2008-01-02
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane2007-11-30
* Small comment spacing improvement.Bruce Momjian2007-11-16
* Fix pgindent to properly handle 'else' and single-line comments on theBruce Momjian2007-11-15
* Improve conversion of legacy CREATE CONSTRAINT TRIGGER representation ofTom Lane2007-11-05
* Minor improvements to code for converting legacy CREATE CONSTRAINT TRIGGERTom Lane2007-11-04
* Teach CREATE CONSTRAINT TRIGGER to convert old-style foreign keyTom Lane2007-11-04
* Redefine the lp_flags field of item pointers as having four states, ratherTom Lane2007-09-12
* Arrange to cache a ResultRelInfo in the executor's EState for relations thatTom Lane2007-08-15
* Repair problems occurring when multiple RI updates have to be done to the sameTom Lane2007-08-15
* Fix incorrect optimization of foreign-key checks. When an UPDATE on theTom Lane2007-07-17
* Avoid memory leakage when a series of subtransactions invoke AFTER triggersTom Lane2007-07-01
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-19
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-14