Doc: add pre-branch task to run src/tools/copyright.pl.
[postgresql.git] / src / backend / access / index /
9 days ago Michael PaquierAdd support for runtime arguments in injection points
2025-04-06 Peter EisentrautRelax ordering-related hardcoded btree requirements...
2025-04-04 Peter GeogheganAdd nbtree skip scan optimization.
2025-03-11 Heikki LinnakangasAssert that a snapshot is active or registered before...
2025-03-11 Peter GeogheganShow index search count in EXPLAIN ANALYZE, take 2.
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-21 Peter EisentrautDrop opcintype from index AM strategy translation API
2025-02-02 Peter EisentrautConvert strategies to and from compare types
2025-01-01 Bruce MomjianUpdate copyright for 2025
2024-12-03 Peter EisentrautFix temporary memory leak in system table index scans
2024-10-29 Noah MischUnpin buffer before inplace update waits for an XID...
2024-10-07 Amit KapilaFix fetching default toast value during decoding of...
2024-09-24 Noah MischFor inplace update durability, make heap_update() calle...
2024-09-24 Noah MischFix data loss at inplace update after heap_update().
2024-09-20 Tom LaneImprove Asserts checking relation matching in parallel...
2024-09-12 Peter EisentrautDon't overwrite scan key in systable_beginscan()
2024-08-20 Amit KapilaLog the conflicts while applying changes in logical...
2024-04-19 Tomas VondraAdd missing index_insert_cleanup calls
2024-04-06 Peter GeogheganEnhance nbtree ScalarArrayOp execution.
2024-03-04 Peter EisentrautRemove unused #include's from backend .c files
2024-02-25 Tom LanePromote assertion about !ReindexIsProcessingIndex to...
2024-01-22 Michael PaquierFix some typos
2024-01-18 Michael PaquierAdd try_index_open(), conditional variant of index_open()
2024-01-04 Bruce MomjianUpdate copyright for 2024
2023-11-27 Tomas VondraCheck if ii_AmCache is NULL in aminsertcleanup
2023-11-25 Tomas VondraReuse BrinDesc and BrinRevmap in brininsert
2023-10-10 Peter EisentrautAdd const to values and nulls arguments
2023-03-25 Daniel GustafssonAdd SysCacheGetAttrNotNull for guaranteed not-null...
2023-01-02 Bruce MomjianUpdate copyright for 2023
2022-12-20 Andrew DunstanAdd copyright notices to meson files
2022-12-06 Alexander KorotkovCheck the snapshot argument of index_beginscan and...
2022-11-17 Peter GeogheganStandardize rmgrdesc recovery conflict XID output.
2022-09-22 Andres Freundmeson: Add initial version of meson based build system
2022-01-08 Bruce MomjianUpdate copyright for 2022
2021-11-05 Peter GeogheganAdd hardening to catch invalid TIDs in indexes.
2021-05-12 Tom LaneInitial pgindent and pgperltidy run for v14.
2021-04-19 Michael PaquierFix typos and grammar in comments and docs
2021-04-14 Peter EisentrautImprove quoting in some error messages
2021-04-05 Peter GeogheganSimplify state managed by VACUUM.
2021-01-27 Peter GeogheganFix GiST index deletion assert issue.
2021-01-13 Peter GeogheganEnhance nbtree index tuple deletion.
2021-01-13 Peter GeogheganPass down "logically unchanged index" hint.
2021-01-02 Bruce MomjianUpdate copyright for 2021
2020-08-12 Andres Freundsnapshot scalability: Don't compute global horizons...
2020-08-08 Amit KapilaImplement streaming mode in ReorderBuffer.
2020-08-01 Tom LaneInvent "amadjustmembers" AM method for validating opcla...
2020-05-14 Tom LaneInitial pgindent and pgperltidy run for v13.
2020-03-30 Alexander KorotkovRemove rudiments of supporting procnum == 0 from 911e702077
2020-03-30 Alexander KorotkovImplement operator class parameters
2020-02-26 Peter GeogheganAdd deduplication to nbtree.
2020-01-28 Thomas MunroRemove dependency on HeapTuple from predicate locking...
2020-01-01 Bruce MomjianUpdate copyrights for 2020
2019-12-26 Michael PaquierRevert "Rename files and headers related to index AM"
2019-12-25 Michael PaquierRename files and headers related to index AM
2019-11-21 Peter EisentrautRemove configure --disable-float4-byval
2019-11-05 Andres FreundSplit all OBJS style lines in makefiles into one-line...
2019-09-19 Alexander KorotkovFix freeing old values in index_store_float8_orderby_di...
2019-09-19 Alexander KorotkovImprove handling of NULLs in KNN-GiST and KNN-SP-GiST
2019-09-08 Alexander KorotkovFix handling of NULL distances in KNN-GiST
2019-07-22 Michael PaquierFix inconsistencies and typos in the tree
2019-06-27 Peter EisentrautUpdate comment
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-13 Peter GeogheganStandardize ItemIdData terminology.
2019-03-26 Andres FreundCompute XID horizon for page level index vacuum on...
2019-03-11 Andres Freundtableam: Add and use scan APIs.
2019-01-22 Andres FreundRename RelationData.rd_amroutine to rd_indam.
2019-01-22 Andres FreundMove remaining code from tqual.[ch] to heapam.h / heapa...
2019-01-21 Andres FreundRemove superfluous tqual.h includes.
2019-01-15 Andres FreundDon't include genam.h from execnodes.h and relscan...
2019-01-15 Andres FreundDon't include heapam.h from others headers.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-09-18 Alexander KorotkovAdd support for nearest-neighbor (KNN) searches to...
2018-07-17 Alvaro HerreraRevise BuildIndexValueDescription to simplify it
2018-04-09 Tom LaneFurther cleanup of client dependencies on src/include...
2018-04-07 Teodor SigaevIndexes with INCLUDE columns and their support in B...
2018-01-19 Alvaro HerreraLocal partitioned indexes
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-03-03 Robert HaasImprove error reporting for tuple-routing failures.
2017-02-27 Tom LaneAllow index AMs to return either HeapTuple or IndexTupl...
2017-02-09 Tom LaneAllow index AMs to cache data across aminsert calls...
2017-01-24 Robert HaasExtend index AM API for parallel index scans.
2017-01-17 Peter EisentrautGenerate fmgr prototypes automatically
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-08-13 Tom LaneAdd SQL-accessible functions for inspecting index AM...
2016-04-08 Teodor SigaevRevert CREATE INDEX ... INCLUDING ...
2016-04-08 Teodor SigaevCREATE INDEX ... INCLUDING (column[, ...])
2016-03-24 Alvaro HerreraSupport CREATE ACCESS METHOD
2016-01-22 Tom LaneImprove index AMs' opclass validation procedures.
2016-01-18 Tom LaneRestructure index access method API to hide most of...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-07-28 Joe ConwayPlug RLS related information leak in pg_stats view.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-03-26 Heikki LinnakangasAdd support for index-only scans in GiST.
2015-01-30 Stephen FrostFix BuildIndexValueDescription for expressions
2015-01-28 Stephen FrostFix column-privilege leak in error-message paths
2015-01-06 Bruce MomjianUpdate copyright for 2015
next