| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove ShutdownBufferPoolAccess exit callback, and do the work in | Tom Lane | 2002-09-25 | 1 | -24/+5 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -1/+2 |
| * | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 | 1 | -2/+1 |
| * | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane | 2002-08-06 | 1 | -2/+2 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Remove some pre-WAL relics: | Bruce Momjian | 2002-06-15 | 1 | -7/+1 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -3/+3 |
| * | Another round of cleanups for dynahash.c (maybe it's finally clean of | Tom Lane | 2001-10-01 | 1 | -7/+3 |
| * | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane | 2001-09-29 | 1 | -12/+12 |
| * | Implement LockBufferForCleanup(), which will allow concurrent VACUUM | Tom Lane | 2001-07-06 | 1 | -3/+1 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -8/+7 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks | Tom Lane | 2000-12-18 | 1 | -6/+50 |
| * | Rearrange bufmgr header files so that buf_internals.h need not be | Tom Lane | 2000-11-30 | 1 | -10/+19 |
| * | Significant cleanups in SysV IPC handling (shared mem and semaphores). | Tom Lane | 2000-11-28 | 1 | -40/+3 |
| * | New relcache hash table with RelFileNode as key to be used | Vadim B. Mikheev | 2000-10-23 | 1 | -3/+1 |
| * | I had to change buffer tag: now RelFileNode is used instead of | Vadim B. Mikheev | 2000-10-18 | 1 | -3/+5 |
| * | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 | 1 | -2/+1 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -4/+5 |
| * | Buffer manager modifications to keep a local buffer-dirtied bit as well | Tom Lane | 2000-04-09 | 1 | -5/+9 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. | Vadim B. Mikheev | 1999-10-06 | 1 | -5/+7 |
| * | Several changes here, not very related but touching some of the same files. | Tom Lane | 1999-09-24 | 1 | -3/+1 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -2/+1 |
| * | Add config.h as needed. | Bruce Momjian | 1999-07-17 | 1 | -2/+1 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -8/+7 |
| * | Update #include cleanups | Bruce Momjian | 1999-07-16 | 1 | -2/+2 |
| * | Add var defines for no testandset | Bruce Momjian | 1999-06-26 | 1 | -1/+3 |
| * | Move default NBuffers setting into config.h, and rename it | Tom Lane | 1999-06-12 | 1 | -2/+2 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -4/+5 |
| * | Repair some pretty serious problems in dynahash.c and | Tom Lane | 1999-02-22 | 1 | -25/+10 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | Initial MVCC code. | Vadim B. Mikheev | 1998-12-15 | 1 | -17/+8 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -3/+3 |
| * | Rename BindingTable to ShmemIndex. | Bruce Momjian | 1998-06-27 | 1 | -5/+5 |
| * | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 | 1 | -3/+3 |
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 1 | -3/+3 |
| * | Good Bye, Time Travel! | Vadim B. Mikheev | 1997-11-02 | 1 | -4/+2 |
| * | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 | 1 | -2/+2 |
| * | Inline frequently called functions. | Bruce Momjian | 1997-09-18 | 1 | -1/+2 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -34/+34 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -197/+210 |
| * | Added SCO support, from Daniel Harris. | Bruce Momjian | 1997-07-28 | 1 | -1/+2 |
| * | PrintBufferUsage() changed to report about shared, local and direct | Vadim B. Mikheev | 1997-04-18 | 1 | -4/+7 |
| * | From: Dan McGuirk <mcguirk@indirect.com> | Marc G. Fournier | 1997-03-28 | 1 | -1/+4 |
| * | Fix typo in struct name. | Bruce Momjian | 1997-01-26 | 1 | -2/+2 |
| * | More autosize structure error checks. | Bruce Momjian | 1997-01-25 | 1 | -2/+5 |
| * | Remove SB_PAD. Compute padding at compile time. | Bruce Momjian | 1997-01-23 | 1 | -1/+9 |
| * | No more LateWrite. | Vadim B. Mikheev | 1997-01-16 | 1 | -4/+1 |