| Commit message (Expand) | Author | Age | Files | Lines |
| * | Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend | Tom Lane | 1999-10-13 | 4 | -205/+585 |
| * | I have created a small patch that makes possible to compile pgsql on newer | Bruce Momjian | 1999-10-12 | 1 | -3/+3 |
| * | Re-add mention of FAQ's for shared memory/ipc errors. | Bruce Momjian | 1999-10-10 | 1 | -6/+9 |
| * | XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. | Vadim B. Mikheev | 1999-10-06 | 6 | -141/+59 |
| * | Improve the treatment of partial(incomplete) blocks of relation files. | Hiroshi Inoue | 1999-10-06 | 1 | -5/+22 |
| * | Make tree compilable (+WAL). | Vadim B. Mikheev | 1999-09-28 | 2 | -8/+12 |
| * | Transaction log manager core code. | Vadim B. Mikheev | 1999-09-27 | 1 | -1/+15 |
| * | Several changes here, not very related but touching some of the same files. | Tom Lane | 1999-09-24 | 9 | -280/+329 |
| * | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 | 5 | -88/+49 |
| * | Minor improvement in SI overflow logic: try to delete | Tom Lane | 1999-09-09 | 1 | -4/+14 |
| * | I finally understood what sinvaladt.c is doing --- and it | Tom Lane | 1999-09-06 | 2 | -735/+245 |
| * | Per Tatsuo's recommendation, change mdopen so that it won't | Tom Lane | 1999-09-05 | 1 | -4/+14 |
| * | Modify RelationFlushRelation so that if the relcache entry | Tom Lane | 1999-09-04 | 1 | -2/+12 |
| * | Modify sinval so that InvalidateSharedInvalid() does not hold | Tom Lane | 1999-09-04 | 2 | -89/+110 |
| * | Repair a bunch of problems in md.c. This builds on Hiroshi's | Tom Lane | 1999-09-02 | 2 | -99/+148 |
| * | Alpha spinlock fix from Uncle George <gatgul@voicenet.com> | Bruce Momjian | 1999-07-22 | 1 | -1/+11 |
| * | Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where | Bruce Momjian | 1999-07-19 | 2 | -12/+12 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 21 | -58/+23 |
| * | 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 |