| Age | Commit message (Expand) | Author |
| 2002-11-18 | Put back error test for DECLARE CURSOR outside a transaction block ... | Tom Lane |
| 2002-11-15 | Add checkpoint_warning to warn of excessive checkpoints caused by too | Bruce Momjian |
| 2002-11-13 | Update xact.c comments for clarity. | Bruce Momjian |
| 2002-10-21 | Fix places that were using IsTransactionBlock() as an (inadequate) check | Tom Lane |
| 2002-09-26 | Ensure that before truncating CLOG, we force a checkpoint even if no | Tom Lane |
| 2002-09-26 | Fix problems with loss of tuple commit status bits during WAL redo of | 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-30 | AUTOCOMMIT mode is now an available backend GUC variable; setting it | Tom Lane |
| 2002-08-30 | Complete TODO item: | Bruce Momjian |
| 2002-08-25 | Clean up comments to be careful about the distinction between variable- | Tom Lane |
| 2002-08-24 | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane |
| 2002-08-22 | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane |
| 2002-08-17 | Reverse out XLogDir/-X write-ahead log handling, per discussion. | Bruce Momjian |
| 2002-08-06 | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane |
| 2002-08-05 | Fix compilation problem with assert checking enabled for recent xlog | Thomas G. Lockhart |
| 2002-08-04 | Implement WAL log location control using "-X" or PGXLOG. | Thomas G. Lockhart |
| 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-07-08 | Fix typo in xl_heaptid comment | Bruce Momjian |
| 2002-07-02 | There already was a macro PageGetItemId; this is now used in (almost) | Bruce Momjian |
| 2002-07-02 | This patch, which is built upon the "HeapTupleHeader accessor macros" | Bruce Momjian |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-06-15 | This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in | Bruce Momjian |
| 2002-05-27 | Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber, | Tom Lane |
| 2002-05-25 | Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessary | Tom Lane |
| 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-05-20 | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane |
| 2002-05-17 | Merge the last few variable.c configuration variables into the generic | Tom Lane |
| 2002-04-01 | Create a new GUC variable search_path to control the namespace search | Tom Lane |
| 2002-03-29 | pg_type has a typnamespace column; system now supports creating types | Tom Lane |
| 2002-03-26 | pg_class has a relnamespace column. You can create and access tables | Tom Lane |
| 2002-03-15 | Repair two problems with WAL logging of sequence nextvalI() ops, as | Tom Lane |
| 2002-03-09 | Code review for improved-hashing patch. Fix some portability issues | Tom Lane |
| 2002-03-06 | I've attached a patch which implements Bob Jenkin's hash function for | Bruce Momjian |
| 2002-03-05 | I attach a version of my toast-slicing patch, against current CVS | Bruce Momjian |
| 2002-02-27 | Clean up BeginCommand and related routines. BeginCommand and EndCommand | Tom Lane |
| 2002-02-25 | I've attached a simple patch which should improve the performance of | Bruce Momjian |
| 2002-02-19 | A bunch of changes aimed at reducing backend startup time... | Tom Lane |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-11-02 | Fix problem reported by Alex Korn: if a relation has been dropped and | Tom Lane |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-10-18 | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart |
| 2001-10-06 | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane |
| 2001-09-29 | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane |
| 2001-09-28 | Measure the current transaction time to milliseconds. | Thomas G. Lockhart |
| 2001-09-17 | Suppress compiler warning. | Tom Lane |
| 2001-09-08 | Apply 7.1.3 changes to the current tree also. | Hiroshi Inoue |