aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree
Commit message (Expand)AuthorAge
* Fix comments about deduplication updating page.Peter Geoghegan2022-08-05
* Add missing parenthesis to max item size macro.Peter Geoghegan2022-08-05
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Revert changes in HOT handling of BRIN indexesTomas Vondra2022-06-16
* Fix some incorrect preprocessor tests in tuplesort specializationsDavid Rowley2022-05-11
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Revert the addition of GetMaxBackends() and related stuff.Robert Haas2022-04-12
* Make XLogRecGetBlockTag() throw error if there's no such block.Tom Lane2022-04-11
* Suppress "variable 'pagesaving' set but not used" warning.Tom Lane2022-04-06
* Adjust tuplesort API to have bitwise option flagsDavid Rowley2022-04-04
* Specialize tuplesort routines for different kinds of abbreviated keysJohn Naylor2022-04-02
* Add macros in hash and btree AMs to get the special area of their pagesMichael Paquier2022-04-01
* Add new block-by-block strategy for CREATE DATABASE.Robert Haas2022-03-29
* Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas2022-02-08
* Add UNIQUE null treatment optionPeter Eisentraut2022-02-03
* Remove xloginsert.h from xlog.hAlvaro Herrera2022-01-30
* Update copyright for 2022Bruce Momjian2022-01-07
* Standardize cleanup lock terminology.Peter Geoghegan2021-12-08
* Ignore BRIN indexes when checking for HOT udpatesTomas Vondra2021-11-30
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-28
* Fix parallel operations that prevent oldest xmin from advancing.Amit Kapila2021-11-19
* Add hardening to catch invalid TIDs in indexes.Peter Geoghegan2021-11-04
* Remove obsolete nbtree LP_DEAD item comments.Peter Geoghegan2021-10-27
* Fix ordering of items in nbtree error message.Peter Geoghegan2021-10-27
* Further harden nbtree posting split code.Peter Geoghegan2021-10-27
* Remove obsolete nbtree deduplication comments.Peter Geoghegan2021-10-15
* Enable deduplication in system catalog indexes.Peter Geoghegan2021-10-02
* Remove unneeded nbtree latestRemovedXid comments.Peter Geoghegan2021-09-26
* Update obsolete nbtree deletion comments.Peter Geoghegan2021-09-25
* nbtree README: Add note about latestRemovedXid.Peter Geoghegan2021-09-24
* Fix "single value strategy" index deletion issue.Peter Geoghegan2021-09-21
* Remove obsolete nbtree relation extension comment.Peter Geoghegan2021-08-31
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2021-07-12
* Remove dead assignment to local variable.Heikki Linnakangas2021-07-12
* Report sort phase progress in parallel btree buildAlvaro Herrera2021-06-11
* Harden nbtree deduplication posting split code.Peter Geoghegan2021-05-14
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Fix typos and grammar in comments and docsMichael Paquier2021-04-19
* Silence another _bt_check_unique compiler warning.Peter Geoghegan2021-04-08
* Remove tupgone special case from vacuumlazy.c.Peter Geoghegan2021-04-06
* nbtree VACUUM: Cope with buggy opclasses.Peter Geoghegan2021-03-23
* Recycle nbtree pages deleted during same VACUUM.Peter Geoghegan2021-03-21
* Consolidate nbtree VACUUM metapage routines.Peter Geoghegan2021-03-12
* Save a few cycles during nbtree VACUUM.Peter Geoghegan2021-03-11
* 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
* nbtree page deletion: Add leaftopparent assertion.Peter Geoghegan2021-03-02
* Fix nbtree page deletion error messages.Peter Geoghegan2021-03-02
* VACUUM VERBOSE: Count "newly deleted" index pages.Peter Geoghegan2021-02-25
* Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan2021-02-24