| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove some pre-WAL relics: | Bruce Momjian | 2002-06-15 | 1 | -7/+1 |
| * | This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in | Bruce Momjian | 2002-06-15 | 3 | -56/+58 |
| * | Katherine Ward wrote: | Jan Wieck | 2002-06-11 | 4 | -16/+16 |
| * | The attached patch fixes a problem with InstallXLogFileSegment()'s use | Bruce Momjian | 2002-06-07 | 1 | -2/+2 |
| * | Repair error with not adjusting active scans properly after gistSplit. | Tom Lane | 2002-05-28 | 1 | -5/+9 |
| * | Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber, | Tom Lane | 2002-05-27 | 2 | -34/+20 |
| * | Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessary | Tom Lane | 2002-05-25 | 3 | -26/+32 |
| * | Wups, managed to break ANALYZE with one aspect of that heap_fetch change. | Tom Lane | 2002-05-24 | 3 | -17/+31 |
| * | Mark index entries "killed" when they are no longer visible to any | Tom Lane | 2002-05-24 | 13 | -200/+395 |
| * | Modify sequence state storage to eliminate dangling-pointer problem | Tom Lane | 2002-05-22 | 1 | -4/+1 |
| * | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 | 3 | -59/+50 |
| * | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 | 18 | -738/+463 |
| * | Support temporary setting of search path during CREATE SCHEMA; this | Tom Lane | 2002-05-17 | 1 | -1/+4 |
| * | Merge the last few variable.c configuration variables into the generic | Tom Lane | 2002-05-17 | 2 | -30/+14 |
| * | Make initdb print a message about which locale it is about to use. | Peter Eisentraut | 2002-05-09 | 1 | -15/+1 |
| * | Change heap_get_latest_tid() so that a transaction can | Hiroshi Inoue | 2002-05-01 | 1 | -2/+2 |
| * | xlog.c: If possible please add the following patch to better support NetWare. | Bruce Momjian | 2002-04-24 | 1 | -2/+2 |
| * | Add fields in the control file to check for whether the backend was | Thomas G. Lockhart | 2002-04-21 | 1 | -5/+52 |
| * | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane | 2002-04-17 | 1 | -2/+15 |
| * | Locale support is on by default. The choice of locale is done in initdb | Peter Eisentraut | 2002-04-03 | 1 | -21/+1 |
| * | Create a new GUC variable search_path to control the namespace search | Tom Lane | 2002-04-01 | 1 | -4/+6 |
| * | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane | 2002-03-31 | 2 | -7/+4 |
| * | Mop-up some infelicities in new relation lookup handling. | Tom Lane | 2002-03-29 | 1 | -1/+2 |
| * | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 | 1 | -107/+11 |
| * | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 | 2 | -25/+113 |
| * | Repair two problems with WAL logging of sequence nextvalI() ops, as | Tom Lane | 2002-03-15 | 2 | -54/+108 |
| * | Code review for improved-hashing patch. Fix some portability issues | Tom Lane | 2002-03-09 | 2 | -57/+61 |
| * | I've attached a patch which implements Bob Jenkin's hash function for | Bruce Momjian | 2002-03-06 | 6 | -76/+102 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 5 | -31/+31 |
| * | I attach a version of my toast-slicing patch, against current CVS | Bruce Momjian | 2002-03-05 | 1 | -2/+272 |
| * | I was digging through the GiST code, and figured I'd fix up some of the | Bruce Momjian | 2002-03-05 | 4 | -40/+32 |
| * | Catcaches can now store negative entries as well as positive ones, to | Tom Lane | 2002-03-03 | 1 | -7/+7 |
| * | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 | 11 | -165/+165 |
| * | Clean up BeginCommand and related routines. BeginCommand and EndCommand | Tom Lane | 2002-02-27 | 2 | -14/+72 |
| * | I've attached a simple patch which should improve the performance of | Bruce Momjian | 2002-02-25 | 1 | -4/+4 |
| * | A bunch of changes aimed at reducing backend startup time... | Tom Lane | 2002-02-19 | 2 | -171/+161 |
| * | Add better error text: | Bruce Momjian | 2002-02-18 | 1 | -2/+2 |
| * | Tweak GiST code to work correctly on machines where 8-byte alignment | Tom Lane | 2002-02-11 | 1 | -14/+28 |
| * | TOAST needs to do at least minimal time-qual checking in order not to | Tom Lane | 2002-01-16 | 1 | -26/+22 |
| * | Add more sanity-checking to PageAddItem and PageIndexTupleDelete, | Tom Lane | 2002-01-15 | 5 | -32/+8 |
| * | Reduce severity of 'XLogFlush: request is not satisfied' error condition, | Tom Lane | 2002-01-14 | 1 | -5/+30 |
| * | Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments | Tom Lane | 2002-01-06 | 1 | -1/+3 |
| * | Fix race condition that could allow two concurrent transactions | Tom Lane | 2002-01-01 | 1 | -7/+24 |
| * | Ensure that all direct uses of spinlock-protected data structures use | Tom Lane | 2001-12-28 | 1 | -27/+51 |
| * | Fix mispeling ... | Tom Lane | 2001-12-23 | 1 | -2/+2 |
| * | Temporarily dike out GetUndoRecPtr() in checkpoint generation, since we | Tom Lane | 2001-12-19 | 1 | -3/+18 |
| * | Fix boundary condition in btbulkdelete: don't examine high key in case | Tom Lane | 2001-11-23 | 1 | -7/+25 |
| * | Clean up usage-statistics display code (ShowUsage and friends). StatFp | Tom Lane | 2001-11-10 | 2 | -6/+4 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 9 | -28/+28 |
| * | Merge three existing ways of signaling postmaster from child processes, | Tom Lane | 2001-11-04 | 1 | -2/+3 |