]> granicus.if.org Git - postgresql/history - src/backend/commands/trigger.c
Minor correction: cause ALTER ROLE role ROLE rolenames to behave
[postgresql] / src / backend / commands / trigger.c
2005-05-30 Neil ConwayWhen enqueueing after-row triggers for updates of a...
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-04-11 Tom LaneFix interaction between materializing holdable cursors...
2005-03-29 Tom LaneOfficially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-03-25 Tom LaneImprove EXPLAIN ANALYZE to show the time spent in each...
2005-03-24 Neil ConwayRevert changes to CREATE TRIGGER and ALTER TABLE ADD...
2005-03-23 Neil ConwayAdjust CREATE TRIGGER and ALTER TABLE ... ADD FOREIGN...
2005-03-20 Neil ConwayChange the return value of HeapTupleSatisfiesUpdate...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-06 Tom LaneActiveSnapshot must be set to something valid while...
2004-11-14 Neil ConwayThere is no need for ReadBuffer() call sites to check...
2004-10-30 Tom LaneI found a corner case in which it is possible for RI_FK...
2004-10-21 Tom LaneDisallow referential integrity actions from being defer...
2004-09-10 Tom LaneFire non-deferred AFTER triggers immediately upon query...
2004-09-08 Tom LaneMinor efficiency improvements in keeping track of trigg...
2004-09-07 Tom LaneFix a couple of small errors in trigger-list management...
2004-09-06 Tom LaneFix a number of places where brittle data structures...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-11-06 Peter EisentrautImplement isolation levels read uncommitted and repeata...
2003-10-02 Peter EisentrautChange some notices to warnings and vice versa accordin...
2003-09-25 Tom LaneGet rid of ReferentialIntegritySnapshotOverride by...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-20 Tom LaneAnother round of error message editing, covering backen...
2003-07-04 Tom LaneSome early work on error message editing. Operator...
2003-06-24 Bruce MomjianIn an attempt to simplify my life I'm submitting this...
2003-04-20 Tom LaneAvoid O(N^2) behavior with lots of deferred triggers...
2003-03-31 Bruce MomjianThe following patch cleans up the deferred trigger...
2003-03-27 Tom LaneGetTupleForTrigger must use outer transaction's command...
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2003-01-08 Bruce MomjianUpdated deferred trigger patch.
2003-01-08 Bruce MomjianThis trivial patch implements disabled, deferred trigge...
2002-12-15 Tom LaneTweak default memory context allocation policy so that...
2002-11-25 Tom LaneUn-break triggers declared for INSERT OR DELETE OR...
2002-11-23 Bruce MomjianThis patch implements FOR EACH STATEMENT triggers,...
2002-11-13 Bruce MomjianAdd new palloc0 call as merge of palloc and MemSet(0).
2002-11-11 Bruce MomjianBack out use of palloc0 in place if palloc/MemSet....
2002-11-10 Bruce MomjianMerge palloc()/MemSet(0) calls into a single palloc0...
2002-10-21 Tom LaneAvoid using IsTransactionBlock() in DeferredTriggerSetS...
2002-10-14 Tom LaneArrange to copy relcache's trigdesc structure at the...
2002-10-03 Tom LaneHack to make it possible to load CREATE CONSTRAINT...
2002-09-23 Tom LaneFurther thinking about heap_mark4update: in HeapTupleSe...
2002-09-21 Tom LaneProvide an upgrade strategy for dump files containing...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-08-25 Tom LaneClean up comments to be careful about the distinction...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-18 Peter EisentrautMake CREATE CONSTRAINT TRIGGER check for REFERENCES...
2002-08-17 Bruce MomjianImprove documentation of trigger firing queue handling...
2002-08-13 Peter EisentrautRemove obsolete uses of lanispl. Only used in pg_dump...
2002-08-05 Tom LaneRestructure system-catalog index updating logic. Inste...
2002-07-20 Tom LaneTweak CreateTrigger() so that the OID used in the name...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-24 Tom LaneMark index entries "killed" when they are no longer...
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-04-30 Tom LaneCode review for ALTER TRIGGER RENAME patch: make better...
2002-04-27 Tom LaneRestructure aclcheck error reporting to make permission...
2002-04-26 Tom LaneMove renametrig() from tablecmds.c to trigger.c --...
2002-04-19 Tom Lanepg_trigger's index on tgrelid is replaced by a unique...
2002-04-12 Tom LaneChecking to decide whether relations are system relatio...
2002-04-09 Tom LaneFunctions live in namespaces. Qualified function names...
2002-04-01 Tom LaneAdd tgconstrrelid to stored Trigger structures, make...
2002-03-31 Tom LaneReimplement temp tables using schemas. The temp table...
2002-03-29 Tom LaneMop-up some infelicities in new relation lookup handling.
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2002-03-21 Tom LaneChange the aclchk.c routines to uniformly use OIDs...
2002-03-21 Tom LaneFirst phase of SCHEMA changes, concentrating on fixing...
2002-03-08 Tom LaneFix copying/equality-check bugs in GrantStmt and Constr...
2002-03-06 Bruce MomjianChange made to elog:
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-02-19 Tom LaneA bunch of changes aimed at reducing backend startup...
2002-01-15 Tom LaneFix typo that caused equalTriggerDescs() to return...
2002-01-03 Tom LaneRequire ownership permission for CREATE INDEX, per...
2001-11-16 Tom LaneRemove 'triggered data change violation' error check...
2001-11-12 Tom LaneClean up a bunch of ScanKeyEntryInitialize calls that...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-08-23 Tom LaneEnsure that all TransactionId comparisons are encapsula...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-08-02 Tom LaneFix some poor decisions about sizing of trigger-related...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-06-01 Tom LaneClean up some minor problems exposed by further thought...
2001-05-27 Peter EisentrautMake UPDATE and DELETE privileges distinct. Add REFERE...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
next