index
:
delta/postgresql.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
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
trigger.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
1
-6
/
+6
*
Remove unnecessary PG_TRY overhead for CurrentResourceOwner changes.
Tom Lane
2017-10-11
1
-25
/
+11
*
Fix possible dangling pointer dereference in trigger.c.
Tom Lane
2017-09-17
1
-15
/
+71
*
Ensure that BEFORE STATEMENT triggers fire the right number of times.
Tom Lane
2017-09-17
1
-12
/
+60
*
Fix SQL-spec incompatibilities in new transition table feature.
Tom Lane
2017-09-16
1
-286
/
+534
*
Message style fixes
Peter Eisentraut
2017-09-11
1
-1
/
+1
*
Quick-hack fix for foreign key cascade vs triggers with transition tables.
Tom Lane
2017-09-10
1
-1
/
+3
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
1
-7
/
+7
*
Fix transition tables for ON CONFLICT.
Andrew Gierth
2017-06-28
1
-6
/
+52
*
Fix transition tables for wCTEs.
Andrew Gierth
2017-06-28
1
-129
/
+94
*
Fix transition tables for partition/inheritance.
Andrew Gierth
2017-06-28
1
-36
/
+182
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-37
/
+37
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-18
/
+17
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
1
-3
/
+3
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-17
/
+18
*
Fix relcache leak when row triggers on partitions are fired by COPY.
Robert Haas
2017-05-16
1
-10
/
+1
*
Prohibit transition tables on views and foreign tables.
Robert Haas
2017-05-09
1
-0
/
+14
*
Don't permit transition tables with TRUNCATE triggers.
Robert Haas
2017-05-09
1
-0
/
+5
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
1
-1
/
+1
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
1
-1
/
+8
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
1
-5
/
+5
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
1
-4
/
+4
*
Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().
Tom Lane
2017-02-01
1
-1
/
+1
*
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-31
1
-14
/
+4
*
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-26
1
-3
/
+1
*
Reindent table partitioning code.
Robert Haas
2017-01-24
1
-1
/
+1
*
Make messages mentioning type names more uniform
Alvaro Herrera
2017-01-18
1
-2
/
+3
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
1
-1
/
+9
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Implement table partitioning.
Robert Haas
2016-12-07
1
-3
/
+13
*
Implement syntax for transition tables in AFTER triggers.
Kevin Grittner
2016-11-04
1
-13
/
+314
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
1
-6
/
+2
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-2
/
+2
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
1
-1
/
+1
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
1
-1
/
+1
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
1
-1
/
+0
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
1
-0
/
+1
*
Type names should not be quoted
Alvaro Herrera
2016-04-01
1
-1
/
+1
*
Improve internationalization of messages involving type names
Alvaro Herrera
2016-03-28
1
-2
/
+2
*
Change comment to describe correct lock level used
Simon Riggs
2016-03-23
1
-1
/
+1
*
Refactor pull_var_clause's API to make it less tedious to extend.
Tom Lane
2016-03-10
1
-3
/
+1
*
Move pg_constraint.h function declarations to new file pg_constraint_fn.h.
Tom Lane
2016-02-11
1
-0
/
+1
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Fix typo in C comment.
Kevin Grittner
2015-08-23
1
-1
/
+1
*
Don't use function definitions looking like old-style ones.
Andres Freund
2015-08-15
1
-1
/
+1
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-2
/
+2
*
Minor ON CONFLICT related comments and doc fixes.
Andres Freund
2015-05-08
1
-4
/
+4
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
1
-13
/
+6
*
Represent columns requiring insert and update privileges indentently.
Andres Freund
2015-05-08
1
-15
/
+15
*
Reduce lock levels of some trigger DDL and add FKs
Simon Riggs
2015-04-05
1
-2
/
+2
[next]