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
*
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-10-05
*
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
*
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
*
Minor code-cleanliness improvements for btree.
Tom Lane
2017-09-18
*
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
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Fix wording in amvalidate error messages
Alvaro Herrera
2017-05-30
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-15
*
btree: Support parallel index scans.
Robert Haas
2017-02-15
*
Split index xlog headers from other private index headers.
Robert Haas
2017-02-14
*
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-02-09
*
Add WAL consistency checking facility.
Robert Haas
2017-02-08
*
Move comment about test slightly closer to test.
Robert Haas
2017-01-31
[next]