aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree
Commit message (Expand)AuthorAge
* Allow btree comparison functions to return INT_MIN.Tom Lane2018-10-05
* Fix the buffer release order for parallel index scans.Amit Kapila2018-07-27
* Avoid emitting a bogus WAL record when recycling an all-zero btree page.Tom Lane2018-07-09
* Check for interrupts inside the nbtree page deletion code.Andres Freund2018-07-04
* pgindent run prior to branchingAndrew Dunstan2018-06-30
* Remove obsolete comment block in nbtsort.c.Peter Geoghegan2018-06-26
* Increase upper limit for vacuum_cleanup_index_scale_factorAlexander Korotkov2018-06-26
* Move _bt_upgrademetapage() into critical section.Teodor Sigaev2018-05-30
* Various improvements of skipping index scan during vacuum technicsTeodor Sigaev2018-05-10
* Don't truncate away non-key attributes for leftmost downlinks.Teodor Sigaev2018-05-04
* 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
* Adjust _bt_insertonpg() commentsTeodor Sigaev2018-04-19
* Adjust INCLUDE index truncation comments and code.Teodor Sigaev2018-04-19
* Fix a few typos in comments and variable names.Heikki Linnakangas2018-04-17
* minor comment fixes in nbtinsert.cAndrew Dunstan2018-04-10
* Adjustments to the btree fastpath optimization.Andrew Dunstan2018-04-10
* Fix comment on B-tree insertion fastpath condition.Heikki Linnakangas2018-04-10
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Fix handling of non-upgraded B-tree metapagesTeodor Sigaev2018-04-05
* Remove unused vars and mark assert-only varsTeodor Sigaev2018-04-05
* Fix typoTeodor Sigaev2018-04-05
* Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev2018-04-04
* Fix a boatload of typos in C comments.Tom Lane2018-04-01
* Do index FSM vacuuming sooner.Tom Lane2018-03-30
* Optimize btree insertions for common case of increasing valuesAndrew Dunstan2018-03-26
* Call pgstat_report_activity() in parallel CREATE INDEX workers.Robert Haas2018-03-22
* Remove redundant IndexTupleDSize macro.Tom Lane2018-02-28
* Support all SQL:2011 options for window frame clauses.Tom Lane2018-02-07
* Doc: move info for btree opclass implementors into main documentation.Tom Lane2018-02-06
* Support parallel btree index builds.Robert Haas2018-02-02
* Change some bogus PageGetLSN calls to BufferGetLSNAtomicAlvaro Herrera2018-01-09
* Update copyright for 2018Bruce Momjian2018-01-02
* Fix parallel index scan hang with deleted or half-dead pages.Robert Haas2017-12-13
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Flag index metapages as standard-format in xlog.c calls.Tom Lane2017-11-03
* For wal_consistency_checking, mask page checksum as well as page LSN.Robert Haas2017-09-22
* Minor code-cleanliness improvements for btree.Tom Lane2017-09-18
* Remove dedicated B-tree root-split record types.Heikki Linnakangas2017-08-16
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Fix wording in amvalidate error messagesAlvaro Herrera2017-05-30
* 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
* 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
* Move comment about test slightly closer to test.Robert Haas2017-01-31