aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtinsert.c
Commit message (Expand)AuthorAge
* Fix typos.Amit Kapila2019-05-26
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Remove obsolete nbtree insertion comment.Peter Geoghegan2019-05-15
* Standardize ItemIdData terminology.Peter Geoghegan2019-05-13
* Don't leave behind junk nbtree pages during split.Peter Geoghegan2019-05-13
* Correct more obsolete nbtree page split comments.Peter Geoghegan2019-05-03
* Remove obsolete _bt_insert_parent() comment.Peter Geoghegan2019-04-29
* Prevent O(N^2) unique index insertion edge case.Peter Geoghegan2019-04-23
* Invalidate binary search bounds consistently.Peter Geoghegan2019-04-04
* tableam: Add helper for indexes to check if a corresponding table tuples exist.Andres Freund2019-03-25
* Consider secondary factors during nbtree splits.Peter Geoghegan2019-03-20
* Make heap TID a tiebreaker nbtree index column.Peter Geoghegan2019-03-20
* Refactor nbtree insertion scankeys.Peter Geoghegan2019-03-20
* Correct obsolete nbtree page split comment.Peter Geoghegan2019-03-12
* Correct obsolete nbtree page split WAL comment.Peter Geoghegan2019-03-04
* Remove unneeded argument from _bt_getstackbuf().Peter Geoghegan2019-02-25
* Remove superfluous tqual.h includes.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove obsolete nbtree duplicate entries comment.Peter Geoghegan2018-12-18
* Correct obsolete nbtree recovery comments.Peter Geoghegan2018-12-18
* Reduce path length for locking leaf B-tree pages during insertionAlexander Korotkov2018-07-28
* Correct obsolete unique index insertion comment.Peter Geoghegan2018-07-08
* Move _bt_upgrademetapage() into critical section.Teodor Sigaev2018-05-30
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* 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
* 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
* Optimize btree insertions for common case of increasing valuesAndrew Dunstan2018-03-26
* Remove redundant IndexTupleDSize macro.Tom Lane2018-02-28
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Flag index metapages as standard-format in xlog.c calls.Tom Lane2017-11-03
* 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
* Split index xlog headers from other private index headers.Robert Haas2017-02-14
* Update copyright via script for 2017Bruce Momjian2017-01-03
* pgindent run for 9.6Robert Haas2016-06-09
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Add the "snapshot too old" featureKevin Grittner2016-04-08
* 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