summaryrefslogtreecommitdiff
path: root/src/backend/commands/trigger.c
Commit message (Expand)AuthorAgeFilesLines
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-021-5/+1
* Clean up comments to be careful about the distinction between variable-Tom Lane2002-08-251-8/+8
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-4/+11
* Make CREATE CONSTRAINT TRIGGER check for REFERENCES privilege on bothPeter Eisentraut2002-08-181-10/+29
* Improve documentation of trigger firing queue handling, cleanup.Bruce Momjian2002-08-171-159/+104
* Remove obsolete uses of lanispl. Only used in pg_dump now, but can bePeter Eisentraut2002-08-131-18/+1
* Restructure system-catalog index updating logic. Instead of havingTom Lane2002-08-051-20/+6
* Tweak CreateTrigger() so that the OID used in the name of anTom Lane2002-07-201-3/+21
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-201-4/+7
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-121-162/+166
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-241-5/+3
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-211-3/+4
* Code review for ALTER TRIGGER RENAME patch: make better use of index,Tom Lane2002-04-301-46/+43
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-271-7/+7
* Move renametrig() from tablecmds.c to trigger.c --- if we're going toTom Lane2002-04-261-1/+118
* pg_trigger's index on tgrelid is replaced by a unique index onTom Lane2002-04-191-40/+46
* Checking to decide whether relations are system relations now dependsTom Lane2002-04-121-3/+3
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-091-9/+11
* Add tgconstrrelid to stored Trigger structures, make RI trigger functionsTom Lane2002-04-011-1/+4
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-311-2/+2
* Mop-up some infelicities in new relation lookup handling.Tom Lane2002-03-291-55/+31
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-261-9/+9
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-211-19/+21
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-211-29/+30
* Fix copying/equality-check bugs in GrantStmt and ConstraintsSetStmt,Tom Lane2002-03-081-5/+6
* Change made to elog:Bruce Momjian2002-03-061-5/+5
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-3/+3
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-191-122/+47
* Fix typo that caused equalTriggerDescs() to return false in cases whereTom Lane2002-01-151-2/+2
* Require ownership permission for CREATE INDEX, per bug report.Tom Lane2002-01-031-2/+15
* Remove 'triggered data change violation' error check, per recentTom Lane2001-11-161-225/+118
* Clean up a bunch of ScanKeyEntryInitialize calls that weren't botheringTom Lane2001-11-121-11/+9
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-35/+26
* Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane2001-08-231-3/+5
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-9/+5
* Fix some poor decisions about sizing of trigger-related memory contexts.Tom Lane2001-08-021-7/+10
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-221-5/+5
* Clean up some minor problems exposed by further thought about Panon's bugTom Lane2001-06-011-126/+239
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-271-3/+5
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-152/+116
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-38/+40
* Reduce amount of memory used per tuple for after-event triggers. ThisTom Lane2001-03-141-23/+24
* Avoid O(N^2) behavior in deferredTriggerAddEvent() for large numbers ofTom Lane2001-03-121-8/+23
* Looks like I broke cases involving combinations of deferred update/deleteTom Lane2001-01-271-31/+50
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-231-6/+6
* Clean up per-tuple memory leaks in trigger firing and plpgsqlTom Lane2001-01-221-30/+57
* Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane2000-12-181-4/+2
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-201-7/+4