| Commit message (Expand) | Author | Age |
* | Message improvements | Peter Eisentraut | 2014-10-12 |
* | Fix error when trying to delete page with half-dead left sibling. | Heikki Linnakangas | 2014-05-25 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Cleanup of new b-tree page deletion code. | Heikki Linnakangas | 2014-04-23 |
* | Fix bug in new B-tree page deletion code. | Heikki Linnakangas | 2014-04-22 |
* | Make the handling of interrupted B-tree page splits more robust. | Heikki Linnakangas | 2014-03-18 |
* | Fix race condition in B-tree page deletion. | Heikki Linnakangas | 2014-03-14 |
* | Remove unnecessary relcache flushes after changing btree metapages. | Tom Lane | 2014-02-05 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | 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 |
* | Redesign the planner's handling of index-descent cost estimation. | Tom Lane | 2013-01-11 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Avoid early reuse of btree pages, causing incorrect query results. | Simon Riggs | 2012-06-01 |
* | Don't clear btpo_cycleid during _bt_vacuum_one_page. | Tom Lane | 2012-02-21 |
* | Cosmetic cleanup for commit a760893dbda9934e287789d54bbd3c4ca3914ce0. | Tom Lane | 2012-02-21 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Continue to allow VACUUM to mark last block of index dirty | Simon Riggs | 2011-11-22 |
* | Avoid marking buffer dirty when VACUUM has no work to do. | Simon Riggs | 2011-11-18 |
* | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 |
* | Reduce impact of btree page reuse on Hot Standby by fixing off-by-1 error. | Simon Riggs | 2011-06-27 |
* | Respect Hot Standby controls while recycling btree index pages. | Simon Riggs | 2011-06-16 |
* | Clean up most -Wunused-but-set-variable warnings from gcc 4.6 | Peter Eisentraut | 2011-04-11 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Implement genuine serializable isolation level. | Heikki Linnakangas | 2011-02-08 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Generalize concept of temporary relations to "relation persistence". | Robert Haas | 2010-12-13 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Reduce PANIC to ERROR in some occasionally-reported btree failure cases. | Tom Lane | 2010-08-29 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 |
* | 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 |
* | Revoke augmentation of WAL records for btree delete, per discussion. | Simon Riggs | 2010-02-01 |
* | Augment WAL records for btree delete with GetOldestXmin() to reduce | Simon Riggs | 2010-01-29 |
* | 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 |
* | Update comment for _bt_relandgetbuf. | Tom Lane | 2009-05-05 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas | 2008-09-30 |
* | Clean up the use of some page-header-access macros: principally, use | Tom Lane | 2008-07-13 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files. | Alvaro Herrera | 2008-03-26 |
* | Separate snapshot management code from tuple visibility code, create a | Alvaro Herrera | 2008-03-26 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Improve a number of elog messages for not-supposed-to-happen cases in btrees, | Tom Lane | 2007-12-31 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |