aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/trigger.sgml
Commit message (Expand)AuthorAge
* Doc: Update struct Trigger definition.Etsuro Fujita2022-09-02
* Add support for MERGE SQL commandAlvaro Herrera2022-03-28
* Doc: clarify how triggers relate to transactions.Tom Lane2021-09-01
* Use the correct article for abbreviationsDavid Rowley2021-06-11
* Enable BEFORE row-level triggers for partitioned tablesAlvaro Herrera2020-03-18
* Add tg_updatedcols to TriggerDataPeter Eisentraut2020-03-09
* Fix docs regarding AFTER triggers on partitioned tablesAlvaro Herrera2020-02-26
* Fix handling of multiple AFTER ROW triggers on a foreign table.Etsuro Fujita2019-12-10
* docs: clarify that only INSERT and UPDATE triggers can mod. NEWBruce Momjian2019-11-07
* Generated columnsPeter Eisentraut2019-03-30
* Change PROCEDURE to FUNCTION in CREATE TRIGGER syntaxPeter Eisentraut2018-08-22
* Revert MERGE patchSimon Riggs2018-04-12
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* Doc: note that statement-level view triggers require an INSTEAD OF trigger.Tom Lane2018-03-18
* Allow UPDATE to move rows between partitions.Robert Haas2018-01-19
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-23
* Don't use SGML empty tagsPeter Eisentraut2017-10-17
* Doc: add example of transition table use in a trigger.Tom Lane2017-09-16
* Fix SQL-spec incompatibilities in new transition table feature.Tom Lane2017-09-16
* Fix typo.Robert Haas2017-05-09
* Document trigger-firing behavior for inheritance/partitioning.Robert Haas2017-05-09
* Fire per-statement triggers on partitioned tables.Robert Haas2017-05-01
* Follow-on cleanup for the transition table patch.Kevin Grittner2017-04-04
* doc: Add missing include in example codePeter Eisentraut2017-02-02
* doc: Minor wording changesPeter Eisentraut2016-04-29
* Remove no-longer-required function declarations.Tom Lane2015-05-24
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* 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