summaryrefslogtreecommitdiff
path: root/src/backend/commands/trigger.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* This patch...Bruce Momjian1998-04-271-12/+13
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-7/+8
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-151-40/+7
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-051-25/+25
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-25/+25
* Add VARHDRSZ where needed. Many places just used 4.Bruce Momjian1997-12-061-1/+1
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-201-5/+5
* Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan).Vadim B. Mikheev1997-10-281-33/+79
* Fix \ handlingVadim B. Mikheev1997-10-021-2/+19
* STATEMENT triggers are not implemented - elog (WARN).Vadim B. Mikheev1997-09-301-0/+3
* Inline memset() as MemSet().Bruce Momjian1997-09-181-3/+3
* Inline frequently called functions.Bruce Momjian1997-09-181-2/+3
* Cleanups.Vadim B. Mikheev1997-09-111-18/+207
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-5/+5
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-85/+85
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-522/+528
* Before row insertion triggers call.Vadim B. Mikheev1997-09-041-84/+413
* BEFORE/AFTER ROW INSERT triggers startup from CopyFrom()Vadim B. Mikheev1997-09-011-0/+256
* Workplace for CREATE/DROP TRIGGERVadim B. Mikheev1997-08-311-0/+27