aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/trigger.c
Commit message (Expand)AuthorAge
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-24
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-21
* Code review for ALTER TRIGGER RENAME patch: make better use of index,Tom Lane2002-04-30
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-27
* Move renametrig() from tablecmds.c to trigger.c --- if we're going toTom Lane2002-04-26
* pg_trigger's index on tgrelid is replaced by a unique index onTom Lane2002-04-19
* Checking to decide whether relations are system relations now dependsTom Lane2002-04-12
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-09
* Add tgconstrrelid to stored Trigger structures, make RI trigger functionsTom Lane2002-04-01
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-31
* Mop-up some infelicities in new relation lookup handling.Tom Lane2002-03-29
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-26
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-21
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-21
* Fix copying/equality-check bugs in GrantStmt and ConstraintsSetStmt,Tom Lane2002-03-08
* Change made to elog:Bruce Momjian2002-03-06
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-19
* Fix typo that caused equalTriggerDescs() to return false in cases whereTom Lane2002-01-15
* Require ownership permission for CREATE INDEX, per bug report.Tom Lane2002-01-03
* Remove 'triggered data change violation' error check, per recentTom Lane2001-11-16
* Clean up a bunch of ScanKeyEntryInitialize calls that weren't botheringTom Lane2001-11-12
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane2001-08-23
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10
* Fix some poor decisions about sizing of trigger-related memory contexts.Tom Lane2001-08-02
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-22
* Clean up some minor problems exposed by further thought about Panon's bugTom Lane2001-06-01
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-27
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Reduce amount of memory used per tuple for after-event triggers. ThisTom Lane2001-03-14
* Avoid O(N^2) behavior in deferredTriggerAddEvent() for large numbers ofTom Lane2001-03-12
* Looks like I broke cases involving combinations of deferred update/deleteTom Lane2001-01-27
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-23
* Clean up per-tuple memory leaks in trigger firing and plpgsqlTom Lane2001-01-22
* Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane2000-12-18
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-20
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* Remove NO_SECURITY define.Bruce Momjian2000-10-16
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-06
* copyObject() and equal() now know about all parse-time node types,Tom Lane2000-08-11
* Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.Tom Lane2000-08-03
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-03
* bpchar, varchar, bytea, numeric are toastable --- if you initdb, whichTom Lane2000-07-29
* Clean up memory-context stuff, other minor infelicities.Tom Lane2000-07-03
* Use a private memory context to store rule information in each relcacheTom Lane2000-06-30
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28