index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
trigger.c
Age
Commit message (
Expand
)
Author
2013-01-26
Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent
Bruce Momjian
2013-01-23
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-23
Adjust many backend functions to return OID rather than void.
Robert Haas
2012-11-30
Add missing buffer lock acquisition in GetTupleForTrigger().
Tom Lane
2012-10-26
Throw error if expiring tuple is again updated or deleted.
Kevin Grittner
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-10
Centralize the logic for detecting misplaced aggregates, window funcs, etc.
Tom Lane
2012-07-20
connoinherit may be true only for CHECK constraints
Alvaro Herrera
2012-07-20
Make new event trigger facility actually do something.
Robert Haas
2012-06-25
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-19
Improve tests for whether we can skip queueing RI enforcement triggers.
Tom Lane
2012-06-17
Refer to the default foreign key match style as MATCH SIMPLE internally.
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-04-20
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-03-09
Extend object access hook framework to support arguments, and DROP.
Robert Haas
2012-02-23
Require execute permission on the trigger function for CREATE TRIGGER.
Tom Lane
2012-01-25
Add pg_trigger_depth() function
Alvaro Herrera
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-19
Allow CHECK constraints to be declared ONLY
Alvaro Herrera
2011-12-15
Improve behavior of concurrent rename statements.
Robert Haas
2011-11-30
Improve table locking behavior in the face of current DDL.
Robert Haas
2011-11-17
Further consolidation of DROP statement handling.
Robert Haas
2011-10-21
More cleanup after failed reduced-lock-levels-for-DDL feature.
Tom Lane
2011-10-11
Rearrange the implementation of index-only scans.
Tom Lane
2011-09-22
Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps.
Tom Lane
2011-08-21
Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.
Tom Lane
2011-07-16
Replace errdetail("%s", ...) with errdetail_internal("%s", ...).
Tom Lane
2011-07-12
Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.
Tom Lane
2011-07-08
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-07-07
Finish disabling reduced-lock-levels-for-DDL feature.
Tom Lane
2011-07-04
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-06-15
Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.
Tom Lane
2011-04-12
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-07
Fix collations when we call transformWhereClause from outside the parser.
Tom Lane
2011-02-27
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-21
Fix dangling-pointer problem in before-row update trigger processing.
Tom Lane
2011-02-08
Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.
Simon Riggs
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-11-25
Object access hook framework, with post-creation hook.
Robert Haas
2010-10-10
Support triggers on views.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-09-11
SERIALIZABLE transactions are actually implemented beneath the covers with
Joe Conway
2010-08-19
Fix possible corruption of AfterTriggerEventLists in subtransaction rollback.
Tom Lane
2010-08-05
Standardize get_whatever_oid functions for other object types.
Robert Haas
2010-07-28
Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions.
Simon Riggs
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-14
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-01-24
Fix assorted core dumps and Assert failures that could occur during
Tom Lane
[next]