]> granicus.if.org Git - postgresql/history - src/backend/commands/trigger.c
Commit to match discussed elog() changes. Only update is that LOG is
[postgresql] / src / backend / commands / trigger.c
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...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-14 Tom LaneReduce amount of memory used per tuple for after-event...
2001-03-12 Tom LaneAvoid O(N^2) behavior in deferredTriggerAddEvent()...
2001-01-27 Tom LaneLooks like I broke cases involving combinations of...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-23 Tom LaneFix all the places that called heap_update() and heap_d...
2001-01-22 Tom LaneClean up per-tuple memory leaks in trigger firing and...
2000-12-18 Tom LaneClean up backend-exit-time cleanup behavior. Use on_sh...
2000-11-20 Tom LaneRevise handling of oldstyle/newstyle functions per...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-10-16 Bruce MomjianRemove NO_SECURITY define.
2000-09-06 Peter EisentrautCode cleanup of user name and user id handling in the...
2000-08-11 Tom LanecopyObject() and equal() now know about all parse-time...
2000-08-03 Tom LaneModify heap_open()/heap_openr() API per pghackers discu...
2000-08-03 Tom LaneMore functions updated to new fmgr style --- money...
2000-07-29 Tom Lanebpchar, varchar, bytea, numeric are toastable --- if...
2000-07-03 Tom LaneClean up memory-context stuff, other minor infelicities.
2000-06-30 Tom LaneUse a private memory context to store rule information...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-05-29 Tom LaneSecond round of fmgr changes: triggers are now invoked...
2000-05-28 Tom LaneMiscellaneous cleanups of places that needed to account...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-16 Tom LaneShow failing OID in 'cache lookup failed' messages.
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-29 Jan WieckChanged execution time of ON <event> RESTRICT referential
2000-02-18 Hiroshi InoueImplement reindex command
2000-02-13 Bruce Momjian2. trigger.c fails to compile due to a syntax error...
2000-02-06 Jan WieckRemoved special hack causing ON UPDATE NO ACTION trigger to
2000-02-04 Jan WieckSmall bugfix for DROP TABLE if table is self-referenced by
2000-02-04 Jan WieckAdded ALTER TABLE ... ADD CONSTRAINT (provided by Steph...
2000-01-31 Tom LaneFix problems seen in parallel regress tests when SI...
2000-01-11 Tom LaneAnother FUNC_MAX_ARGS tweak.
2000-01-10 Bruce MomjianMake number of args to a function configurable.
2000-01-06 Jan WieckChanged "triggered data change violation" detection...
2000-01-05 Bruce MomjianFix it's and its to be correct.
1999-12-30 Tom LaneRepair bugs discussed in pghackers thread of 15 May...
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-12-10 Jan WieckAdded global variable to have RI triggers override
1999-12-06 Jan WieckCompleted FOREIGN KEY syntax.
1999-11-24 Bruce MomjianRename heap_replace to heap_update.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-10-26 Bruce MomjianHello.
1999-09-30 Jan WieckAdded utils/adt/ri_triggers with empty shells for the
1999-09-29 Jan WieckThis is part #1 for of the DEFERRED CONSTRAINT TRIGGER...
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-20 Tom LaneGenerate distinct error messages for trigger function...
1999-03-17 Bruce MomjianAdd new postgres -O option to allow system table struct...
1999-03-09 Marc G. FournierChanges to fix/improve the dynamic loading on NT
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-02-01 Jan WieckFixed growing of backend due to not pfree()'d data...
1999-01-29 Vadim B. MikheevHope that execMain.c good merged.
1999-01-29 Vadim B. MikheevREAD COMMITTED isolevel is implemented and is default...
1998-12-18 Vadim B. MikheevSET TRANSACTION ISOLATION LEVEL ...
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-04-27 Bruce MomjianThis patch...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-15 PostgreSQL DaemonThank god for searchable mail archives.
1998-01-05 Bruce MomjianChange some ABORTS to ERROR. Add line number when...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-06 Bruce MomjianAdd VARHDRSZ where needed. Many places just used 4.
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-10-28 Vadim B. MikheevNow we are able to CREATE PROCEDURAL LANGUAGE (Thanks...
1997-10-02 Vadim B. MikheevFix \ handling
1997-09-30 Vadim B. MikheevSTATEMENT triggers are not implemented - elog (WARN).
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-18 Bruce MomjianInline frequently called functions.
1997-09-11 Vadim B. MikheevCleanups.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
next