summaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in commentsMichael Paquier2023-05-021-1/+1
* Remove useless argument from nbtree dedup function.Peter Geoghegan2023-04-182-4/+4
* Handle logical slot conflicts on standbyAndres Freund2023-04-081-0/+2
* Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro2023-04-082-4/+6
* Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()Andres Freund2023-04-052-25/+12
* Recycle deleted nbtree pages more aggressively.Peter Geoghegan2023-04-032-4/+6
* Add info in WAL records in preparation for logical slot conflict handlingAndres Freund2023-04-021-0/+2
* Pass down table relation into more index relation functionsAndres Freund2023-04-016-123/+140
* Ignore BRIN indexes when checking for HOT updatesTomas Vondra2023-03-201-0/+1
* Update types in smgr APIPeter Eisentraut2023-02-272-4/+4
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-071-2/+2
* Update copyright for 2023Bruce Momjian2023-01-0212-12/+12
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Static assertions cleanupPeter Eisentraut2022-12-151-7/+0
* Standardize rmgrdesc recovery conflict XID output.Peter Geoghegan2022-11-173-21/+23
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-281-1/+1
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+13
* 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