| Commit message (Expand) | Author | Age | Files | Lines |
| * | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 | 1 | -28/+2 |
| * | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 1 | -1/+3 |
| * | Minor code rationalization: FlushRelationBuffers just returns void, | Tom Lane | 2004-05-31 | 1 | -2/+2 |
| * | Per previous discussions, get rid of use of sync(2) in favor of | Tom Lane | 2004-05-31 | 1 | -2/+3 |
| * | Separate out bgwriter code into a logically separate module, rather | Tom Lane | 2004-05-29 | 1 | -9/+1 |
| * | Get rid of rd_nblocks field in relcache entries. Turns out this was | Tom Lane | 2004-05-08 | 1 | -2/+2 |
| * | Tiny assorted fixes: correct a typo in a comment in vacuumlazy.c, remove | Neil Conway | 2004-04-25 | 1 | -2/+2 |
| * | Make LocalRefCount and PrivateRefCount arrays of int32, rather than long. | Neil Conway | 2004-04-22 | 1 | -3/+3 |
| * | Another round of code cleanup on bufmgr. Use BM_VALID flag to keep track | Tom Lane | 2004-04-21 | 1 | -2/+2 |
| * | Backing out the background writer sync() option. | Jan Wieck | 2004-02-04 | 1 | -3/+3 |
| * | Added GUC variable bgwriter_flush_method controlling the action | Jan Wieck | 2004-01-24 | 1 | -3/+3 |
| * | I posted some bufmgr cleanup a few weeks ago, but it conflicted with | Neil Conway | 2003-12-14 | 1 | -14/+1 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Background writer process | Jan Wieck | 2003-11-19 | 1 | -2/+10 |
| * | Repair potential deadlock created by recent changes to recycle btree | Tom Lane | 2003-08-10 | 1 | -1/+2 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -3/+3 |
| * | Add code to apply some simple sanity checks to the header fields of a | Tom Lane | 2003-03-28 | 1 | -1/+4 |
| * | Add DLLIMPORT declarations required by contrib with asserts enabled. | Peter Eisentraut | 2002-10-22 | 1 | -3/+3 |
| * | Add DLLIMPORT declarations needed by contrib modules. | Peter Eisentraut | 2002-10-21 | 1 | -3/+3 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -3/+4 |
| * | Code review of CLUSTER patch. Clean up problems with relcache getting | Tom Lane | 2002-08-11 | 1 | -1/+2 |
| * | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane | 2002-08-06 | 1 | -5/+3 |
| * | Minor code cleanup in bufmgr.c and bufmgr.h, mainly by moving repeated | Bruce Momjian | 2002-07-02 | 1 | -1/+3 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | WriteBuffer return value: | Bruce Momjian | 2002-06-15 | 1 | -3/+3 |
| * | The patch I sent to -patches a little while ago wasn't applied: it | Bruce Momjian | 2002-04-15 | 1 | -9/+1 |
| * | Clean up usage-statistics display code (ShowUsage and friends). StatFp | Tom Lane | 2001-11-10 | 1 | -2/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -1/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -3/+2 |
| * | Implement LockBufferForCleanup(), which will allow concurrent VACUUM | Tom Lane | 2001-07-06 | 1 | -5/+4 |
| * | Further work on connecting the free space map (which is still just a | Tom Lane | 2001-06-29 | 1 | -3/+3 |
| * | Remove RelationGetBufferWithBuffer(), which is horribly confused about | Tom Lane | 2001-06-09 | 1 | -7/+1 |
| * | Modify RelationGetBufferForTuple() so that we only do lseek and lock | Tom Lane | 2001-05-12 | 1 | -2/+2 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -2/+2 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | New WAL version - CRC and data blocks backup. | Vadim B. Mikheev | 2000-12-28 | 1 | -1/+2 |
| * | Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks | Tom Lane | 2000-12-18 | 1 | -1/+2 |
| * | No more #ifdef XLOG. | Vadim B. Mikheev | 2000-11-30 | 1 | -3/+1 |
| * | Rearrange bufmgr header files so that buf_internals.h need not be | Tom Lane | 2000-11-30 | 1 | -14/+29 |
| * | Significant cleanups in SysV IPC handling (shared mem and semaphores). | Tom Lane | 2000-11-28 | 1 | -2/+2 |
| * | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane | 2000-11-08 | 1 | -4/+6 |
| * | WAL | Vadim B. Mikheev | 2000-10-28 | 1 | -2/+7 |
| * | redo/undo support functions and cleanups. | Vadim B. Mikheev | 2000-10-20 | 1 | -1/+15 |
| * | TOAST mop-up work: update comments for tuple-size-related symbols such | Tom Lane | 2000-08-07 | 1 | -16/+1 |
| * | Clean up #include's. | Bruce Momjian | 2000-06-15 | 1 | -5/+1 |
| * | 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 | 1 | -3/+3 |
| * | Buffer manager modifications to keep a local buffer-dirtied bit as well | Tom Lane | 2000-04-09 | 1 | -2/+2 |
| * | Get rid of SetBufferWriteMode(), which was an accident waiting to happen. | Tom Lane | 2000-03-31 | 1 | -8/+2 |