Age | Commit message (Expand) | Author |
2005-03-29 | Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the | Tom Lane |
2005-03-29 | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane |
2005-03-25 | Improve EXPLAIN ANALYZE to show the time spent in each trigger when | Tom Lane |
2005-03-24 | Revert changes to CREATE TRIGGER and ALTER TABLE ADD FOREIGN KEY locking, | Neil Conway |
2005-03-23 | Adjust CREATE TRIGGER and ALTER TABLE ... ADD FOREIGN KEY to acquire | Neil Conway |
2005-03-20 | Change the return value of HeapTupleSatisfiesUpdate() to be an enum, | Neil Conway |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
2004-12-06 | ActiveSnapshot must be set to something valid while running deferred | Tom Lane |
2004-11-14 | There is no need for ReadBuffer() call sites to check that the returned | Neil Conway |
2004-10-30 | I found a corner case in which it is possible for RI_FKey_check's call | Tom Lane |
2004-10-21 | Disallow referential integrity actions from being deferred; only the | Tom Lane |
2004-09-10 | Fire non-deferred AFTER triggers immediately upon query completion, | Tom Lane |
2004-09-08 | Minor efficiency improvements in keeping track of trigger deferred | Tom Lane |
2004-09-07 | Fix a couple of small errors in trigger-list management, as per recent | Tom Lane |
2004-09-06 | Fix a number of places where brittle data structures or overly strong | Tom Lane |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2004-07-01 | Nested transactions. There is still much left to do, especially on the | Tom Lane |
2004-05-26 | Reimplement the linked list data structure used throughout the backend. | Neil Conway |
2004-02-10 | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-11-12 | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane |
2003-11-09 | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane |
2003-11-06 | Implement isolation levels read uncommitted and repeatable read as acting | Peter Eisentraut |
2003-10-02 | Change some notices to warnings and vice versa according to criteria | Peter Eisentraut |
2003-09-25 | Get rid of ReferentialIntegritySnapshotOverride by extending Executor API | Tom Lane |
2003-09-25 | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut |
2003-08-08 | Another pgindent run with updated typedefs. | Bruce Momjian |
2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
2003-08-04 | pgindent run. | Bruce Momjian |
2003-08-01 | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane |
2003-07-28 | A visit from the message-style police ... | Tom Lane |
2003-07-20 | Another round of error message editing, covering backend/commands/. | Tom Lane |
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 |