summaryrefslogtreecommitdiff
path: root/src/include/access/nbtree.h
Commit message (Expand)AuthorAgeFilesLines
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-011-1/+1
* Fix nbtree page split rmgr desc routine.Peter Geoghegan2019-09-121-6/+6
* Allow btree comparison functions to return INT_MIN.Tom Lane2018-10-051-2/+1
* Avoid pin scan for replay of XLOG_BTREE_VACUUM in all casesAlvaro Herrera2016-11-171-2/+4
* Revert buggy optimization of index scansSimon Riggs2016-03-031-1/+0
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-151-1/+1
* Reduce pinning and buffer content locking for btree scans.Kevin Grittner2015-03-251-2/+34
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Revamp the WAL record format.Heikki Linnakangas2014-11-201-50/+44
* Reduce btree scan overhead for < and > strategiesSimon Riggs2014-11-181-0/+1
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-061-2/+3
* Add rmgr callback to name xlog record types for display purposes.Andres Freund2014-09-191-0/+1
* Avoid copying index tuples when building an index.Robert Haas2014-07-011-1/+2
* Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas2014-06-141-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-25/+25
* Cleanup of new b-tree page deletion code.Heikki Linnakangas2014-04-231-3/+5
* Make the handling of interrupted B-tree page splits more robust.Heikki Linnakangas2014-03-181-14/+12
* Fix small typo in commentMagnus Hagander2014-03-171-1/+1
* Fix race condition in B-tree page deletion.Heikki Linnakangas2014-03-141-17/+42
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Provide database object names as separate fields in error messages.Tom Lane2013-01-291-1/+2
* Redesign the planner's handling of index-descent cost estimation.Tom Lane2013-01-111-0/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Fix btmarkpos/btrestrpos to handle array keys.Tom Lane2012-09-271-0/+3
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-5/+5
* Cosmetic cleanup for commit a760893dbda9934e287789d54bbd3c4ca3914ce0.Tom Lane2012-02-211-1/+2
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Replace simple constant pg_am.amcanreturn with an AM support function.Tom Lane2011-12-181-0/+1
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-071-5/+10
* Teach btree to handle ScalarArrayOpExpr quals natively.Tom Lane2011-10-161-0/+19
* Improve index-only scans to avoid repeated access to the index page.Tom Lane2011-10-091-1/+21
* Allow more include files to be compiled in their own by adding missingBruce Momjian2011-08-271-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Support unlogged tables.Robert Haas2010-12-291-0/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0, second runBruce Momjian2010-07-061-5/+6
* Derive latestRemovedXid for btree deletes by reading heap pages. TheSimon Riggs2010-03-281-12/+13
* Further corrections of mismatching struct and btree SizeOf macros.Simon Riggs2010-03-201-3/+1
* Fix oversight in btpo.xact patch; it was in fact installing garbageTom Lane2010-03-191-2/+2
* Reset btpo.xact following recovery of btree delete page. Add btpo_xactSimon Riggs2010-03-191-2/+3
* pgindent run for 9.0Bruce Momjian2010-02-261-9/+11
* Introduce WAL records to log reuse of btree pages, allowing conflictSimon Riggs2010-02-131-1/+14
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-081-3/+2
* 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-5/+44
* Support deferrable uniqueness constraints.Tom Lane2009-07-291-3/+3
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-4/+4
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* The flag to mark dead tuples is nowadays called LP_DEAD, not LP_DELETE.Heikki Linnakangas2008-12-301-2/+2
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-131-5/+2