Don't retreat slot's confirmed_flush LSN.
[postgresql.git] / src / backend / access / nbtree /
11 days ago Peter GeogheganPrevent premature nbtree array advancement.
11 days ago Peter Geoghegannbtree: tighten up array recheck rules.
2025-05-02 Peter GeogheganAvoid treating nonrequired nbtree keys as required.
2025-05-01 Peter GeogheganAdjust overstrong nbtree skip array assertion.
2025-04-28 Melanie PlagemanAdd maintenance_io_concurrency flag to some read stream...
2025-04-28 Peter GeogheganFix obsolete nbtree array advancement comment.
2025-04-28 Peter GeogheganMake NULL tuple values always advance skip arrays.
2025-04-20 David RowleyFix a few duplicate words in comments
2025-04-19 Michael PaquierFix typos and grammar in the code
2025-04-04 Peter GeogheganAvoid extra index searches through preprocessing.
2025-04-04 Peter GeogheganImprove nbtree skip scan primitive scan scheduling.
2025-04-04 Peter GeogheganFurther optimize nbtree search scan key comparisons.
2025-04-04 Peter GeogheganAdd nbtree skip scan optimization.
2025-04-03 Melanie PlagemanRemove misleading read stream asserts in a few users
2025-03-30 Andres Freundread_stream: Introduce and use optional batchmode support
2025-03-22 Peter GeogheganImprove nbtree array primitive scan scheduling.
2025-03-21 Melanie PlagemanAssorted trivial cleanup of c5c239e26e
2025-03-21 Melanie PlagemanUse streaming read I/O in btree vacuuming
2025-03-14 Peter EisentrautSimplify and generalize PrepareSortSupportFromIndexRel()
2025-03-11 Peter Geoghegannbtree: Make BTMaxItemSize into object-like macro.
2025-03-11 Peter GeogheganShow index search count in EXPLAIN ANALYZE, take 2.
2025-03-08 Peter GeogheganMake parallel nbtree index scans use an LWLock.
2025-03-07 Peter Geoghegannbtree: refine _bt_readnextpage contract comments.
2025-03-07 Peter EisentrautRename amcancrosscompare
2025-03-05 Peter GeogheganRevert "Show index search count in EXPLAIN ANALYZE."
2025-03-05 Peter GeogheganShow index search count in EXPLAIN ANALYZE.
2025-02-27 Peter EisentrautGeneralize hash and ordering support in amapi
2025-02-21 Peter EisentrautDrop opcintype from index AM strategy translation API
2025-02-13 Peter EisentrautRemove unnecessary (char *) casts [xlog]
2025-02-11 Nathan BossartAdd is_analyze parameter to vacuum_delay_point().
2025-02-02 Peter EisentrautConvert strategies to and from compare types
2025-02-01 Peter EisentrautAdd get_opfamily_name() function
2025-01-31 Tom LaneGet rid of our dependency on type "long" for memory...
2025-01-16 Peter GeogheganFix nbtree contradictory array element comment.
2025-01-13 Peter GeogheganMove nbtree preprocessing into new .c file.
2025-01-10 Peter GeogheganFix obsolete nbtree README left link remarks.
2025-01-07 Peter GeogheganImprove nbtree unsatisfiable RowCompare detection.
2025-01-07 Peter Geoghegannbtree: Simplify _bt_first parallel scan handling.
2025-01-01 David RowleyFix an assortment of spelling mistakes and typos
2025-01-01 Bruce MomjianUpdate copyright for 2025
2024-12-24 Peter GeogheganFix nbtree symbol name comment reference.
2024-12-24 Peter EisentrautRemove pgrminclude annotations
2024-12-23 Peter GeogheganReset btpo_cycleid in nbtree VACUUM's REDO routine.
2024-12-20 David RowleyIntroduce CompactAttribute array in TupleDesc, take 2
2024-12-19 Peter GeogheganAvoid nbtree index scan SAOP scanBehind confusion.
2024-11-28 Peter EisentrautRemove useless casts to (void *)
2024-11-27 Peter EisentrautImprove slightly misleading internal error message
2024-11-20 Peter GeogheganRefine nbtree = redundancy preprocessing comment.
2024-11-18 Peter Geoghegannbtree: consistently use minoff variable.
2024-11-13 Peter GeogheganAdd nbtree amgettuple return item function.
2024-11-13 Peter GeogheganFix obsolete nbtree page reuse FSM comment.
2024-11-08 Peter GeogheganAssert consistency of currPage that ended scan.
2024-11-08 Peter GeogheganAvoid nbtree parallel scan currPos confusion.
2024-11-04 Peter GeogheganFix obsolete _bt_first comments.
2024-11-04 Peter Geoghegannbtree: Remove useless 'strat' local variable.
2024-11-04 Peter GeogheganClarify nbtree parallel scan _bt_endpoint contract.
2024-11-01 Peter GeogheganClarify nbtree array preprocessing comment.
2024-10-30 Peter Geoghegannbtree: assert no scheduled primscan between pages.
2024-10-30 Peter GeogheganClarify nbtree array exhaustion comments.
2024-10-30 Peter GeogheganFix bug in nbtree array primitive scan scheduling.
2024-10-28 Peter Geoghegannbtree: Minor sibling link traversal tweaks.
2024-10-27 Peter GeogheganFix obsolete nbtree split buffer comment.
2024-10-27 Peter EisentrautRemove unused #include's from backend .c files
2024-10-18 Peter GeogheganOptimize nbtree backwards scans.
2024-10-16 Peter Geoghegannbtree: fix read page recheck typo.
2024-10-16 Peter GeogheganNormalize nbtree truncated high key array behavior.
2024-09-29 Michael PaquierSet query ID in parallel workers for vacuum, BRIN and...
2024-09-24 Peter GeogheganUpdate obsolete nbtree array preprocessing comments.
2024-09-21 Peter GeogheganRefactor handling of nbtree array redundancies.
2024-09-20 Peter GeogheganFix nbtree pgstats accounting with parallel scans.
2024-09-17 Peter GeogheganAvoid parallel nbtree index scan hangs with SAOPs.
2024-09-11 Peter EisentrautReplace gratuitous memmove() with memcpy()
2024-09-10 Peter EisentrautAdd amgettreeheight index AM API routine
2024-08-26 Peter GeogheganFix nbtree lookahead overflow bug.
2024-08-12 Peter GeogheganGive nbtree move right function internal linkage.
2024-08-11 Peter GeogheganAvoid unneeded nbtree backwards scan buffer locks.
2024-06-26 Peter GeogheganFix nbtree array unsatisfied inequality check.
2024-04-22 Peter GeogheganRemove unneeded nbtree array preprocessing assert.
2024-04-22 Peter GeogheganRemove overzealous array element type assertion.
2024-04-18 Daniel GustafssonFix typos and duplicate words
2024-04-18 Peter GeogheganDon't try to fix eliminated nbtree array scan keys.
2024-04-16 Peter GeogheganFix nbtree "deduce NOT NULL" scan key comment.
2024-04-08 Peter GeogheganRemove redundant nbtree preprocessing assertions.
2024-04-07 Peter GeogheganAvoid extra lookups with nbtree array inequalities.
2024-04-06 Peter GeogheganEnhance nbtree ScalarArrayOp execution.
2024-03-22 Alexander KorotkovFix an oversight in refactoring in 06b10f80ba4.
2024-03-11 Peter GeogheganUpdate obsolete index scan TID comments.
2024-03-04 Peter EisentrautRemove unused #include's from backend .c files
2024-02-23 Heikki LinnakangasIntroduce a new smgr bulk loading facility.
2024-02-16 Nathan BossartUse new overflow-safe integer comparison functions.
2024-01-04 Bruce MomjianUpdate copyright for 2024
2024-01-02 Robert HaasFix typos in comments and in one isolation test.
2023-12-27 Alexander KorotkovImprovements and fixes for e0b1ee17dc
2023-12-27 Alexander KorotkovRemove BTScanOpaqueData.firstPage
2023-12-08 Peter GeogheganFix nbtree backward scan race condition comments.
2023-12-08 Peter GeogheganOptimize nbtree backward scan boundary cases.
2023-12-08 Tomas VondraAllow parallel CREATE INDEX for BRIN indexes
2023-11-25 Tomas VondraReuse BrinDesc and BrinRevmap in brininsert
2023-10-26 Peter EisentrautAdd trailing commas to enum definitions
2023-10-09 Amit KapilaRemove duplicate words in docs and code comments.
next