Age | Commit message (Expand) | Author |
2016-05-12 | Fix bogus comments | Alvaro Herrera |
2016-05-04 | Revert timeline following in replication slots | Alvaro Herrera |
2016-04-20 | Revert no-op changes to BufferGetPage() | Kevin Grittner |
2016-04-08 | Modify BufferGetPage() to prepare for "snapshot too old" feature | Kevin Grittner |
2016-03-30 | Enable logical slots to follow timeline switches | Alvaro Herrera |
2016-03-30 | XLogReader general code cleanup | Alvaro Herrera |
2016-01-20 | Refactor to create generic WAL page read callback | Simon Riggs |
2016-01-02 | Update copyright for 2016 | Bruce Momjian |
2015-12-10 | Fix bug leading to restoring unlogged relations from empty files. | Andres Freund |
2015-07-20 | Sanity-check that a page zeroed by redo routine is marked with WILL_INIT. | Heikki Linnakangas |
2015-01-06 | Update copyright for 2015 | Bruce Momjian |
2014-12-18 | Improve hash_create's API for selecting simple-binary-key hash functions. | Tom Lane |
2014-11-20 | Revamp the WAL record format. | Heikki Linnakangas |
2014-11-13 | Fix race condition between hot standby and restoring a full-page image. | Heikki Linnakangas |
2014-11-13 | Fix XLogReadBufferForRedoExtended to get cleanup lock when asked to do so. | Heikki Linnakangas |
2014-11-06 | Move the backup-block logic from XLogInsert to a new file, xloginsert.c. | Heikki Linnakangas |
2014-09-02 | Refactor per-page logic common to all redo routines to a new function. | Heikki Linnakangas |
2014-04-30 | Rationalize common/relpath.[hc]. | Tom Lane |
2014-03-07 | Fix dangling smgr_owner pointer when a fake relcache entry is freed. | Heikki Linnakangas |
2014-02-12 | In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages. | Tom Lane |
2014-01-14 | Fix multiple bugs in index page locking during hot-standby WAL replay. | Tom Lane |
2014-01-07 | Update copyright for 2014 | Bruce Momjian |
2013-02-21 | Move relpath() to libpgcommon | Alvaro Herrera |
2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
2012-09-14 | Properly set relpersistence for fake relcache entries. | Robert Haas |
2012-06-10 | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian |
2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
2011-12-09 | Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery, | Heikki Linnakangas |
2011-12-02 | During recovery, if we reach consistent state and still have entries in the | Heikki Linnakangas |
2011-09-04 | Clean up the #include mess a little. | Tom Lane |
2011-09-01 | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian |
2011-08-26 | Add missing includes after pgrminclude run. | Bruce Momjian |
2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-08-30 | Fix oversight in RelFileNodeBackend patch: CreateFakeRelcacheEntry needs to | Tom Lane |
2010-08-13 | Include the backend ID in the relpath of temporary relations. | Robert Haas |
2010-07-08 | Update obsolete comment. Noted by Josh Tolley. | Tom Lane |
2010-02-09 | Fix up rickety handling of relation-truncation interlocks. | Tom Lane |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2009-01-20 | Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should | Heikki Linnakangas |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-12-03 | Introduce visibility map. The visibility map is a bitmap with one bit per | Heikki Linnakangas |
2008-11-26 | Rely on relcache invalidation to update the cached size of the FSM. | Heikki Linnakangas |
2008-11-19 | Rethink the way FSM truncation works. Instead of WAL-logging FSM | Heikki Linnakangas |
2008-11-11 | Change error messages to print the physical path, like | Heikki Linnakangas |
2008-11-03 | Fix mistakes in comment headers | Alvaro Herrera |
2008-10-31 | Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer | Heikki Linnakangas |
2008-09-30 | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas |
2008-08-11 | Introduce the concept of relation forks. An smgr relation can now consist | Heikki Linnakangas |