aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/nbtree.h
Commit message (Expand)AuthorAge
* Move _bt_upgrademetapage() into critical section.Teodor Sigaev2018-05-30
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Fix wrong validation of top-parent pointer during page deletion in Btree.Teodor Sigaev2018-04-23
* Fix datatype for number of heap tuples during last cleanupTeodor Sigaev2018-04-19
* Adjust INCLUDE index truncation comments and code.Teodor Sigaev2018-04-19
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev2018-04-04
* Support all SQL:2011 options for window frame clauses.Tom Lane2018-02-07
* Support parallel btree index builds.Robert Haas2018-02-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Minor code-cleanliness improvements for btree.Tom Lane2017-09-18
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* pageinspect: Add bt_page_items function with bytea argumentPeter Eisentraut2017-04-04
* Remove direct uses of ItemPointer.{ip_blkid,ip_posid}Alvaro Herrera2017-03-28
* btree: Support parallel index scans.Robert Haas2017-02-15
* Split index xlog headers from other private index headers.Robert Haas2017-02-14
* Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane2017-02-09
* Add WAL consistency checking facility.Robert Haas2017-02-08
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-13
* pgindent run for 9.6Robert Haas2016-06-09
* C comment improvement & typo fix.Kevin Grittner2016-06-02
* Prevent to use magic constantsTeodor Sigaev2016-04-28
* Add the "snapshot too old" featureKevin Grittner2016-04-08
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Revert buggy optimization of index scansSimon Riggs2016-03-03
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Avoid pin scan for replay of XLOG_BTREE_VACUUMSimon Riggs2016-01-09
* Update copyright for 2016Bruce Momjian2016-01-02
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-15
* Reduce pinning and buffer content locking for btree scans.Kevin Grittner2015-03-25
* Update copyright for 2015Bruce Momjian2015-01-06
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Reduce btree scan overhead for < and > strategiesSimon Riggs2014-11-18
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Add rmgr callback to name xlog record types for display purposes.Andres Freund2014-09-19
* Avoid copying index tuples when building an index.Robert Haas2014-07-01
* Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas2014-06-14
* pgindent run for 9.4Bruce Momjian2014-05-06
* Cleanup of new b-tree page deletion code.Heikki Linnakangas2014-04-23
* Make the handling of interrupted B-tree page splits more robust.Heikki Linnakangas2014-03-18
* Fix small typo in commentMagnus Hagander2014-03-17
* Fix race condition in B-tree page deletion.Heikki Linnakangas2014-03-14
* Update copyright for 2014Bruce Momjian2014-01-07
* 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