aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtutils.c
Commit message (Expand)AuthorAge
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Revert the addition of GetMaxBackends() and related stuff.Robert Haas2022-04-12
* Add macros in hash and btree AMs to get the special area of their pagesMichael Paquier2022-04-01
* Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas2022-02-08
* Add UNIQUE null treatment optionPeter Eisentraut2022-02-03
* Update copyright for 2022Bruce Momjian2022-01-07
* Remove obsolete nbtree deduplication comments.Peter Geoghegan2021-10-15
* Enable deduplication in system catalog indexes.Peter Geoghegan2021-10-02
* Add back vacuum_cleanup_index_scale_factor parameter.Peter Geoghegan2021-03-11
* Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan2021-03-10
* Update copyright for 2021Bruce Momjian2021-01-02
* Deprecate nbtree's BTP_HAS_GARBAGE flag.Peter Geoghegan2020-11-17
* Add nbtree Valgrind buffer lock checks.Peter Geoghegan2020-07-21
* Final pgindent run with pg_bsd_indent version 2.1.Tom Lane2020-05-16
* Avoid killing btree items that are already deadAlvaro Herrera2020-05-15
* Remove redundant _bt_killitems() buffer check.Peter Geoghegan2020-04-29
* Harmonize nbtree page split point code.Peter Geoghegan2020-04-13
* Remove nbtree BTreeTupleSetAltHeapTID() function.Peter Geoghegan2020-04-07
* Fix nbtree kill_prior_tuple posting list assert.Peter Geoghegan2020-04-06
* Further simplify nbtree high key truncation.Peter Geoghegan2020-03-30
* Refactor nbtree high key truncation.Peter Geoghegan2020-03-30
* Consistently truncate non-key suffix columns.Peter Geoghegan2020-03-30
* Add deduplication to nbtree.Peter Geoghegan2020-02-26
* Add equalimage B-Tree support functions.Peter Geoghegan2020-02-26
* Update copyrights for 2020Bruce Momjian2020-01-01
* Refactor reloption handling for index AMs in-coreMichael Paquier2019-11-25
* Make _bt_keep_natts_fast() use datum_image_eq().Peter Geoghegan2019-11-12
* Add reusable routine for making arrays unique.Thomas Munro2019-11-07
* Remove redundant _bt_truncate() comment paragraph.Peter Geoghegan2019-09-12
* Remove obsolete nbtree page deletion comment.Peter Geoghegan2019-08-27
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Fix typos.Amit Kapila2019-05-26
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Prevent O(N^2) unique index insertion edge case.Peter Geoghegan2019-04-23
* Report progress of CREATE INDEX operationsAlvaro Herrera2019-04-02
* Fix nbtree high key "continuescan" row compare bug.Peter Geoghegan2019-03-31
* Add nbtree high key "continuescan" optimization.Peter Geoghegan2019-03-23
* Consider secondary factors during nbtree splits.Peter Geoghegan2019-03-20
* Make heap TID a tiebreaker nbtree index column.Peter Geoghegan2019-03-20
* Refactor nbtree insertion scankeys.Peter Geoghegan2019-03-20
* Update copyright for 2019Bruce Momjian2019-01-02
* Allow btree comparison functions to return INT_MIN.Tom Lane2018-10-05
* pgindent run prior to branchingAndrew Dunstan2018-06-30
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Adjust INCLUDE index truncation comments and code.Teodor Sigaev2018-04-19
* Fix a few typos in comments and variable names.Heikki Linnakangas2018-04-17
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Change some bogus PageGetLSN calls to BufferGetLSNAtomicAlvaro Herrera2018-01-09
* Update copyright for 2018Bruce Momjian2018-01-02