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
Commit message (
Expand
)
Author
Age
*
Move generic snapshot related code from tqual.h to snapmgr.h.
Andres Freund
2019-01-21
*
Change snapshot type to be determined by enum rather than callback.
Andres Freund
2019-01-21
*
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Don't duplicate parallel seqscan shmem sizing logic in nbtree.
Andres Freund
2019-01-15
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Make type "name" collation-aware.
Tom Lane
2018-12-19
*
Remove obsolete nbtree duplicate entries comment.
Peter Geoghegan
2018-12-18
*
Correct obsolete nbtree recovery comments.
Peter Geoghegan
2018-12-18
*
Fix spelling errors and typos in comments
Magnus Hagander
2018-11-02
*
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-10-05
*
Reduce path length for locking leaf B-tree pages during insertion
Alexander Korotkov
2018-07-28
*
Fix the buffer release order for parallel index scans.
Amit Kapila
2018-07-27
*
Avoid emitting a bogus WAL record when recycling an all-zero btree page.
Tom Lane
2018-07-09
*
Correct obsolete unique index insertion comment.
Peter Geoghegan
2018-07-08
*
Check for interrupts inside the nbtree page deletion code.
Andres Freund
2018-07-04
*
pgindent run prior to branching
Andrew Dunstan
2018-06-30
*
Remove obsolete comment block in nbtsort.c.
Peter Geoghegan
2018-06-26
*
Increase upper limit for vacuum_cleanup_index_scale_factor
Alexander Korotkov
2018-06-26
*
Move _bt_upgrademetapage() into critical section.
Teodor Sigaev
2018-05-30
*
Various improvements of skipping index scan during vacuum technics
Teodor Sigaev
2018-05-10
*
Don't truncate away non-key attributes for leftmost downlinks.
Teodor Sigaev
2018-05-04
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Fix wrong validation of top-parent pointer during page deletion in Btree.
Teodor Sigaev
2018-04-23
*
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
*
Fix handling of non-upgraded B-tree metapages
Teodor Sigaev
2018-04-05
*
Remove unused vars and mark assert-only vars
Teodor Sigaev
2018-04-05
*
Fix typo
Teodor Sigaev
2018-04-05
*
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
*
Do index FSM vacuuming sooner.
Tom Lane
2018-03-30
*
Optimize btree insertions for common case of increasing values
Andrew Dunstan
2018-03-26
*
Call pgstat_report_activity() in parallel CREATE INDEX workers.
Robert Haas
2018-03-22
*
Remove redundant IndexTupleDSize macro.
Tom Lane
2018-02-28
*
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-07
*
Doc: move info for btree opclass implementors into main documentation.
Tom Lane
2018-02-06
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Change some bogus PageGetLSN calls to BufferGetLSNAtomic
Alvaro Herrera
2018-01-09
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix parallel index scan hang with deleted or half-dead pages.
Robert Haas
2017-12-13
*
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
*
For wal_consistency_checking, mask page checksum as well as page LSN.
Robert Haas
2017-09-22
[next]