| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revise FlushRelationBuffers/ReleaseRelationBuffers per discussion with | Tom Lane | 2000-05-19 | 1 | -3/+2 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 10 | -69/+73 |
| * | Tweak smgrblindwrt per advice from Vadim: add parameter indicating | Tom Lane | 2000-04-10 | 1 | -4/+7 |
| * | Buffer manager modifications to keep a local buffer-dirtied bit as well | Tom Lane | 2000-04-09 | 4 | -22/+48 |
| * | Get rid of SetBufferWriteMode(), which was an accident waiting to happen. | Tom Lane | 2000-03-31 | 1 | -8/+2 |
| * | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane | 2000-03-17 | 1 | -2/+2 |
| * | Change cancel while waiting-for-lock stuff. | Hiroshi Inoue | 2000-02-22 | 1 | -1/+2 |
| * | Add: | Bruce Momjian | 2000-01-26 | 28 | -56/+84 |
| * | Fix for TODO item * spinlock stuck problem when elog(FATAL) | Hiroshi Inoue | 2000-01-17 | 1 | -1/+2 |
| * | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 | 1 | -2/+1 |
| * | Modify PageIsEmpty and PageGetMaxOffsetNumber macros to behave sanely | Tom Lane | 2000-01-08 | 1 | -34/+31 |
| * | I have done the QNX4 port with the current source tree. The number of | Bruce Momjian | 1999-12-16 | 1 | -1/+13 |
| * | Rename several destroy* functions/tags to drop*. | Bruce Momjian | 1999-12-10 | 1 | -2/+2 |
| * | ecpg ECPGFree fix from Rene Hogendoorn. | Bruce Momjian | 1999-11-23 | 1 | -44/+47 |
| * | Clean up some problems in error recovery --- elog() was pretty broken | Tom Lane | 1999-11-22 | 1 | -1/+3 |
| * | Clean up comments. | Tom Lane | 1999-11-21 | 1 | -20/+14 |
| * | Fix for arm32 and fix for dbname with dash. | Bruce Momjian | 1999-11-18 | 1 | -3/+3 |
| * | Add Linux ARM. | Bruce Momjian | 1999-11-06 | 1 | -2/+2 |
| * | Second phase of psort reconstruction project: add bookkeeping logic to | Tom Lane | 1999-10-16 | 1 | -2/+3 |
| * | Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend | Tom Lane | 1999-10-13 | 2 | -36/+51 |
| * | XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. | Vadim B. Mikheev | 1999-10-06 | 2 | -5/+9 |
| * | Make tree compilable (+WAL). | Vadim B. Mikheev | 1999-09-28 | 1 | -2/+2 |
| * | Transaction log manager core code. | Vadim B. Mikheev | 1999-09-27 | 1 | -2/+3 |
| * | Several changes here, not very related but touching some of the same files. | Tom Lane | 1999-09-24 | 6 | -32/+58 |
| * | Add TRUNCATE command, with psql help and sgml additions. | Bruce Momjian | 1999-09-23 | 1 | -1/+2 |
| * | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 | 2 | -19/+9 |
| * | I finally understood what sinvaladt.c is doing --- and it | Tom Lane | 1999-09-06 | 2 | -85/+71 |
| * | Modify sinval so that InvalidateSharedInvalid() does not hold | Tom Lane | 1999-09-04 | 1 | -4/+4 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 2 | -5/+2 |
| * | More cleanup | Bruce Momjian | 1999-07-16 | 8 | -19/+19 |
| * | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 17 | -55/+55 |
| * | Cleanups. | Bruce Momjian | 1999-07-15 | 1 | -4/+4 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 5 | -17/+20 |
| * | More cpu cleanups, only for 6.6. | Bruce Momjian | 1999-07-13 | 1 | -5/+5 |
| * | Redefine cpu's as __cpu__. Only for 6.6 branch. | Bruce Momjian | 1999-07-13 | 1 | -5/+5 |
| * | Fix to prevent too large tuple from being created. | Bruce Momjian | 1999-07-03 | 1 | -13/+1 |
| * | change #if defined(__mc68000__) to: | Tatsuo Ishii | 1999-06-13 | 1 | -3/+3 |
| * | This patch should enable 6.5 to build on Motorola 68000 architecture. | Bruce Momjian | 1999-06-10 | 1 | -1/+20 |
| * | typedef struct LTAG | Vadim B. Mikheev | 1999-06-01 | 1 | -7/+12 |
| * | Fix xid table sizing. | Vadim B. Mikheev | 1999-05-29 | 1 | -2/+3 |
| * | Repair performance problem in SI segment manipulations: iterating | Tom Lane | 1999-05-28 | 2 | -12/+18 |
| * | Make functions static or NOT_USED as appropriate. | Bruce Momjian | 1999-05-26 | 1 | -2/+1 |
| * | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 | 5 | -15/+15 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 16 | -83/+84 |
| * | Hi, Bruce! | Bruce Momjian | 1999-05-13 | 2 | -4/+4 |
| * | Add 'temporary file' facility to fd.c, and arrange for temp | Tom Lane | 1999-05-09 | 1 | -11/+37 |
| * | Fix LMGR for MVCC. | Vadim B. Mikheev | 1999-05-07 | 3 | -10/+10 |
| * | Add ARM32 support by Andrew McMurry | Bruce Momjian | 1999-04-13 | 1 | -1/+17 |
| * | Clean up compile errors and warnings, cf Billy Allie's | Tom Lane | 1999-04-02 | 1 | -1/+2 |
| * | A few further tweaks to shared memory space estimation. | Tom Lane | 1999-03-06 | 1 | -3/+7 |