Age | Commit message (Expand) | Author |
2003-07-04 | Some early work on error message editing. Operator-not-found and | Tom Lane |
2003-06-24 | In an attempt to simplify my life I'm submitting this patch that | Bruce Momjian |
2003-04-20 | Avoid O(N^2) behavior with lots of deferred triggers by making | Tom Lane |
2003-03-31 | The following patch cleans up the deferred trigger mechanism. There is | Bruce Momjian |
2003-03-27 | GetTupleForTrigger must use outer transaction's command counter for time | Tom Lane |
2003-02-09 | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane |
2003-01-08 | Updated deferred trigger patch. | Bruce Momjian |
2003-01-08 | This trivial patch implements disabled, deferred triggers, per my | Bruce Momjian |
2002-12-15 | Tweak default memory context allocation policy so that a context is not | Tom Lane |
2002-11-25 | Un-break triggers declared for INSERT OR DELETE OR UPDATE. This worked | Tom Lane |
2002-11-23 | This patch implements FOR EACH STATEMENT triggers, per my email to | Bruce Momjian |
2002-11-13 | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian |
2002-11-11 | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian |
2002-11-10 | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian |
2002-10-21 | Avoid using IsTransactionBlock() in DeferredTriggerSetState(); no real | Tom Lane |
2002-10-14 | Arrange to copy relcache's trigdesc structure at the start of any | Tom Lane |
2002-10-03 | Hack to make it possible to load CREATE CONSTRAINT TRIGGER commands that | Tom Lane |
2002-09-23 | Further thinking about heap_mark4update: in HeapTupleSelfUpdated case, | Tom Lane |
2002-09-21 | Provide an upgrade strategy for dump files containing functions declared | Tom Lane |
2002-09-04 | pgindent run. | Bruce Momjian |
2002-09-02 | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane |
2002-08-25 | Clean up comments to be careful about the distinction between variable- | Tom Lane |
2002-08-22 | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane |
2002-08-18 | Make CREATE CONSTRAINT TRIGGER check for REFERENCES privilege on both | Peter Eisentraut |
2002-08-17 | Improve documentation of trigger firing queue handling, cleanup. | Bruce Momjian |
2002-08-13 | Remove obsolete uses of lanispl. Only used in pg_dump now, but can be | Peter Eisentraut |
2002-08-05 | Restructure system-catalog index updating logic. Instead of having | Tom Lane |
2002-07-20 | Tweak CreateTrigger() so that the OID used in the name of an | Tom Lane |
2002-07-20 | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian |
2002-07-12 | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
2002-05-24 | Mark index entries "killed" when they are no longer visible to any | Tom Lane |
2002-05-21 | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane |
2002-04-30 | Code review for ALTER TRIGGER RENAME patch: make better use of index, | Tom Lane |
2002-04-27 | Restructure aclcheck error reporting to make permission-failure | Tom Lane |
2002-04-26 | Move renametrig() from tablecmds.c to trigger.c --- if we're going to | Tom Lane |
2002-04-19 | pg_trigger's index on tgrelid is replaced by a unique index on | Tom Lane |
2002-04-12 | Checking to decide whether relations are system relations now depends | Tom Lane |
2002-04-09 | Functions live in namespaces. Qualified function names work, eg | Tom Lane |
2002-04-01 | Add tgconstrrelid to stored Trigger structures, make RI trigger functions | Tom Lane |
2002-03-31 | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane |
2002-03-29 | Mop-up some infelicities in new relation lookup handling. | Tom Lane |
2002-03-26 | pg_class has a relnamespace column. You can create and access tables | Tom Lane |
2002-03-21 | Change the aclchk.c routines to uniformly use OIDs to identify the | Tom Lane |
2002-03-21 | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane |
2002-03-08 | Fix copying/equality-check bugs in GrantStmt and ConstraintsSetStmt, | Tom Lane |
2002-03-06 | Change made to elog: | Bruce Momjian |
2002-03-02 | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian |
2002-02-19 | A bunch of changes aimed at reducing backend startup time... | Tom Lane |
2002-01-15 | Fix typo that caused equalTriggerDescs() to return false in cases where | Tom Lane |