summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/trigfuncs.c
AgeCommit message (Collapse)Author
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera
This lets us stop including rel.h into execnodes.h, which is a widely used header.
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
provided by Andrew.
2009-01-01Update copyright for 2009.Bruce Momjian
2008-11-05This maneuver really requires a comment ...Tom Lane
2008-11-05change fix for suppress_redundant_updates_trigger() where relation has Oids, ↵Andrew Dunstan
to only apply if present Oid is invalid, per second thought from TGL
2008-11-05fix suppress_redundant_updates_trigger() where relation has Oids, per gripe ↵Andrew Dunstan
from KaiGai Kohei
2008-11-04Fix compiler warnings (including a seriously bogus elog call); minorTom Lane
code beautification.
2008-11-03suppress_redundant_updates_trigger function.Andrew Dunstan