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
*
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
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
1
-8
/
+12
*
Use FLEXIBLE_ARRAY_MEMBER in some more places.
Tom Lane
2015-02-20
1
-5
/
+5
*
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-28
1
-0
/
+6
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Fix potential NULL-pointer dereference.
Robert Haas
2014-11-10
1
-1
/
+1
*
Fix off-by-one error in 2781b4bea7db357be59f9a5fd73ca1eb12ff5a79.
Robert Haas
2014-10-24
1
-2
/
+3
*
Perform less setup work for AFTER triggers at transaction start.
Robert Haas
2014-10-23
1
-196
/
+232
*
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-10-07
1
-1
/
+1
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-29
/
+30
*
Offer triggers on foreign tables.
Noah Misch
2014-03-23
1
-83
/
+340
*
Improve comments about AfterTriggerBeginQuery() query level usage.
Noah Misch
2014-03-23
1
-5
/
+11
*
Avoid repeated name lookups during table and index DDL.
Robert Haas
2014-02-17
1
-5
/
+23
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Add new wal_level, logical, sufficient for logical decoding.
Robert Haas
2013-12-10
1
-1
/
+2
*
Refine our definition of what constitutes a system relation.
Robert Haas
2013-11-28
1
-1
/
+1
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
1
-9
/
+9
*
Post-pgindent cleanup
Stephen Frost
2013-06-01
1
-4
/
+10
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-4
/
+6
*
Editorialize a bit on new ProcessUtility() API.
Tom Lane
2013-04-28
1
-1
/
+2
*
Extend object-access hook machinery to support post-alter events.
Robert Haas
2013-03-17
1
-2
/
+10
*
Code beautification for object-access hook machinery.
Robert Haas
2013-03-06
1
-2
/
+1
*
Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent
Bruce Momjian
2013-01-26
1
-1
/
+2
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
1
-7
/
+25
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Adjust many backend functions to return OID rather than void.
Robert Haas
2012-12-23
1
-1
/
+5
*
Add missing buffer lock acquisition in GetTupleForTrigger().
Tom Lane
2012-11-30
1
-0
/
+12
*
Throw error if expiring tuple is again updated or deleted.
Kevin Grittner
2012-10-26
1
-9
/
+22
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
1
-0
/
+1
*
Centralize the logic for detecting misplaced aggregates, window funcs, etc.
Tom Lane
2012-08-10
1
-16
/
+1
*
connoinherit may be true only for CHECK constraints
Alvaro Herrera
2012-07-20
1
-1
/
+1
*
Make new event trigger facility actually do something.
Robert Haas
2012-07-20
1
-1
/
+1
*
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-25
1
-9
/
+9
*
Improve tests for whether we can skip queueing RI enforcement triggers.
Tom Lane
2012-06-19
1
-20
/
+11
*
Refer to the default foreign key match style as MATCH SIMPLE internally.
Tom Lane
2012-06-17
1
-2
/
+2
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-17
/
+17
*
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-04-20
1
-1
/
+1
*
Extend object access hook framework to support arguments, and DROP.
Robert Haas
2012-03-09
1
-1
/
+1
*
Require execute permission on the trigger function for CREATE TRIGGER.
Tom Lane
2012-02-23
1
-2
/
+9
*
Add pg_trigger_depth() function
Alvaro Herrera
2012-01-25
1
-1
/
+20
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Allow CHECK constraints to be declared ONLY
Alvaro Herrera
2011-12-19
1
-1
/
+2
*
Improve behavior of concurrent rename statements.
Robert Haas
2011-12-15
1
-12
/
+51
*
Improve table locking behavior in the face of current DDL.
Robert Haas
2011-11-30
1
-2
/
+1
*
Further consolidation of DROP statement handling.
Robert Haas
2011-11-17
1
-36
/
+0
*
More cleanup after failed reduced-lock-levels-for-DDL feature.
Tom Lane
2011-10-21
1
-1
/
+1
[next]