aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtree.c
Commit message (Expand)AuthorAge
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Remove unused vars and mark assert-only varsTeodor Sigaev2018-04-05
* Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev2018-04-04
* Do index FSM vacuuming sooner.Tom Lane2018-03-30
* Support parallel btree index builds.Robert Haas2018-02-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Flag index metapages as standard-format in xlog.c calls.Tom Lane2017-11-03
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Add optimizer and executor support for parallel index scans.Robert Haas2017-02-15
* btree: Support parallel index scans.Robert Haas2017-02-15
* Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane2017-02-09
* Extend index AM API for parallel index scans.Robert Haas2017-01-24
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Log the creation of an init fork unconditionally.Robert Haas2016-12-08
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-13
* pgindent run for 9.6Robert Haas2016-06-09
* Fix btree mark/restore bug.Kevin Grittner2016-06-02
* Fix BTREE_BUILD_STATS build.Tom Lane2016-05-23
* Prevent to use magic constantsTeodor Sigaev2016-04-28
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Avoid pin scan for replay of XLOG_BTREE_VACUUM in all casesSimon Riggs2016-04-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
* Avoid calling PageGetSpecialPointer() on an all-zeros page.Heikki Linnakangas2015-07-27
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix various typos and grammar errors in comments.Andres Freund2015-04-26
* Reduce pinning and buffer content locking for btree scans.Kevin Grittner2015-03-25
* Update copyright for 2015Bruce Momjian2015-01-06
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas2014-07-31
* Avoid copying index tuples when building an index.Robert Haas2014-07-01
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix typos in comment.Heikki Linnakangas2014-04-23
* Fix race condition in B-tree page deletion.Heikki Linnakangas2014-03-14
* Remove unnecessary relcache flushes after changing btree metapages.Tom Lane2014-02-05
* Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane2014-01-14
* Update copyright for 2014Bruce Momjian2014-01-07
* Don't include unused space in LOG_NEWPAGE records.Heikki Linnakangas2013-12-04
* Add buffer_std flag to MarkBufferDirtyHint().Jeff Davis2013-06-17
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-22
* Provide database object names as separate fields in error messages.Tom Lane2013-01-29
* Update copyrights for 2013Bruce Momjian2013-01-01