summaryrefslogtreecommitdiff
path: root/src/backend/commands/trigger.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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