index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
nbtree
/
nbtutils.c
Age
Commit message (
Expand
)
Author
2023-04-02
Pass down table relation into more index relation functions
Andres Freund
2023-02-07
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-15
Static assertions cleanup
Peter Eisentraut
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-12
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-01
Add macros in hash and btree AMs to get the special area of their pages
Michael Paquier
2022-02-08
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-02-03
Add UNIQUE null treatment option
Peter Eisentraut
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-10-15
Remove obsolete nbtree deduplication comments.
Peter Geoghegan
2021-10-03
Enable deduplication in system catalog indexes.
Peter Geoghegan
2021-03-11
Add back vacuum_cleanup_index_scale_factor parameter.
Peter Geoghegan
2021-03-11
Don't consider newly inserted tuples in nbtree VACUUM.
Peter Geoghegan
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-17
Deprecate nbtree's BTP_HAS_GARBAGE flag.
Peter Geoghegan
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-30
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-31
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-04-01
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
[next]