aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/nbtree.h
Commit message (Expand)AuthorAge
* Provide database object names as separate fields in error messages.Tom Lane2013-01-29
* Redesign the planner's handling of index-descent cost estimation.Tom Lane2013-01-11
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix btmarkpos/btrestrpos to handle array keys.Tom Lane2012-09-27
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Cosmetic cleanup for commit a760893dbda9934e287789d54bbd3c4ca3914ce0.Tom Lane2012-02-21
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Replace simple constant pg_am.amcanreturn with an AM support function.Tom Lane2011-12-18
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-07
* Teach btree to handle ScalarArrayOpExpr quals natively.Tom Lane2011-10-16
* Improve index-only scans to avoid repeated access to the index page.Tom Lane2011-10-09
* Allow more include files to be compiled in their own by adding missingBruce Momjian2011-08-27
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Support unlogged tables.Robert Haas2010-12-29
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Derive latestRemovedXid for btree deletes by reading heap pages. TheSimon Riggs2010-03-28
* Further corrections of mismatching struct and btree SizeOf macros.Simon Riggs2010-03-20
* Fix oversight in btpo.xact patch; it was in fact installing garbageTom Lane2010-03-19
* Reset btpo.xact following recovery of btree delete page. Add btpo_xactSimon Riggs2010-03-19
* pgindent run for 9.0Bruce Momjian2010-02-26
* Introduce WAL records to log reuse of btree pages, allowing conflictSimon Riggs2010-02-13
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Support deferrable uniqueness constraints.Tom Lane2009-07-29
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* The flag to mark dead tuples is nowadays called LP_DEAD, not LP_DELETE.Heikki Linnakangas2008-12-30
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-13
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout.Alvaro Herrera2008-06-06
* Repair two places where SIGTERM exit could leave shared memory stateTom Lane2008-04-16
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-10
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Repair still another bug in the btree page split WAL reduction patch:Tom Lane2007-11-16
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Code review for btree page split WAL reduction patch. Make it actually workTom Lane2007-04-11
* Minor tweaking of index special-space definitions so that the variousTom Lane2007-04-09
* Reduce WAL activity for page splits:Bruce Momjian2007-02-08
* Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant toTom Lane2007-02-05
* Refactor the index AM API slightly: move currentItemData andNeil Conway2007-01-20
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-09
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix "failed to re-find parent key" btree VACUUM failure by revising pageTom Lane2006-11-01
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Optimize the case where a btree indexscan has current and mark positionsTom Lane2006-08-24
* Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane2006-08-07
* Modify btree to delete known-dead index entries without an actual VACUUM.Tom Lane2006-07-25
* Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so thatTom Lane2006-07-11