index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
trigger.sgml
Commit message (
Expand
)
Author
Age
*
Doc: Update struct Trigger definition.
Etsuro Fujita
2022-09-02
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
*
Doc: clarify how triggers relate to transactions.
Tom Lane
2021-09-01
*
Use the correct article for abbreviations
David Rowley
2021-06-11
*
Enable BEFORE row-level triggers for partitioned tables
Alvaro Herrera
2020-03-18
*
Add tg_updatedcols to TriggerData
Peter Eisentraut
2020-03-09
*
Fix docs regarding AFTER triggers on partitioned tables
Alvaro Herrera
2020-02-26
*
Fix handling of multiple AFTER ROW triggers on a foreign table.
Etsuro Fujita
2019-12-10
*
docs: clarify that only INSERT and UPDATE triggers can mod. NEW
Bruce Momjian
2019-11-07
*
Generated columns
Peter Eisentraut
2019-03-30
*
Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax
Peter Eisentraut
2018-08-22
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
Doc: note that statement-level view triggers require an INSTEAD OF trigger.
Tom Lane
2018-03-18
*
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-19
*
Convert documentation to DocBook XML
Peter Eisentraut
2017-11-23
*
Don't use SGML empty tags
Peter Eisentraut
2017-10-17
*
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-09-16
*
Fix typo.
Robert Haas
2017-05-09
*
Document trigger-firing behavior for inheritance/partitioning.
Robert Haas
2017-05-09
*
Fire per-statement triggers on partitioned tables.
Robert Haas
2017-05-01
*
Follow-on cleanup for the transition table patch.
Kevin Grittner
2017-04-04
*
doc: Add missing include in example code
Peter Eisentraut
2017-02-02
*
doc: Minor wording changes
Peter Eisentraut
2016-04-29
*
Remove no-longer-required function declarations.
Tom Lane
2015-05-24
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
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
[next]