aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/trigger.sgml
Commit message (Expand)AuthorAge
* Offer triggers on foreign tables.Noah Misch2014-03-23
* Fix trigger example code to match header changesAlvaro Herrera2012-03-20
* Update struct Trigger in docsAlvaro Herrera2012-03-20
* Avoid extra whitespace in the arguments of <indexterm>.Tom Lane2011-04-08
* Update contrib documention mentions to point to actual documentationBruce Momjian2011-01-26
* Support triggers on views.Tom Lane2010-10-10
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Spell and markup checkingPeter Eisentraut2010-08-17
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane2010-01-17
* Add PG_MODULE_MAGIC and some missing include files to examplesPeter Eisentraut2009-11-23
* Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane2009-11-20
* Support SQL-compliant triggers on columns, ie fire only if certain columnsTom Lane2009-10-14
* Use DocBook XSL stylesheets for man page buildingPeter Eisentraut2009-08-04
* Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid.Tom Lane2009-07-28
* Improve documentation about function volatility: mention the snapshotTom Lane2009-05-27
* Add doc link to section about how to compile triggers.Bruce Momjian2009-04-07
* Change a couple of ill-advised uses of INFO elog level to WARNINGs; inTom Lane2009-01-06
* Desultorily enclose programlisting tags in CDATA, to get rid of some obnoxiousAlvaro Herrera2008-12-07
* Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane2008-03-28
* Entity-ify a passel of & < > characters. Per gripe from Devrim.Tom Lane2007-12-03
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-14
* Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian2007-02-01
* Update documentation on may/can/might:Bruce Momjian2007-01-31
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian2006-03-10
* Spellchecking run, final cleanupsPeter Eisentraut2005-11-04
* Adjust the discussion of triggers to more clearly guide people in theTom Lane2005-10-13
* Update trigger demo to reflect new trigger ordering.Bruce Momjian2005-10-13
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-29
* More < and > cleanups converted to ampersands.Bruce Momjian2005-01-22
* Change -> and <- to use proper ampersand markups.Bruce Momjian2005-01-22
* More updates and copy-editing. Rearrange order of sections a little bitTom Lane2004-12-30
* Spell checker runPeter Eisentraut2004-12-13
* I found a corner case in which it is possible for RI_FKey_check's callTom Lane2004-10-30
* Clarify trigger function return convention, per Thomas Hallgren.Tom Lane2004-08-13
* Add a few more cross-references where appropriate, add more text aboutNeil Conway2004-03-03
* Minor improvements to the trigger documentation, and a few SGML fixes.Neil Conway2004-01-22
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Minor wording improvement suggested by a comment in the interactive docs.Tom Lane2003-11-15
* Move docs about index cost estimation functions and writing a proceduralTom Lane2003-10-22
* Add/edit index entries.Peter Eisentraut2003-08-31
* Make various links point to specific places instead of entire partsTom Lane2003-08-10
* RevisionPeter Eisentraut2003-04-11
* Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut2003-03-25
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-23
* Add more appropriate markup.Peter Eisentraut2002-09-21
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* pg_trigger's index on tgrelid is replaced by a unique index onTom Lane2002-04-19
* Add tgconstrrelid to stored Trigger structures, make RI trigger functionsTom Lane2002-04-01