| Commit message (Expand) | Author | Age |
* | Offer triggers on foreign tables. | Noah Misch | 2014-03-23 |
* | Fix trigger example code to match header changes | Alvaro Herrera | 2012-03-20 |
* | Update struct Trigger in docs | Alvaro Herrera | 2012-03-20 |
* | Avoid extra whitespace in the arguments of <indexterm>. | Tom Lane | 2011-04-08 |
* | Update contrib documention mentions to point to actual documentation | Bruce Momjian | 2011-01-26 |
* | Support triggers on views. | Tom Lane | 2010-10-10 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Spell and markup checking | Peter Eisentraut | 2010-08-17 |
* | Remove unnecessary xref endterm attributes and title ids | Peter Eisentraut | 2010-04-03 |
* | Improve the handling of SET CONSTRAINTS commands by having them search | Tom Lane | 2010-01-17 |
* | Add PG_MODULE_MAGIC and some missing include files to examples | Peter Eisentraut | 2009-11-23 |
* | Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be | Tom Lane | 2009-11-20 |
* | Support SQL-compliant triggers on columns, ie fire only if certain columns | Tom Lane | 2009-10-14 |
* | Use DocBook XSL stylesheets for man page building | Peter Eisentraut | 2009-08-04 |
* | Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid. | Tom Lane | 2009-07-28 |
* | Improve documentation about function volatility: mention the snapshot | Tom Lane | 2009-05-27 |
* | Add doc link to section about how to compile triggers. | Bruce Momjian | 2009-04-07 |
* | Change a couple of ill-advised uses of INFO elog level to WARNINGs; in | Tom Lane | 2009-01-06 |
* | Desultorily enclose programlisting tags in CDATA, to get rid of some obnoxious | Alvaro Herrera | 2008-12-07 |
* | Support statement-level ON TRUNCATE triggers. Simon Riggs | Tom Lane | 2008-03-28 |
* | Entity-ify a passel of & < > characters. Per gripe from Devrim. | Tom Lane | 2007-12-03 |
* | Fix up foreign-key mechanism so that there is a sound semantic basis for the | Tom Lane | 2007-02-14 |
* | Consistenly use colons before '<programlisting>' blocks, where | Bruce Momjian | 2007-02-01 |
* | Update documentation on may/can/might: | Bruce Momjian | 2007-01-31 |
* | Remove emacs info from footer of SGML files. | Bruce Momjian | 2006-09-16 |
* | Make $PostgreSQL CVS tags consistent for SGML files. | Bruce Momjian | 2006-03-10 |
* | Spellchecking run, final cleanups | Peter Eisentraut | 2005-11-04 |
* | Adjust the discussion of triggers to more clearly guide people in the | Tom Lane | 2005-10-13 |
* | Update trigger demo to reflect new trigger ordering. | Bruce Momjian | 2005-10-13 |
* | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 |
* | More < and > cleanups converted to ampersands. | Bruce Momjian | 2005-01-22 |
* | Change -> and <- to use proper ampersand markups. | Bruce Momjian | 2005-01-22 |
* | More updates and copy-editing. Rearrange order of sections a little bit | Tom Lane | 2004-12-30 |
* | Spell checker run | Peter Eisentraut | 2004-12-13 |
* | I found a corner case in which it is possible for RI_FKey_check's call | Tom Lane | 2004-10-30 |
* | Clarify trigger function return convention, per Thomas Hallgren. | Tom Lane | 2004-08-13 |
* | Add a few more cross-references where appropriate, add more text about | Neil Conway | 2004-03-03 |
* | Minor improvements to the trigger documentation, and a few SGML fixes. | Neil Conway | 2004-01-22 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Minor wording improvement suggested by a comment in the interactive docs. | Tom Lane | 2003-11-15 |
* | Move docs about index cost estimation functions and writing a procedural | Tom Lane | 2003-10-22 |
* | Add/edit index entries. | Peter Eisentraut | 2003-08-31 |
* | Make various links point to specific places instead of entire parts | Tom Lane | 2003-08-10 |
* | Revision | Peter Eisentraut | 2003-04-11 |
* | Merge documentation into one book. (Build with "make html".) Replace | Peter Eisentraut | 2003-03-25 |
* | This patch implements FOR EACH STATEMENT triggers, per my email to | Bruce Momjian | 2002-11-23 |
* | Add more appropriate markup. | Peter Eisentraut | 2002-09-21 |
* | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 |
* | pg_trigger's index on tgrelid is replaced by a unique index on | Tom Lane | 2002-04-19 |
* | Add tgconstrrelid to stored Trigger structures, make RI trigger functions | Tom Lane | 2002-04-01 |