| Commit message (Expand) | Author | Age |
* | Fix multiple bugs in index page locking during hot-standby WAL replay. | Tom Lane | 2014-01-14 |
* | pgindent run for release 9.3 | Bruce Momjian | 2013-05-29 |
* | Remove PageSetTLI and rename pd_tli to pd_checksum | Simon Riggs | 2013-03-18 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Remove obsolete XLogRecPtr macros | Alvaro Herrera | 2012-12-28 |
* | Split out rmgr rm_desc functions into their own files | Alvaro Herrera | 2012-11-28 |
* | Fix multiple problems in WAL replay. | Tom Lane | 2012-11-12 |
* | Split heapam_xlog.h from heapam.h | Alvaro Herrera | 2012-08-28 |
* | Improve underdocumented btree_xlog_delete_get_latestRemovedXid() code. | Tom Lane | 2012-08-03 |
* | Avoid early reuse of btree pages, causing incorrect query results. | Simon Riggs | 2012-06-01 |
* | Cosmetic cleanup for commit a760893dbda9934e287789d54bbd3c4ca3914ce0. | Tom Lane | 2012-02-21 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Reduce spurious Hot Standby conflicts from never-visible records. | Simon Riggs | 2010-12-09 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 |
* | Fix handling of b-tree reuse WAL records when hot standby is disabled, | Heikki Linnakangas | 2010-04-30 |
* | Optimise btree delete processing when no active backends. | Simon Riggs | 2010-04-22 |
* | Fix uninitialized local variables. Not sure why gcc doesn't complain about | Tom Lane | 2010-04-19 |
* | Properly initialize local varaible in | Bruce Momjian | 2010-03-30 |
* | Derive latestRemovedXid for btree deletes by reading heap pages. The | Simon Riggs | 2010-03-28 |
* | Reset btpo.xact following recovery of btree delete page. Add btpo_xact | Simon Riggs | 2010-03-19 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Introduce WAL records to log reuse of btree pages, allowing conflict | Simon Riggs | 2010-02-13 |
* | Remove old-style VACUUM FULL (which was known for a little while as | Tom Lane | 2010-02-08 |
* | Filter recovery conflicts based upon dboid from relfilenode of WAL | Simon Riggs | 2010-01-29 |
* | First part of refactoring of code for ResolveRecoveryConflict. Purposes | Simon Riggs | 2010-01-14 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should | Heikki Linnakangas | 2009-01-20 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation | Heikki Linnakangas | 2008-06-12 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Repair still another bug in the btree page split WAL reduction patch: | Tom Lane | 2007-11-16 |
* | 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 |
* | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 |
* | Redefine the lp_flags field of item pointers as having four states, rather | Tom Lane | 2007-09-12 |
* | To support external compression of archived WAL data, add a flag bit to | Tom Lane | 2007-05-20 |
* | Code review for btree page split WAL reduction patch. Make it actually work | Tom Lane | 2007-04-11 |
* | Reduce WAL activity for page splits: | Bruce Momjian | 2007-02-08 |
* | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Fix "failed to re-find parent key" btree VACUUM failure by revising page | Tom Lane | 2006-11-01 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Make recovery from WAL be restartable, by executing a checkpoint-like | Tom Lane | 2006-08-07 |
* | Modify btree to delete known-dead index entries without an actual VACUUM. | Tom Lane | 2006-07-25 |