index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
nbtree
/
nbtutils.c
Age
Commit message (
Expand
)
Author
2020-07-21
Add nbtree Valgrind buffer lock checks.
Peter Geoghegan
2020-05-16
Final pgindent run with pg_bsd_indent version 2.1.
Tom Lane
2020-05-15
Avoid killing btree items that are already dead
Alvaro Herrera
2020-04-29
Remove redundant _bt_killitems() buffer check.
Peter Geoghegan
2020-04-13
Harmonize nbtree page split point code.
Peter Geoghegan
2020-04-07
Remove nbtree BTreeTupleSetAltHeapTID() function.
Peter Geoghegan
2020-04-06
Fix nbtree kill_prior_tuple posting list assert.
Peter Geoghegan
2020-03-30
Further simplify nbtree high key truncation.
Peter Geoghegan
2020-03-30
Refactor nbtree high key truncation.
Peter Geoghegan
2020-03-30
Consistently truncate non-key suffix columns.
Peter Geoghegan
2020-02-26
Add deduplication to nbtree.
Peter Geoghegan
2020-02-26
Add equalimage B-Tree support functions.
Peter Geoghegan
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-25
Refactor reloption handling for index AMs in-core
Michael Paquier
2019-11-12
Make _bt_keep_natts_fast() use datum_image_eq().
Peter Geoghegan
2019-11-07
Add reusable routine for making arrays unique.
Thomas Munro
2019-09-12
Remove redundant _bt_truncate() comment paragraph.
Peter Geoghegan
2019-08-27
Remove obsolete nbtree page deletion comment.
Peter Geoghegan
2019-08-13
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-05-26
Fix typos.
Amit Kapila
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-04-23
Prevent O(N^2) unique index insertion edge case.
Peter Geoghegan
2019-04-02
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-03-31
Fix nbtree high key "continuescan" row compare bug.
Peter Geoghegan
2019-03-23
Add nbtree high key "continuescan" optimization.
Peter Geoghegan
2019-03-20
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-01-02
Update copyright for 2019
Bruce Momjian
2018-10-05
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-06-30
pgindent run prior to branching
Andrew Dunstan
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-19
Adjust INCLUDE index truncation comments and code.
Teodor Sigaev
2018-04-17
Fix a few typos in comments and variable names.
Heikki Linnakangas
2018-04-07
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-01-09
Change some bogus PageGetLSN calls to BufferGetLSNAtomic
Alvaro Herrera
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-02-15
btree: Support parallel index scans.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-13
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-04-20
Revert no-op changes to BufferGetPage()
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-03-09
Fix incorrect handling of NULL index entries in indexed ROW() comparisons.
Tom Lane
2016-03-03
Revert buggy optimization of index scans
Simon Riggs
[next]