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
*
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
*
Detect SSI conflicts before reporting constraint violations
Kevin Grittner
2016-04-07
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Reduce pinning and buffer content locking for btree scans.
Kevin Grittner
2015-03-25
*
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-28
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
Remove dead InRecovery check.
Heikki Linnakangas
2014-09-11
*
Fix backup-block numbering in redo of b-tree split.
Heikki Linnakangas
2014-05-19
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update obsolete comments.
Heikki Linnakangas
2014-04-23
*
Fix bug in the new B-tree incomplete-split code.
Heikki Linnakangas
2014-04-22
*
Avoid allocations in critical sections.
Heikki Linnakangas
2014-04-04
*
Fix bug in the new B-tree incomplete-split code.
Heikki Linnakangas
2014-04-01
*
Setup error context callback for transaction lock waits
Alvaro Herrera
2014-03-19
[next]