index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
nbtree
/
nbtinsert.c
Commit message (
Expand
)
Author
Age
*
Fix typos.
Amit Kapila
2019-05-26
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Remove obsolete nbtree insertion comment.
Peter Geoghegan
2019-05-15
*
Standardize ItemIdData terminology.
Peter Geoghegan
2019-05-13
*
Don't leave behind junk nbtree pages during split.
Peter Geoghegan
2019-05-13
*
Correct more obsolete nbtree page split comments.
Peter Geoghegan
2019-05-03
*
Remove obsolete _bt_insert_parent() comment.
Peter Geoghegan
2019-04-29
*
Prevent O(N^2) unique index insertion edge case.
Peter Geoghegan
2019-04-23
*
Invalidate binary search bounds consistently.
Peter Geoghegan
2019-04-04
*
tableam: Add helper for indexes to check if a corresponding table tuples exist.
Andres Freund
2019-03-25
*
Consider secondary factors during nbtree splits.
Peter Geoghegan
2019-03-20
*
Make heap TID a tiebreaker nbtree index column.
Peter Geoghegan
2019-03-20
*
Refactor nbtree insertion scankeys.
Peter Geoghegan
2019-03-20
*
Correct obsolete nbtree page split comment.
Peter Geoghegan
2019-03-12
*
Correct obsolete nbtree page split WAL comment.
Peter Geoghegan
2019-03-04
*
Remove unneeded argument from _bt_getstackbuf().
Peter Geoghegan
2019-02-25
*
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove obsolete nbtree duplicate entries comment.
Peter Geoghegan
2018-12-18
*
Correct obsolete nbtree recovery comments.
Peter Geoghegan
2018-12-18
*
Reduce path length for locking leaf B-tree pages during insertion
Alexander Korotkov
2018-07-28
*
Correct obsolete unique index insertion comment.
Peter Geoghegan
2018-07-08
*
Move _bt_upgrademetapage() into critical section.
Teodor Sigaev
2018-05-30
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Adjust _bt_insertonpg() comments
Teodor Sigaev
2018-04-19
*
Adjust INCLUDE index truncation comments and code.
Teodor Sigaev
2018-04-19
*
Fix a few typos in comments and variable names.
Heikki Linnakangas
2018-04-17
*
minor comment fixes in nbtinsert.c
Andrew Dunstan
2018-04-10
*
Adjustments to the btree fastpath optimization.
Andrew Dunstan
2018-04-10
*
Fix comment on B-tree insertion fastpath condition.
Heikki Linnakangas
2018-04-10
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Skip full index scan during cleanup of B-tree indexes when possible
Teodor Sigaev
2018-04-04
*
Fix a boatload of typos in C comments.
Tom Lane
2018-04-01
*
Optimize btree insertions for common case of increasing values
Andrew Dunstan
2018-03-26
*
Remove redundant IndexTupleDSize macro.
Tom Lane
2018-02-28
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Flag index metapages as standard-format in xlog.c calls.
Tom Lane
2017-11-03
*
Remove dedicated B-tree root-split record types.
Heikki Linnakangas
2017-08-16
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Split index xlog headers from other private index headers.
Robert Haas
2017-02-14
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
[next]