index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
trigger.sgml
Age
Commit message (
Expand
)
Author
2022-09-02
Doc: Update struct Trigger definition.
Etsuro Fujita
2022-03-28
Add support for MERGE SQL command
Alvaro Herrera
2021-09-01
Doc: clarify how triggers relate to transactions.
Tom Lane
2021-06-11
Use the correct article for abbreviations
David Rowley
2020-03-18
Enable BEFORE row-level triggers for partitioned tables
Alvaro Herrera
2020-03-09
Add tg_updatedcols to TriggerData
Peter Eisentraut
2020-02-26
Fix docs regarding AFTER triggers on partitioned tables
Alvaro Herrera
2019-12-10
Fix handling of multiple AFTER ROW triggers on a foreign table.
Etsuro Fujita
2019-11-07
docs: clarify that only INSERT and UPDATE triggers can mod. NEW
Bruce Momjian
2019-03-30
Generated columns
Peter Eisentraut
2018-08-22
Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax
Peter Eisentraut
2018-04-12
Revert MERGE patch
Simon Riggs
2018-04-03
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-02
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
Modified files for MERGE
Simon Riggs
2018-03-18
Doc: note that statement-level view triggers require an INSTEAD OF trigger.
Tom Lane
2018-01-19
Allow UPDATE to move rows between partitions.
Robert Haas
2017-11-23
Convert documentation to DocBook XML
Peter Eisentraut
2017-10-17
Don't use SGML empty tags
Peter Eisentraut
2017-09-16
Doc: add example of transition table use in a trigger.
Tom Lane
2017-09-16
Fix SQL-spec incompatibilities in new transition table feature.
Tom Lane
2017-05-10
Fix typo.
Robert Haas
2017-05-10
Document trigger-firing behavior for inheritance/partitioning.
Robert Haas
2017-05-01
Fire per-statement triggers on partitioned tables.
Robert Haas
2017-04-04
Follow-on cleanup for the transition table patch.
Kevin Grittner
2017-02-02
doc: Add missing include in example code
Peter Eisentraut
2016-04-29
doc: Minor wording changes
Peter Eisentraut
2015-05-24
Remove no-longer-required function declarations.
Tom Lane
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2014-03-23
Offer triggers on foreign tables.
Noah Misch
2012-03-20
Fix trigger example code to match header changes
Alvaro Herrera
2012-03-20
Update struct Trigger in docs
Alvaro Herrera
2011-04-08
Avoid extra whitespace in the arguments of <indexterm>.
Tom Lane
2011-01-26
Update contrib documention mentions to point to actual documentation
Bruce Momjian
2010-10-10
Support triggers on views.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-17
Spell and markup checking
Peter Eisentraut
2010-04-03
Remove unnecessary xref endterm attributes and title ids
Peter Eisentraut
2010-01-17
Improve the handling of SET CONSTRAINTS commands by having them search
Tom Lane
2009-11-23
Add PG_MODULE_MAGIC and some missing include files to examples
Peter Eisentraut
2009-11-20
Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be
Tom Lane
2009-10-14
Support SQL-compliant triggers on columns, ie fire only if certain columns
Tom Lane
2009-08-04
Use DocBook XSL stylesheets for man page building
Peter Eisentraut
2009-07-28
Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid.
Tom Lane
2009-05-27
Improve documentation about function volatility: mention the snapshot
Tom Lane
2009-04-07
Add doc link to section about how to compile triggers.
Bruce Momjian
2009-01-06
Change a couple of ill-advised uses of INFO elog level to WARNINGs; in
Tom Lane
2008-12-07
Desultorily enclose programlisting tags in CDATA, to get rid of some obnoxious
Alvaro Herrera
2008-03-28
Support statement-level ON TRUNCATE triggers. Simon Riggs
Tom Lane
2007-12-03
Entity-ify a passel of & < > characters. Per gripe from Devrim.
Tom Lane
[next]