| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add config.h as needed. | Bruce Momjian | 1999-07-17 | 1 | -2/+1 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 12 | -43/+38 |
| * | Update #include cleanups | Bruce Momjian | 1999-07-16 | 12 | -28/+28 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 19 | -138/+22 |
| * | Cleanups. | Bruce Momjian | 1999-07-15 | 3 | -9/+9 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 10 | -24/+11 |
| * | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 | 3 | -3/+6 |
| * | More cpu cleanups, only for 6.6. | Bruce Momjian | 1999-07-13 | 1 | -3/+3 |
| * | Rename pg_temp to pg_sorttemp so it does not conflict with temp table names. | Bruce Momjian | 1999-07-08 | 1 | -2/+2 |
| * | Fix to prevent too large tuple from being created. | Bruce Momjian | 1999-07-03 | 1 | -2/+2 |
| * | Avoid disk writes for read-only transactions. | Vadim B. Mikheev | 1999-06-29 | 1 | -1/+16 |
| * | Add var defines for no testandset | Bruce Momjian | 1999-06-26 | 1 | -1/+3 |
| * | Patch to allow vacuum on multi-segment tables, from Hiroshi Inoue | Bruce Momjian | 1999-06-18 | 1 | -12/+46 |
| * | Move default NBuffers setting into config.h, and rename it | Tom Lane | 1999-06-12 | 1 | -2/+2 |
| * | Removed bad Assert(!buf->ri_lock) when unlocking exclusively | Vadim B. Mikheev | 1999-06-11 | 1 | -6/+19 |
| * | Change mdtruncate to truncate and not unlink. | Bruce Momjian | 1999-06-11 | 1 | -19/+6 |
| * | 1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!") | Vadim B. Mikheev | 1999-06-10 | 2 | -5/+4 |
| * | 1. xact.c: update comments about changing MyProc->xid and MyProc->xmin. | Vadim B. Mikheev | 1999-06-06 | 2 | -4/+10 |
| * | 1. Additional fix against ERROR: Child itemid marked as unused | Vadim B. Mikheev | 1999-06-03 | 1 | -12/+26 |
| * | Round up shmem size estimate to 1Kb boundary. | Tom Lane | 1999-05-31 | 1 | -1/+3 |
| * | Release XactLockTable share lock immediately after this lock is acquired | Vadim B. Mikheev | 1999-05-31 | 1 | -1/+2 |
| * | Fix xid table sizing. | Vadim B. Mikheev | 1999-05-29 | 1 | -2/+2 |
| * | Missing semicolons in non-HAS_TEST_AND_SET code paths :-( | Tom Lane | 1999-05-29 | 1 | -5/+5 |
| * | Repair performance problem in SI segment manipulations: iterating | Tom Lane | 1999-05-28 | 3 | -61/+44 |
| * | Make functions static or NOT_USED as appropriate. | Bruce Momjian | 1999-05-26 | 1 | -2/+3 |
| * | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 | 4 | -14/+14 |
| * | Make 0x007f -> (unsigned)0x7f to make pgindent happy. | Bruce Momjian | 1999-05-25 | 1 | -2/+2 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 20 | -307/+338 |
| * | This is actually more of a fundamental problem with mdtruncate. It | Bruce Momjian | 1999-05-17 | 1 | -8/+19 |
| * | Hi, Bruce! | Bruce Momjian | 1999-05-13 | 2 | -61/+185 |
| * | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 | 5 | -21/+15 |
| * | Add 'temporary file' facility to fd.c, and arrange for temp | Tom Lane | 1999-05-09 | 1 | -183/+488 |
| * | Fix LMGR for MVCC. | Vadim B. Mikheev | 1999-05-07 | 3 | -199/+188 |
| * | cleanup | Bruce Momjian | 1999-04-30 | 1 | -2/+2 |
| * | Clean up typo causing compile failure. | Bruce Momjian | 1999-04-30 | 1 | -2/+2 |
| * | Prevent priority inversion in locking by checking for existing locks | Bruce Momjian | 1999-04-30 | 2 | -9/+12 |
| * | Add disk space message to "can not extend" message. | Bruce Momjian | 1999-04-23 | 1 | -2/+2 |
| * | Reduce default file size limit to 1Gb, and move the | Tom Lane | 1999-04-05 | 1 | -29/+6 |
| * | Clean up compile errors and warnings, cf Billy Allie's | Tom Lane | 1999-04-02 | 1 | -2/+1 |
| * | 1. Vacuum is updated for MVCC. | Vadim B. Mikheev | 1999-03-28 | 4 | -84/+77 |
| * | Add new postgres -O option to allow system table structure changes. | Bruce Momjian | 1999-03-17 | 1 | -4/+2 |
| * | Done. | Bruce Momjian | 1999-03-14 | 1 | -15/+32 |
| * | We have tested the patches on three platforms: | Bruce Momjian | 1999-03-14 | 1 | -3/+3 |
| * | A few further tweaks to shared memory space estimation. | Tom Lane | 1999-03-06 | 3 | -15/+18 |
| * | Ok. I found an align problem in lobj that might not appear other than | Bruce Momjian | 1999-02-22 | 1 | -2/+3 |
| * | Repair some pretty serious problems in dynahash.c and | Tom Lane | 1999-02-22 | 5 | -94/+54 |
| * | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier | 1999-02-21 | 2 | -5/+5 |
| * | Rearrange handling of MAXBACKENDS a little bit. The default setting | Tom Lane | 1999-02-21 | 4 | -40/+44 |
| * | Reorder startup ops so that if preallocation of semas fails, | Tom Lane | 1999-02-19 | 2 | -5/+13 |
| * | Allow maximum number of backends to be set at configure time | Tom Lane | 1999-02-19 | 4 | -33/+74 |