index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
nbtree
Commit message (
Expand
)
Author
Age
*
Fix comments about deduplication updating page.
Peter Geoghegan
2022-08-05
*
Add missing parenthesis to max item size macro.
Peter Geoghegan
2022-08-05
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-06-16
*
Fix some incorrect preprocessor tests in tuplesort specializations
David Rowley
2022-05-11
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-12
*
Make XLogRecGetBlockTag() throw error if there's no such block.
Tom Lane
2022-04-11
*
Suppress "variable 'pagesaving' set but not used" warning.
Tom Lane
2022-04-06
*
Adjust tuplesort API to have bitwise option flags
David Rowley
2022-04-04
*
Specialize tuplesort routines for different kinds of abbreviated keys
John Naylor
2022-04-02
*
Add macros in hash and btree AMs to get the special area of their pages
Michael Paquier
2022-04-01
*
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-29
*
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-02-08
*
Add UNIQUE null treatment option
Peter Eisentraut
2022-02-03
*
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-30
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Standardize cleanup lock terminology.
Peter Geoghegan
2021-12-08
*
Ignore BRIN indexes when checking for HOT udpates
Tomas Vondra
2021-11-30
*
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-28
*
Fix parallel operations that prevent oldest xmin from advancing.
Amit Kapila
2021-11-19
*
Add hardening to catch invalid TIDs in indexes.
Peter Geoghegan
2021-11-04
*
Remove obsolete nbtree LP_DEAD item comments.
Peter Geoghegan
2021-10-27
*
Fix ordering of items in nbtree error message.
Peter Geoghegan
2021-10-27
*
Further harden nbtree posting split code.
Peter Geoghegan
2021-10-27
*
Remove obsolete nbtree deduplication comments.
Peter Geoghegan
2021-10-15
*
Enable deduplication in system catalog indexes.
Peter Geoghegan
2021-10-02
*
Remove unneeded nbtree latestRemovedXid comments.
Peter Geoghegan
2021-09-26
*
Update obsolete nbtree deletion comments.
Peter Geoghegan
2021-09-25
*
nbtree README: Add note about latestRemovedXid.
Peter Geoghegan
2021-09-24
*
Fix "single value strategy" index deletion issue.
Peter Geoghegan
2021-09-21
*
Remove obsolete nbtree relation extension comment.
Peter Geoghegan
2021-08-31
*
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-07-12
*
Remove dead assignment to local variable.
Heikki Linnakangas
2021-07-12
*
Report sort phase progress in parallel btree build
Alvaro Herrera
2021-06-11
*
Harden nbtree deduplication posting split code.
Peter Geoghegan
2021-05-14
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Fix typos and grammar in comments and docs
Michael Paquier
2021-04-19
*
Silence another _bt_check_unique compiler warning.
Peter Geoghegan
2021-04-08
*
Remove tupgone special case from vacuumlazy.c.
Peter Geoghegan
2021-04-06
*
nbtree VACUUM: Cope with buggy opclasses.
Peter Geoghegan
2021-03-23
*
Recycle nbtree pages deleted during same VACUUM.
Peter Geoghegan
2021-03-21
*
Consolidate nbtree VACUUM metapage routines.
Peter Geoghegan
2021-03-12
*
Save a few cycles during nbtree VACUUM.
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-03-10
*
nbtree page deletion: Add leaftopparent assertion.
Peter Geoghegan
2021-03-02
*
Fix nbtree page deletion error messages.
Peter Geoghegan
2021-03-02
*
VACUUM VERBOSE: Count "newly deleted" index pages.
Peter Geoghegan
2021-02-25
*
Use full 64-bit XIDs in deleted nbtree pages.
Peter Geoghegan
2021-02-24
[next]