summaryrefslogtreecommitdiff
path: root/src/backend/commands/trigger.c
Commit message (Expand)AuthorAgeFilesLines
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-081-2/+5
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-2/+1
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-291-67/+78
* Miscellaneous cleanups of places that needed to account for newTom Lane2000-05-281-7/+10
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-8/+2
* Show failing OID in 'cache lookup failed' messages.Tom Lane2000-04-161-3/+3
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-195/+199
* Changed execution time of ON <event> RESTRICT referentialJan Wieck2000-02-291-2/+6
* Implement reindex commandHiroshi Inoue2000-02-181-38/+85
* 2. trigger.c fails to compile due to a syntax error. It containsBruce Momjian2000-02-131-3/+1
* Removed special hack causing ON UPDATE NO ACTION trigger toJan Wieck2000-02-061-6/+1
* Small bugfix for DROP TABLE if table is self-referenced byJan Wieck2000-02-041-1/+9
* Added ALTER TABLE ... ADD CONSTRAINT (provided by Stephan Szabo).Jan Wieck2000-02-041-1/+10
* Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane2000-01-311-86/+145
* Another FUNC_MAX_ARGS tweak.Tom Lane2000-01-111-1/+2
* Make number of args to a function configurable.Bruce Momjian2000-01-101-35/+35
* Changed "triggered data change violation" detection codeJan Wieck2000-01-061-165/+161
* Fix it's and its to be correct.Bruce Momjian2000-01-051-2/+2
* Repair bugs discussed in pghackers thread of 15 May 1999: creation of aTom Lane1999-12-301-2/+0
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-161-9/+10
* Added global variable to have RI triggers overrideJan Wieck1999-12-101-0/+8
* Completed FOREIGN KEY syntax.Jan Wieck1999-12-061-0/+2
* Rename heap_replace to heap_update.Bruce Momjian1999-11-241-2/+2
* Add system indexes to match all caches.Bruce Momjian1999-11-221-2/+2
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-7/+7
* Hello.Bruce Momjian1999-10-261-4/+18
* Added utils/adt/ri_triggers with empty shells for theJan Wieck1999-09-301-2/+3
* This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck1999-09-291-62/+1077
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-35/+20
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-1/+0
* Final cleanup.Bruce Momjian1999-07-161-6/+4
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-8/+0
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-1/+1
* pgindent run over code.Bruce Momjian1999-05-251-41/+41
* Generate distinct error messages for trigger function not foundTom Lane1999-05-201-3/+5
* Add new postgres -O option to allow system table structure changes.Bruce Momjian1999-03-171-1/+1
* Changes to fix/improve the dynamic loading on NTMarc G. Fournier1999-03-091-1/+1
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-1/+1
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-10/+5
* Fixed growing of backend due to not pfree()'d data on COPY FROMJan Wieck1999-02-011-0/+2
* Hope that execMain.c good merged.Vadim B. Mikheev1999-01-291-9/+20
* READ COMMITTED isolevel is implemented and is default now.Vadim B. Mikheev1999-01-291-2/+21
* SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev1998-12-181-2/+2
* Initial MVCC code.Vadim B. Mikheev1998-12-151-67/+88
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-26/+28
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-7/+6
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-19/+19
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-28/+26
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-4/+4
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-6/+0