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
/
ref
/
create_trigger.sgml
Commit message (
Expand
)
Author
Age
*
Support TRUNCATE triggers on foreign tables.
Fujii Masao
2022-07-12
*
doc: Fix man page whitespace issues
Peter Eisentraut
2022-04-07
*
Doc: clarify how triggers relate to transactions.
Tom Lane
2021-09-01
*
Use the correct article for abbreviations
David Rowley
2021-06-11
*
Provide the OR REPLACE option for CREATE TRIGGER.
Tom Lane
2020-11-14
*
Improve <xref> vs. <command> formatting in the documentation
Peter Eisentraut
2020-10-03
*
doc: mention trigger helper functions in CREATE TRIGGER docs
Bruce Momjian
2020-06-25
*
Fix detaching partitions with cloned row triggers
Alvaro Herrera
2020-04-21
*
Enable BEFORE row-level triggers for partitioned tables
Alvaro Herrera
2020-03-18
*
Remove the "opaque" pseudo-type and associated compatibility hacks.
Tom Lane
2020-03-05
*
docs: cleanup/remove/update references to OID column.
Andres Freund
2019-04-17
*
Generated columns
Peter Eisentraut
2019-03-30
*
Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax
Peter Eisentraut
2018-08-22
*
doc: Update uses of the word "procedure"
Peter Eisentraut
2018-08-22
*
Allow FOR EACH ROW triggers on partitioned tables
Alvaro Herrera
2018-03-23
*
Doc: note that statement-level view triggers require an INSTEAD OF trigger.
Tom Lane
2018-03-18
*
doc: fix trigger inheritance wording
Bruce Momjian
2018-01-31
*
doc: clearify trigger behavior for inheritance
Bruce Momjian
2018-01-31
*
doc: properly indent CREATE TRIGGER paragraph
Bruce Momjian
2018-01-24
*
Convert documentation to DocBook XML
Peter Eisentraut
2017-11-23
*
Convert SGML IDs to lower case
Peter Eisentraut
2017-10-20
*
Don't use SGML empty tags
Peter Eisentraut
2017-10-17
*
Use lower-case SGML attribute values
Peter Eisentraut
2017-10-10
*
Ensure that BEFORE STATEMENT triggers fire the right number of times.
Tom Lane
2017-09-17
*
Fix SQL-spec incompatibilities in new transition table feature.
Tom Lane
2017-09-16
*
Fix transition tables for partition/inheritance.
Andrew Gierth
2017-06-28
*
Fix example on creating a trigger with a transition table.
Heikki Linnakangas
2017-04-18
*
Follow-on cleanup for the transition table patch.
Kevin Grittner
2017-04-04
*
Add transition table support to plpgsql.
Kevin Grittner
2017-03-31
*
Spelling fixes
Peter Eisentraut
2017-03-14
*
Implement syntax for transition tables in AFTER triggers.
Kevin Grittner
2016-11-04
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
docs: improve CREATE TRIGGER defer options list
Bruce Momjian
2015-01-09
*
Fix documentation template for CREATE TRIGGER.
Kevin Grittner
2014-06-21
*
Offer triggers on foreign tables.
Noah Misch
2014-03-23
*
doc: Improve DocBook XML validity
Peter Eisentraut
2014-02-23
*
doc: Arrange See Also links in more consistent order
Peter Eisentraut
2013-07-02
*
doc: Add more compatibility information for triggers
Peter Eisentraut
2013-02-23
*
Make placeholders in SQL command help more consistent and precise
Peter Eisentraut
2012-06-22
*
Require execute permission on the trigger function for CREATE TRIGGER.
Tom Lane
2012-02-23
*
Fix a whitespace issue with the man pages
Peter Eisentraut
2011-08-07
*
Minor copy-editing in CREATE TRIGGER reference page.
Tom Lane
2011-03-07
*
Fix erroneous documentation of the syntax of CREATE CONSTRAINT TRIGGER.
Tom Lane
2011-03-02
*
Merge docs for CREATE CONSTRAINT TRIGGER and CREATE TRIGGER
Alvaro Herrera
2010-11-09
*
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
*
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
[next]