summaryrefslogtreecommitdiff
path: root/doc/src/sgml/trigger.sgml
AgeCommit message (Expand)Author
2022-09-02Doc: Update struct Trigger definition.Etsuro Fujita
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2021-09-01Doc: clarify how triggers relate to transactions.Tom Lane
2021-06-11Use the correct article for abbreviationsDavid Rowley
2020-03-18Enable BEFORE row-level triggers for partitioned tablesAlvaro Herrera
2020-03-09Add tg_updatedcols to TriggerDataPeter Eisentraut
2020-02-26Fix docs regarding AFTER triggers on partitioned tablesAlvaro Herrera
2019-12-10Fix handling of multiple AFTER ROW triggers on a foreign table.Etsuro Fujita
2019-11-07docs: clarify that only INSERT and UPDATE triggers can mod. NEWBruce Momjian
2019-03-30Generated columnsPeter Eisentraut
2018-08-22Change PROCEDURE to FUNCTION in CREATE TRIGGER syntaxPeter Eisentraut
2018-04-12Revert MERGE patchSimon Riggs
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-03-18Doc: note that statement-level view triggers require an INSTEAD OF trigger.Tom Lane
2018-01-19Allow UPDATE to move rows between partitions.Robert Haas
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-09-16Doc: add example of transition table use in a trigger.Tom Lane
2017-09-16Fix SQL-spec incompatibilities in new transition table feature.Tom Lane
2017-05-10Fix typo.Robert Haas
2017-05-10Document trigger-firing behavior for inheritance/partitioning.Robert Haas
2017-05-01Fire per-statement triggers on partitioned tables.Robert Haas
2017-04-04Follow-on cleanup for the transition table patch.Kevin Grittner
2017-02-02doc: Add missing include in example codePeter Eisentraut
2016-04-29doc: Minor wording changesPeter Eisentraut
2015-05-24Remove no-longer-required function declarations.Tom Lane
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2014-03-23Offer triggers on foreign tables.Noah Misch
2012-03-20Fix trigger example code to match header changesAlvaro Herrera
2012-03-20Update struct Trigger in docsAlvaro Herrera
2011-04-08Avoid extra whitespace in the arguments of <indexterm>.Tom Lane
2011-01-26Update contrib documention mentions to point to actual documentationBruce Momjian
2010-10-10Support triggers on views.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-17Spell and markup checkingPeter Eisentraut
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
2010-01-17Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane
2009-11-23Add PG_MODULE_MAGIC and some missing include files to examplesPeter Eisentraut
2009-11-20Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane
2009-10-14Support SQL-compliant triggers on columns, ie fire only if certain columnsTom Lane
2009-08-04Use DocBook XSL stylesheets for man page buildingPeter Eisentraut
2009-07-28Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid.Tom Lane
2009-05-27Improve documentation about function volatility: mention the snapshotTom Lane
2009-04-07Add doc link to section about how to compile triggers.Bruce Momjian
2009-01-06Change a couple of ill-advised uses of INFO elog level to WARNINGs; inTom Lane
2008-12-07Desultorily enclose programlisting tags in CDATA, to get rid of some obnoxiousAlvaro Herrera
2008-03-28Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane
2007-12-03Entity-ify a passel of & < > characters. Per gripe from Devrim.Tom Lane