aio: Fix possible state confusions due to interrupt processing
[postgresql.git] / src / backend / access / spgist /
2025-04-28 Melanie PlagemanAdd maintenance_io_concurrency flag to some read stream...
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-21 Melanie PlagemanUse streaming read I/O in SP-GiST vacuuming
2025-03-11 Peter GeogheganShow index search count in EXPLAIN ANALYZE, take 2.
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-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-29 John NaylorFix grammatical typos around possessive "its"
2025-01-01 Bruce MomjianUpdate copyright for 2025
2024-12-20 David RowleyIntroduce CompactAttribute array in TupleDesc, take 2
2024-12-03 David RowleyRevert "Introduce CompactAttribute array in TupleDesc"
2024-12-03 David RowleyIntroduce CompactAttribute array in TupleDesc
2024-11-28 Peter EisentrautRemove useless casts to (void *)
2024-09-11 Peter EisentrautReplace gratuitous memmove() with memcpy()
2024-09-10 Peter EisentrautAdd amgettreeheight index AM API routine
2024-09-04 Jeff DavisRemove lc_collate_is_c().
2024-06-17 Tom LaneFix insertion of SP-GiST REDIRECT tuples during REINDEX...
2024-03-13 Peter EisentrautMake the order of the header file includes consistent
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
2023-12-21 Tom LaneAvoid trying to fetch metapage of an SPGist partitioned...
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-10 Peter EisentrautAdd const to values and nulls arguments
2023-09-08 Thomas MunroRemove some more "snapshot too old" vestiges.
2023-09-05 Thomas MunroRemove the "snapshot too old" feature.
2023-08-23 Heikki LinnakangasUse the buffer cache when initializing an unlogged...
2023-08-23 Thomas MunroExtendBufferedWhat -> BufferManagerRelation.
2023-05-19 Tom LanePre-beta mechanical code beautification.
2023-04-08 Andres FreundHandle logical slot conflicts on standby
2023-04-08 Thomas MunroIntroduce PG_IO_ALIGN_SIZE and align all I/O buffers.
2023-04-06 Andres FreundConvert many uses of ReadBuffer[Extended](P_NEW) to...
2023-04-03 Peter GeogheganMake SP-GiST redirect cleanup more aggressive.
2023-04-02 Andres FreundAdd info in WAL records in preparation for logical...
2023-04-02 Andres FreundPass down table relation into more index relation functions
2023-03-20 Tomas VondraIgnore BRIN indexes when checking for HOT updates
2023-02-27 Peter EisentrautUpdate types in smgr API
2023-01-10 Peter EisentrautNew header varatt.h split off from postgres.h
2023-01-03 Michael PaquierFix typos in comments, code and documentation
2023-01-02 Bruce MomjianUpdate copyright for 2023
2022-12-20 Andrew DunstanAdd copyright notices to meson files
2022-11-17 Peter GeogheganStandardize rmgrdesc recovery conflict XID output.
2022-09-22 Andres Freundmeson: Add initial version of meson based build system
2022-08-24 David RowleyFurther -Wshadow=compatible-local warning fixes
2022-07-06 Robert HaasChange internal RelFileNode references to RelFileNumber...
2022-06-16 Tomas VondraRevert changes in HOT handling of BRIN indexes
2022-04-13 Alvaro HerreraRemove extraneous blank lines before block-closing...
2022-01-08 Bruce MomjianUpdate copyright for 2022
2021-11-30 Tomas VondraIgnore BRIN indexes when checking for HOT udpates
2021-11-29 Tom LaneReplace random(), pg_erand48(), etc with a better PRNG...
2021-11-20 Tom LaneFix SP-GiST scan initialization logic for binary-compat...
2021-08-27 Tom LaneCount SP-GiST index scans in pg_stat statistics.
2021-08-08 Peter EisentrautRemove some unnecessary casts in format arguments
2021-07-12 Tom LaneReplace RelationOpenSmgr() with RelationGetSmgr().
2021-05-23 Tom LaneRe-order pg_attribute columns to eliminate some padding...
2021-05-14 Tom LanePrevent infinite insertion loops in spgdoinsert().
2021-05-14 Tom LaneFix query-cancel handling in spgdoinsert().
2021-04-07 Michael PaquierRemove redundant memset(0) calls for page init of some...
2021-04-05 Tom LaneSupport INCLUDE'd columns in SP-GiST.
2021-04-04 Tom LaneFix more confusion in SP-GiST.
2021-04-04 Tom LaneFix confusion in SP-GiST between attribute type and...
2021-04-01 Tom LaneRethink handling of pass-by-value leaf datums in SP...
2021-02-25 Peter GeogheganVACUUM VERBOSE: Count "newly deleted" index pages.
2021-01-13 Peter GeogheganPass down "logically unchanged index" hint.
2021-01-02 Bruce MomjianUpdate copyright for 2021
2020-11-23 Tom LaneRename the "point is strictly above/below point" compar...
2020-08-12 Andres Freundsnapshot scalability: Don't compute global horizons...
2020-08-01 Tom LaneInvent "amadjustmembers" AM method for validating opcla...
2020-06-20 Alexander KorotkovFix masking of SP-GiST pages during xlog consistency...
2020-05-14 Tom LaneInitial pgindent and pgperltidy run for v13.
2020-03-30 Alexander KorotkovFix missing SP-GiST support in 911e702077
2020-03-30 Alexander KorotkovImplement operator class parameters
2020-01-30 Alvaro HerreraClean up newlines following left parentheses
2020-01-15 Amit KapilaIntroduce IndexAM fields for parallel vacuum.
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-25 Michael PaquierRefactor reloption handling for index AMs in-core
2019-11-12 Amit KapilaMake the order of the header file includes consistent...
2019-11-08 Andres FreundPass ItemPointer not HeapTuple to IndexBuildCallback.
2019-11-05 Andres FreundSplit all OBJS style lines in makefiles into one-line...
2019-09-24 Alexander KorotkovFix bug in pairingheap_SpGistSearchItem_cmp()
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-29 Michael PaquierFix inconsistencies and typos in the tree
2019-07-22 Michael PaquierFix inconsistencies and typos in the tree
2019-07-16 Michael PaquierFix inconsistencies and typos in the tree
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-05-13 Peter GeogheganStandardize ItemIdData terminology.
2019-04-03 Heikki LinnakangasGenerate less WAL during GiST, GIN and SP-GiST index...
2019-04-02 Alvaro HerreraReport progress of CREATE INDEX operations
next