| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -24/+16 |
| * | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane | 2004-02-10 | 1 | -2/+2 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 | 1 | -42/+41 |
| * | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 | 1 | -29/+32 |
| * | Implement isolation levels read uncommitted and repeatable read as acting | Peter Eisentraut | 2003-11-06 | 1 | -2/+2 |
| * | Change some notices to warnings and vice versa according to criteria | Peter Eisentraut | 2003-10-02 | 1 | -2/+2 |
| * | Get rid of ReferentialIntegritySnapshotOverride by extending Executor API | Tom Lane | 2003-09-25 | 1 | -7/+1 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -9/+9 |
| * | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 1 | -2/+2 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -112/+116 |
| * | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 | 1 | -7/+11 |
| * | A visit from the message-style police ... | Tom Lane | 2003-07-28 | 1 | -6/+6 |
| * | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 | 1 | -58/+100 |
| * | Some early work on error message editing. Operator-not-found and | Tom Lane | 2003-07-04 | 1 | -5/+2 |
| * | In an attempt to simplify my life I'm submitting this patch that | Bruce Momjian | 2003-06-24 | 1 | -69/+70 |
| * | Avoid O(N^2) behavior with lots of deferred triggers by making | Tom Lane | 2003-04-20 | 1 | -11/+38 |
| * | The following patch cleans up the deferred trigger mechanism. There is | Bruce Momjian | 2003-03-31 | 1 | -37/+10 |
| * | GetTupleForTrigger must use outer transaction's command counter for time | Tom Lane | 2003-03-27 | 1 | -13/+20 |
| * | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane | 2003-02-09 | 1 | -4/+4 |
| * | Updated deferred trigger patch. | Bruce Momjian | 2003-01-08 | 1 | -6/+6 |
| * | This trivial patch implements disabled, deferred triggers, per my | Bruce Momjian | 2003-01-08 | 1 | -4/+31 |
| * | Tweak default memory context allocation policy so that a context is not | Tom Lane | 2002-12-15 | 1 | -9/+4 |
| * | Un-break triggers declared for INSERT OR DELETE OR UPDATE. This worked | Tom Lane | 2002-11-25 | 1 | -2/+2 |
| * | This patch implements FOR EACH STATEMENT triggers, per my email to | Bruce Momjian | 2002-11-23 | 1 | -32/+228 |
| * | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian | 2002-11-13 | 1 | -22/+7 |
| * | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian | 2002-11-11 | 1 | -7/+22 |
| * | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian | 2002-11-10 | 1 | -22/+7 |
| * | Avoid using IsTransactionBlock() in DeferredTriggerSetState(); no real | Tom Lane | 2002-10-21 | 1 | -5/+3 |
| * | Arrange to copy relcache's trigdesc structure at the start of any | Tom Lane | 2002-10-14 | 1 | -43/+162 |
| * | Hack to make it possible to load CREATE CONSTRAINT TRIGGER commands that | Tom Lane | 2002-10-03 | 1 | -4/+43 |
| * | Further thinking about heap_mark4update: in HeapTupleSelfUpdated case, | Tom Lane | 2002-09-23 | 1 | -1/+2 |
| * | Provide an upgrade strategy for dump files containing functions declared | Tom Lane | 2002-09-21 | 1 | -12/+15 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -74/+78 |
| * | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 | 1 | -5/+1 |
| * | Clean up comments to be careful about the distinction between variable- | Tom Lane | 2002-08-25 | 1 | -8/+8 |
| * | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 | 1 | -4/+11 |
| * | Make CREATE CONSTRAINT TRIGGER check for REFERENCES privilege on both | Peter Eisentraut | 2002-08-18 | 1 | -10/+29 |
| * | Improve documentation of trigger firing queue handling, cleanup. | Bruce Momjian | 2002-08-17 | 1 | -159/+104 |
| * | Remove obsolete uses of lanispl. Only used in pg_dump now, but can be | Peter Eisentraut | 2002-08-13 | 1 | -18/+1 |
| * | Restructure system-catalog index updating logic. Instead of having | Tom Lane | 2002-08-05 | 1 | -20/+6 |
| * | Tweak CreateTrigger() so that the OID used in the name of an | Tom Lane | 2002-07-20 | 1 | -3/+21 |
| * | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 | 1 | -4/+7 |
| * | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 | 1 | -162/+166 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Mark index entries "killed" when they are no longer visible to any | Tom Lane | 2002-05-24 | 1 | -5/+3 |
| * | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 | 1 | -3/+4 |
| * | Code review for ALTER TRIGGER RENAME patch: make better use of index, | Tom Lane | 2002-04-30 | 1 | -46/+43 |
| * | Restructure aclcheck error reporting to make permission-failure | Tom Lane | 2002-04-27 | 1 | -7/+7 |