]> granicus.if.org Git - postgresql/history - src/backend/commands/trigger.c
Phase 2 of pgindent updates.
[postgresql] / src / backend / commands / trigger.c
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-16 Robert HaasFix relcache leak when row triggers on partitions are...
2017-05-10 Robert HaasProhibit transition tables on views and foreign tables.
2017-05-10 Robert HaasDon't permit transition tables with TRUNCATE triggers.
2017-04-10 Tom LaneImprove castNode notation by introducing list-extractio...
2017-04-01 Kevin GrittnerAdd infrastructure to support EphemeralNamedRelation...
2017-03-25 Andres FreundFaster expression evaluation and targetlist projection.
2017-03-12 Noah MischUse wrappers of PG_DETOAST_DATUM_PACKED() more.
2017-02-01 Tom LaneProvide CatalogTupleDelete() as a wrapper around simple...
2017-01-31 Alvaro HerreraTweak catalog indexing abstraction for upcoming WARM
2017-01-27 Andres FreundUse the new castNode() macro in a number of places.
2017-01-24 Robert HaasReindent table partitioning code.
2017-01-18 Alvaro HerreraMake messages mentioning type names more uniform
2017-01-14 Tom LaneChange representation of statement lists, and add state...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-07 Robert HaasImplement table partitioning.
2016-11-04 Kevin GrittnerImplement syntax for transition tables in AFTER triggers.
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-06-09 Robert Haaspgindent run for 9.6
2016-04-20 Kevin GrittnerRevert no-op changes to BufferGetPage()
2016-04-08 Kevin GrittnerModify BufferGetPage() to prepare for "snapshot too...
2016-04-08 Teodor SigaevRevert CREATE INDEX ... INCLUDING ...
2016-04-08 Teodor SigaevCREATE INDEX ... INCLUDING (column[, ...])
2016-04-01 Alvaro HerreraType names should not be quoted
2016-03-28 Alvaro HerreraImprove internationalization of messages involving...
2016-03-23 Simon RiggsChange comment to describe correct lock level used
2016-03-10 Tom LaneRefactor pull_var_clause's API to make it less tedious...
2016-02-11 Tom LaneMove pg_constraint.h function declarations to new file...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-08-23 Kevin GrittnerFix typo in C comment.
2015-08-15 Andres FreundDon't use function definitions looking like old-style...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-08 Andres FreundMinor ON CONFLICT related comments and doc fixes.
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-05-07 Andres FreundRepresent columns requiring insert and update privilege...
2015-04-05 Simon RiggsReduce lock levels of some trigger DDL and add FKs
2015-03-03 Alvaro HerreraChange many routines to return ObjectAddress rather...
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in some more places.
2015-01-28 Stephen FrostFix column-privilege leak in error-message paths
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-10 Robert HaasFix potential NULL-pointer dereference.
2014-10-24 Robert HaasFix off-by-one error in 2781b4bea7db357be59f9a5fd73ca1e...
2014-10-23 Robert HaasPerform less setup work for AFTER triggers at transacti...
2014-10-07 Alvaro HerreraImplement SKIP LOCKED for row-level locks
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-23 Noah MischOffer triggers on foreign tables.
2014-03-23 Noah MischImprove comments about AfterTriggerBeginQuery() query...
2014-02-17 Robert HaasAvoid repeated name lookups during table and index...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-11 Robert HaasAdd new wal_level, logical, sufficient for logical...
2013-11-29 Robert HaasRefine our definition of what constitutes a system...
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-06-01 Stephen FrostPost-pgindent cleanup
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-28 Tom LaneEditorialize a bit on new ProcessUtility() API.
2013-03-18 Robert HaasExtend object-access hook machinery to support post...
2013-03-07 Robert HaasCode beautification for object-access hook machinery.
2013-01-26 Bruce MomjianAllow CREATE TABLE IF EXIST so succeed if the schema...
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-23 Robert HaasAdjust many backend functions to return OID rather...
2012-11-30 Tom LaneAdd missing buffer lock acquisition in GetTupleForTrigg...
2012-10-26 Kevin GrittnerThrow error if expiring tuple is again updated or deleted.
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-10 Tom LaneCentralize the logic for detecting misplaced aggregates...
2012-07-20 Alvaro Herreraconnoinherit may be true only for CHECK constraints
2012-07-20 Robert HaasMake new event trigger facility actually do something.
2012-06-24 Peter EisentrautReplace int2/int4 in C code with int16/int32
2012-06-20 Tom LaneImprove tests for whether we can skip queueing RI enfor...
2012-06-18 Tom LaneRefer to the default foreign key match style as MATCH...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-21 Alvaro HerreraRecast "ONLY" column CHECK constraints as NO INHERIT
2012-03-09 Robert HaasExtend object access hook framework to support argument...
2012-02-23 Tom LaneRequire execute permission on the trigger function...
2012-01-25 Alvaro HerreraAdd pg_trigger_depth() function
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-19 Alvaro HerreraAllow CHECK constraints to be declared ONLY
2011-12-16 Robert HaasImprove behavior of concurrent rename statements.
2011-11-30 Robert HaasImprove table locking behavior in the face of current...
2011-11-18 Robert HaasFurther consolidation of DROP statement handling.
2011-10-21 Tom LaneMore cleanup after failed reduced-lock-levels-for-DDL...
2011-10-11 Tom LaneRearrange the implementation of index-only scans.
2011-09-22 Tom LaneMake EXPLAIN ANALYZE report the numbers of rows rejecte...
2011-08-21 Tom LaneFix trigger WHEN conditions when both BEFORE and AFTER...
2011-07-16 Tom LaneReplace errdetail("%s", ...) with errdetail_internal...
2011-07-12 Tom LaneAvoid listing ungrouped Vars in the targetlist of Agg...
2011-07-09 Robert HaasTry to acquire relation locks in RangeVarGetRelid.
2011-07-07 Tom LaneFinish disabling reduced-lock-levels-for-DDL feature.
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-06-15 Tom LaneRework parsing of ConstraintAttributeSpec to improve...
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-07 Tom LaneFix collations when we call transformWhereClause from...
2011-02-27 Tom LaneRefactor the executor's API to support data-modifying...
2011-02-22 Tom LaneFix dangling-pointer problem in before-row update trigg...
2011-02-08 Simon RiggsExtend ALTER TABLE to allow Foreign Keys to be added...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-25 Robert HaasObject access hook framework, with post-creation hook.
next