summaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtpage.c
Commit message (Expand)AuthorAgeFilesLines
...
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* pgindent run for release 9.3Bruce Momjian2013-05-291-4/+4
* Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs2013-03-181-13/+4
* Redesign the planner's handling of index-descent cost estimation.Tom Lane2013-01-111-0/+76
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-1/+1
* Avoid early reuse of btree pages, causing incorrect query results.Simon Riggs2012-06-011-22/+10
* Don't clear btpo_cycleid during _bt_vacuum_one_page.Tom Lane2012-02-211-4/+3
* Cosmetic cleanup for commit a760893dbda9934e287789d54bbd3c4ca3914ce0.Tom Lane2012-02-211-7/+21
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Continue to allow VACUUM to mark last block of index dirtySimon Riggs2011-11-221-8/+4
* Avoid marking buffer dirty when VACUUM has no work to do.Simon Riggs2011-11-181-4/+8
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-2/+0
* Reduce impact of btree page reuse on Hot Standby by fixing off-by-1 error.Simon Riggs2011-06-271-1/+11
* Respect Hot Standby controls while recycling btree index pages.Simon Riggs2011-06-161-2/+10
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-111-2/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-3/+3
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-081-0/+7
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-131-5/+5
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Reduce PANIC to ERROR in some occasionally-reported btree failure cases.Tom Lane2010-08-291-12/+42
* pgindent run for 9.0, second runBruce Momjian2010-07-061-5/+5
* Derive latestRemovedXid for btree deletes by reading heap pages. TheSimon Riggs2010-03-281-37/+85
* Reset btpo.xact following recovery of btree delete page. Add btpo_xactSimon Riggs2010-03-191-1/+2
* pgindent run for 9.0Bruce Momjian2010-02-261-9/+11
* Introduce WAL records to log reuse of btree pages, allowing conflictSimon Riggs2010-02-131-2/+56
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-081-7/+6
* Revoke augmentation of WAL records for btree delete, per discussion.Simon Riggs2010-02-011-12/+8
* Augment WAL records for btree delete with GetOldestXmin() to reduceSimon Riggs2010-01-291-8/+12
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-191-9/+47
* Update comment for _bt_relandgetbuf.Tom Lane2009-05-051-3/+7
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-301-2/+3
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-131-4/+3
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera2008-03-261-2/+2
* Separate snapshot management code from tuple visibility code, create aAlvaro Herrera2008-03-261-1/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Improve a number of elog messages for not-supposed-to-happen cases in btrees,Tom Lane2007-12-311-10/+11
* pgindent run for 8.3.Bruce Momjian2007-11-151-28/+28
* Redefine the lp_flags field of item pointers as having four states, ratherTom Lane2007-09-121-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix "failed to re-find parent key" btree VACUUM failure by revising pageTom Lane2006-11-011-53/+209
* pgindent run for 8.2.Bruce Momjian2006-10-041-11/+11
* Modify btree to delete known-dead index entries without an actual VACUUM.Tom Lane2006-07-251-1/+10
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Rewrite btree vacuuming to fold the former bulkdelete and cleanup operationsTom Lane2006-05-081-3/+12
* Arrange to cache btree metapage data in the relcache entry for the index,Tom Lane2006-04-251-2/+72