| Age | Commit message (Expand) | Author |
| 2002-07-20 | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian |
| 2002-07-02 | >the extra level of struct naming for pd_opaque has no obvious | 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-25 | Here is a patch for a memory leak in rtree.c, version 7.2.1 (in code | Bruce Momjian |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-06-20 | Here is a patch for Composite and Set returning function support. I made | Bruce Momjian |
| 2002-06-15 | Remove some pre-WAL relics: | Bruce Momjian |
| 2002-06-15 | This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in | Bruce Momjian |
| 2002-06-11 | Katherine Ward wrote: | Jan Wieck |
| 2002-06-07 | The attached patch fixes a problem with InstallXLogFileSegment()'s use | Bruce Momjian |
| 2002-05-28 | Repair error with not adjusting active scans properly after gistSplit. | Tom Lane |
| 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 | Wups, managed to break ANALYZE with one aspect of that heap_fetch change. | Tom Lane |
| 2002-05-24 | Mark index entries "killed" when they are no longer visible to any | Tom Lane |
| 2002-05-22 | Modify sequence state storage to eliminate dangling-pointer problem | 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 | Support temporary setting of search path during CREATE SCHEMA; this | Tom Lane |
| 2002-05-17 | Merge the last few variable.c configuration variables into the generic | Tom Lane |
| 2002-05-09 | Make initdb print a message about which locale it is about to use. | Peter Eisentraut |
| 2002-05-01 | Change heap_get_latest_tid() so that a transaction can | Hiroshi Inoue |
| 2002-04-24 | xlog.c: If possible please add the following patch to better support NetWare. | Bruce Momjian |
| 2002-04-21 | Add fields in the control file to check for whether the backend was | Thomas G. Lockhart |
| 2002-04-17 | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane |
| 2002-04-03 | Locale support is on by default. The choice of locale is done in initdb | Peter Eisentraut |
| 2002-04-01 | Create a new GUC variable search_path to control the namespace search | 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-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-06 | Change made to elog: | Bruce Momjian |
| 2002-03-05 | I attach a version of my toast-slicing patch, against current CVS | Bruce Momjian |
| 2002-03-05 | I was digging through the GiST code, and figured I'd fix up some of the | Bruce Momjian |
| 2002-03-03 | Catcaches can now store negative entries as well as positive ones, to | Tom Lane |
| 2002-03-02 | Commit to match discussed elog() changes. Only update is that LOG is | 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 |
| 2002-02-18 | Add better error text: | Bruce Momjian |
| 2002-02-11 | Tweak GiST code to work correctly on machines where 8-byte alignment | Tom Lane |
| 2002-01-16 | TOAST needs to do at least minimal time-qual checking in order not to | Tom Lane |
| 2002-01-15 | Add more sanity-checking to PageAddItem and PageIndexTupleDelete, | Tom Lane |
| 2002-01-14 | Reduce severity of 'XLogFlush: request is not satisfied' error condition, | Tom Lane |
| 2002-01-06 | Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments | Tom Lane |
| 2002-01-01 | Fix race condition that could allow two concurrent transactions | Tom Lane |