summaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree
Commit message (Expand)AuthorAgeFilesLines
* Fix comments about deduplication updating page.Peter Geoghegan2022-08-051-3/+4
* Add missing parenthesis to max item size macro.Peter Geoghegan2022-08-051-0/+3
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-064-7/+7
* Revert changes in HOT handling of BRIN indexesTomas Vondra2022-06-161-1/+0
* Fix some incorrect preprocessor tests in tuplesort specializationsDavid Rowley2022-05-111-2/+2
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-132-4/+0
* Revert the addition of GetMaxBackends() and related stuff.Robert Haas2022-04-121-2/+2
* Make XLogRecGetBlockTag() throw error if there's no such block.Tom Lane2022-04-111-1/+1
* Suppress "variable 'pagesaving' set but not used" warning.Tom Lane2022-04-061-1/+1
* Adjust tuplesort API to have bitwise option flagsDavid Rowley2022-04-041-3/+3
* Specialize tuplesort routines for different kinds of abbreviated keysJohn Naylor2022-04-021-15/+7
* Add macros in hash and btree AMs to get the special area of their pagesMichael Paquier2022-04-019-100/+100
* Add new block-by-block strategy for CREATE DATABASE.Robert Haas2022-03-291-1/+1
* Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas2022-02-081-2/+2
* Add UNIQUE null treatment optionPeter Eisentraut2022-02-033-5/+23
* Remove xloginsert.h from xlog.hAlvaro Herrera2022-01-302-0/+2
* Update copyright for 2022Bruce Momjian2022-01-0711-11/+11
* Standardize cleanup lock terminology.Peter Geoghegan2021-12-084-85/+97
* Ignore BRIN indexes when checking for HOT udpatesTomas Vondra2021-11-301-0/+1
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-281-1/+2
* Fix parallel operations that prevent oldest xmin from advancing.Amit Kapila2021-11-191-0/+7
* Add hardening to catch invalid TIDs in indexes.Peter Geoghegan2021-11-042-0/+4
* Remove obsolete nbtree LP_DEAD item comments.Peter Geoghegan2021-10-271-3/+0
* Fix ordering of items in nbtree error message.Peter Geoghegan2021-10-271-1/+1
* Further harden nbtree posting split code.Peter Geoghegan2021-10-272-2/+38
* Remove obsolete nbtree deduplication comments.Peter Geoghegan2021-10-151-5/+1
* Enable deduplication in system catalog indexes.Peter Geoghegan2021-10-021-12/+0
* Remove unneeded nbtree latestRemovedXid comments.Peter Geoghegan2021-09-261-26/+1
* Update obsolete nbtree deletion comments.Peter Geoghegan2021-09-251-2/+2
* nbtree README: Add note about latestRemovedXid.Peter Geoghegan2021-09-241-18/+27
* Fix "single value strategy" index deletion issue.Peter Geoghegan2021-09-212-20/+18
* Remove obsolete nbtree relation extension comment.Peter Geoghegan2021-08-311-5/+4
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2021-07-122-13/+7
* Remove dead assignment to local variable.Heikki Linnakangas2021-07-121-1/+0
* Report sort phase progress in parallel btree buildAlvaro Herrera2021-06-111-7/+10
* Harden nbtree deduplication posting split code.Peter Geoghegan2021-05-141-1/+13
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-122-17/+17
* Fix typos and grammar in comments and docsMichael Paquier2021-04-191-2/+2
* Silence another _bt_check_unique compiler warning.Peter Geoghegan2021-04-081-1/+1
* Remove tupgone special case from vacuumlazy.c.Peter Geoghegan2021-04-061-4/+4
* nbtree VACUUM: Cope with buggy opclasses.Peter Geoghegan2021-03-231-1/+17
* Recycle nbtree pages deleted during same VACUUM.Peter Geoghegan2021-03-213-20/+235
* Consolidate nbtree VACUUM metapage routines.Peter Geoghegan2021-03-122-69/+60
* Save a few cycles during nbtree VACUUM.Peter Geoghegan2021-03-111-9/+5
* Add back vacuum_cleanup_index_scale_factor parameter.Peter Geoghegan2021-03-111-0/+2
* Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan2021-03-105-82/+35
* nbtree page deletion: Add leaftopparent assertion.Peter Geoghegan2021-03-022-1/+4
* Fix nbtree page deletion error messages.Peter Geoghegan2021-03-021-6/+7
* VACUUM VERBOSE: Count "newly deleted" index pages.Peter Geoghegan2021-02-252-45/+42
* Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan2021-02-246-264/+299