| Commit message (Expand) | Author | Age | Files | Lines |
| * | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane | 2005-08-20 | 1 | -2/+2 |
| * | Remove BufferBlockPointers array in favor of a base + (bufnum) * BLCKSZ | Tom Lane | 2005-08-12 | 1 | -3/+3 |
| * | Cause ShutdownPostgres to do a normal transaction abort during backend | Tom Lane | 2005-08-08 | 1 | -2/+2 |
| * | Remove unnecessary calls of FlushRelationBuffers: there is no need | Tom Lane | 2005-03-20 | 1 | -3/+2 |
| * | Add temp_buffers GUC variable to allow users to determine the size | Tom Lane | 2005-03-19 | 1 | -2/+1 |
| * | Need to reset local buffer pin counts, not only shared buffer pins, | Tom Lane | 2005-03-18 | 1 | -1/+2 |
| * | Replace the BufMgrLock with separate locks on the lookup hashtable and | Tom Lane | 2005-03-04 | 1 | -5/+13 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Give the ResourceOwner mechanism full responsibility for releasing buffer | Tom Lane | 2004-10-16 | 1 | -1/+3 |
| * | Repair possible failure to update hint bits back to disk, per | Tom Lane | 2004-10-15 | 1 | -13/+11 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | 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 |