| Commit message (Expand) | Author | Age |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Support unlogged tables. | Robert Haas | 2010-12-29 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Include the backend ID in the relpath of temporary relations. | Robert Haas | 2010-08-13 |
* | In HS, Startup process sets SIGALRM when waiting for buffer pin. If | Simon Riggs | 2010-01-23 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics. | Robert Haas | 2009-12-15 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Implement prefetching via posix_fadvise() for bitmap index scans. A new | Tom Lane | 2009-01-12 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Rethink the way FSM truncation works. Instead of WAL-logging FSM | Heikki Linnakangas | 2008-11-19 |
* | Improve bulk-insert performance by keeping the current target buffer pinned | Tom Lane | 2008-11-06 |
* | Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer | Heikki Linnakangas | 2008-10-31 |
* | Introduce the concept of relation forks. An smgr relation can now consist | Heikki Linnakangas | 2008-08-11 |
* | Improve our #include situation by moving pointer types away from the | Alvaro Herrera | 2008-06-19 |
* | Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation | Heikki Linnakangas | 2008-06-12 |
* | Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It is | Alvaro Herrera | 2008-06-08 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Just-in-time background writing strategy. This code avoids re-scanning | Tom Lane | 2007-09-25 |
* | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 |
* | Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with | Magnus Hagander | 2007-07-25 |
* | Implement "distributed" checkpoints in which the checkpoint I/O is spread | Tom Lane | 2007-06-28 |
* | Make large sequential scans and VACUUMs work in a limited-size "ring" of | Tom Lane | 2007-05-30 |
* | During WAL recovery, when reading a page that we intend to overwrite completely | Tom Lane | 2007-05-02 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | 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 |