aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_trigger.sgml
Commit message (Expand)AuthorAge
* Support TRUNCATE triggers on foreign tables.Fujii Masao2022-07-12
* doc: Fix man page whitespace issuesPeter Eisentraut2022-04-07
* Doc: clarify how triggers relate to transactions.Tom Lane2021-09-01
* Use the correct article for abbreviationsDavid Rowley2021-06-11
* Provide the OR REPLACE option for CREATE TRIGGER.Tom Lane2020-11-14
* Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut2020-10-03
* doc: mention trigger helper functions in CREATE TRIGGER docsBruce Momjian2020-06-25
* Fix detaching partitions with cloned row triggersAlvaro Herrera2020-04-21
* Enable BEFORE row-level triggers for partitioned tablesAlvaro Herrera2020-03-18
* Remove the "opaque" pseudo-type and associated compatibility hacks.Tom Lane2020-03-05
* docs: cleanup/remove/update references to OID column.Andres Freund2019-04-17
* Generated columnsPeter Eisentraut2019-03-30
* Change PROCEDURE to FUNCTION in CREATE TRIGGER syntaxPeter Eisentraut2018-08-22
* doc: Update uses of the word "procedure"Peter Eisentraut2018-08-22
* Allow FOR EACH ROW triggers on partitioned tablesAlvaro Herrera2018-03-23
* Doc: note that statement-level view triggers require an INSTEAD OF trigger.Tom Lane2018-03-18
* doc: fix trigger inheritance wordingBruce Momjian2018-01-31
* doc: clearify trigger behavior for inheritanceBruce Momjian2018-01-31
* doc: properly indent CREATE TRIGGER paragraphBruce Momjian2018-01-24
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-23
* Convert SGML IDs to lower casePeter Eisentraut2017-10-20
* Don't use SGML empty tagsPeter Eisentraut2017-10-17
* Use lower-case SGML attribute valuesPeter Eisentraut2017-10-10
* Ensure that BEFORE STATEMENT triggers fire the right number of times.Tom Lane2017-09-17
* Fix SQL-spec incompatibilities in new transition table feature.Tom Lane2017-09-16
* Fix transition tables for partition/inheritance.Andrew Gierth2017-06-28
* Fix example on creating a trigger with a transition table.Heikki Linnakangas2017-04-18
* Follow-on cleanup for the transition table patch.Kevin Grittner2017-04-04
* Add transition table support to plpgsql.Kevin Grittner2017-03-31
* Spelling fixesPeter Eisentraut2017-03-14
* Implement syntax for transition tables in AFTER triggers.Kevin Grittner2016-11-04
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* docs: improve CREATE TRIGGER defer options listBruce Momjian2015-01-09
* Fix documentation template for CREATE TRIGGER.Kevin Grittner2014-06-21
* Offer triggers on foreign tables.Noah Misch2014-03-23
* doc: Improve DocBook XML validityPeter Eisentraut2014-02-23
* doc: Arrange See Also links in more consistent orderPeter Eisentraut2013-07-02
* doc: Add more compatibility information for triggersPeter Eisentraut2013-02-23
* Make placeholders in SQL command help more consistent and precisePeter Eisentraut2012-06-22
* Require execute permission on the trigger function for CREATE TRIGGER.Tom Lane2012-02-23
* Fix a whitespace issue with the man pagesPeter Eisentraut2011-08-07
* Minor copy-editing in CREATE TRIGGER reference page.Tom Lane2011-03-07
* Fix erroneous documentation of the syntax of CREATE CONSTRAINT TRIGGER.Tom Lane2011-03-02
* Merge docs for CREATE CONSTRAINT TRIGGER and CREATE TRIGGERAlvaro Herrera2010-11-09
* 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
* 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