summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/trigfuncs.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
|
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-041-0/+1
| | | | | This lets us stop including rel.h into execnodes.h, which is a widely used header.
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
|
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
|
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
|
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-30/+33
| | | | provided by Andrew.
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
|
* This maneuver really requires a comment ...Tom Lane2008-11-051-5/+10
|
* change fix for suppress_redundant_updates_trigger() where relation has Oids, ↵Andrew Dunstan2008-11-051-6/+5
| | | | to only apply if present Oid is invalid, per second thought from TGL
* fix suppress_redundant_updates_trigger() where relation has Oids, per gripe ↵Andrew Dunstan2008-11-051-1/+8
| | | | from KaiGai Kohei
* Fix compiler warnings (including a seriously bogus elog call); minorTom Lane2008-11-041-18/+22
| | | | code beautification.
* suppress_redundant_updates_trigger function.Andrew Dunstan2008-11-031-0/+77