| Commit message (Expand) | Author | Age |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Clean up WAL/buffer interactions as per my recent proposal. Get rid of the | Tom Lane | 2006-03-31 |
* | Clean up and document the API for XLogOpenRelation and XLogReadBuffer. | Tom Lane | 2006-03-29 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane | 2005-08-20 |
* | Remove BufferBlockPointers array in favor of a base + (bufnum) * BLCKSZ | Tom Lane | 2005-08-12 |
* | Cause ShutdownPostgres to do a normal transaction abort during backend | Tom Lane | 2005-08-08 |
* | Remove unnecessary calls of FlushRelationBuffers: there is no need | Tom Lane | 2005-03-20 |
* | Add temp_buffers GUC variable to allow users to determine the size | Tom Lane | 2005-03-19 |
* | Need to reset local buffer pin counts, not only shared buffer pins, | Tom Lane | 2005-03-18 |
* | Replace the BufMgrLock with separate locks on the lookup hashtable and | Tom Lane | 2005-03-04 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Give the ResourceOwner mechanism full responsibility for releasing buffer | Tom Lane | 2004-10-16 |
* | Repair possible failure to update hint bits back to disk, per | Tom Lane | 2004-10-15 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 |
* | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 |
* | Minor code rationalization: FlushRelationBuffers just returns void, | Tom Lane | 2004-05-31 |
* | Per previous discussions, get rid of use of sync(2) in favor of | Tom Lane | 2004-05-31 |
* | Separate out bgwriter code into a logically separate module, rather | Tom Lane | 2004-05-29 |
* | Get rid of rd_nblocks field in relcache entries. Turns out this was | Tom Lane | 2004-05-08 |
* | Tiny assorted fixes: correct a typo in a comment in vacuumlazy.c, remove | Neil Conway | 2004-04-25 |
* | Make LocalRefCount and PrivateRefCount arrays of int32, rather than long. | Neil Conway | 2004-04-22 |
* | Another round of code cleanup on bufmgr. Use BM_VALID flag to keep track | Tom Lane | 2004-04-21 |
* | Backing out the background writer sync() option. | Jan Wieck | 2004-02-04 |
* | Added GUC variable bgwriter_flush_method controlling the action | Jan Wieck | 2004-01-24 |
* | I posted some bufmgr cleanup a few weeks ago, but it conflicted with | Neil Conway | 2003-12-14 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
* | Background writer process | Jan Wieck | 2003-11-19 |
* | Repair potential deadlock created by recent changes to recycle btree | Tom Lane | 2003-08-10 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Add code to apply some simple sanity checks to the header fields of a | Tom Lane | 2003-03-28 |
* | Add DLLIMPORT declarations required by contrib with asserts enabled. | Peter Eisentraut | 2002-10-22 |
* | Add DLLIMPORT declarations needed by contrib modules. | Peter Eisentraut | 2002-10-21 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Code review of CLUSTER patch. Clean up problems with relcache getting | Tom Lane | 2002-08-11 |
* | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane | 2002-08-06 |
* | Minor code cleanup in bufmgr.c and bufmgr.h, mainly by moving repeated | Bruce Momjian | 2002-07-02 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | WriteBuffer return value: | Bruce Momjian | 2002-06-15 |
* | The patch I sent to -patches a little while ago wasn't applied: it | Bruce Momjian | 2002-04-15 |
* | Clean up usage-statistics display code (ShowUsage and friends). StatFp | Tom Lane | 2001-11-10 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Implement LockBufferForCleanup(), which will allow concurrent VACUUM | Tom Lane | 2001-07-06 |
* | Further work on connecting the free space map (which is still just a | Tom Lane | 2001-06-29 |
* | Remove RelationGetBufferWithBuffer(), which is horribly confused about | Tom Lane | 2001-06-09 |