Don't retreat slot's confirmed_flush LSN.
[postgresql.git] / src / backend / access / gist /
2025-04-28 Melanie PlagemanAdd maintenance_io_concurrency flag to some read stream...
2025-04-04 Heikki LinnakangasRelax assertion in finding correct GiST parent
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 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-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-03 Peter EisentrautIntegrate GistTranslateCompareType() into IndexAmTransl...
2025-02-02 Peter EisentrautConvert strategies to and from compare types
2025-02-01 Peter EisentrautAdd get_opfamily_name() function
2025-02-01 Peter EisentrautRename GistTranslateStratnum() to GistTranslateCompareT...
2025-01-15 Peter EisentrautChange gist stratnum function to use CompareType
2025-01-01 Bruce MomjianUpdate copyright for 2025
2024-12-20 David RowleyIntroduce CompactAttribute array in TupleDesc, take 2
2024-11-28 Peter EisentrautRemove useless casts to (void *)
2024-11-18 Michael PaquierImprove some code format in gist.c
2024-11-07 Michael PaquierRemove an obsolete comment in gistinsert()
2024-11-04 Masahiko SawadaFix typo in comment of gistdoinsert().
2024-09-17 Peter EisentrautAdd temporal PRIMARY KEY and UNIQUE constraints
2024-09-17 Peter EisentrautAdd stratnum GiST support function
2024-09-11 Peter EisentrautReplace gratuitous memmove() with memcpy()
2024-09-10 Peter EisentrautAdd amgettreeheight index AM API routine
2024-05-16 Peter EisentrautRevert temporal primary keys and foreign keys
2024-03-25 Heikki LinnakangasMerge prune, freeze and vacuum WAL record formats
2024-03-04 Peter EisentrautRemove unused #include's from backend .c files
2024-02-23 Heikki LinnakangasIntroduce a new smgr bulk loading facility.
2024-01-24 Peter EisentrautAdd temporal PRIMARY KEY and UNIQUE constraints
2024-01-19 Peter EisentrautAdd stratnum GiST support function
2024-01-04 Bruce MomjianUpdate copyright for 2024
2024-01-02 Robert Haasgist: fix typo "split(t)ed" -> "split"
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-26 Heikki LinnakangasFix another bug in parent page splitting during GiST...
2023-09-19 Heikki LinnakangasFix GiST README's explanation of the NSN cross-check.
2023-09-05 Thomas MunroRemove the "snapshot too old" feature.
2023-08-23 Thomas MunroExtendBufferedWhat -> BufferManagerRelation.
2023-05-19 Tom LanePre-beta mechanical code beautification.
2023-05-02 Michael PaquierFix typos in comments
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-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-29 Tom LaneFix dereference of dangling pointer in GiST index buffe...
2023-03-20 Tomas VondraIgnore BRIN indexes when checking for HOT updates
2023-02-07 Peter EisentrautRemove useless casts to (void *) in arguments of some...
2023-02-06 Peter EisentrautRemove useless casts to (void *) in hash_search() calls
2023-01-16 Peter EisentrautAdd BufFileRead variants with short read and EOF detection
2023-01-02 Bruce MomjianUpdate copyright for 2023
2022-12-30 Peter EisentrautAdd const to BufFileWrite
2022-12-20 Andrew DunstanAdd copyright notices to meson files
2022-11-17 Peter GeogheganStandardize rmgrdesc recovery conflict XID output.
2022-10-07 Peter EisentrautRemove unnecessary uses of Abs()
2022-09-27 Peter EisentrautConvert *GetDatum() and DatumGet*() macros to inline...
2022-09-22 Andres Freundmeson: Add initial version of meson based build system
2022-09-20 Tom LaneSuppress variable-set-but-not-used warnings from clang 15.
2022-09-20 Peter GeogheganHarmonize parameter names in storage and AM code.
2022-09-12 Peter EisentrautRevert "Convert *GetDatum() and DatumGet*() macros...
2022-09-12 Peter EisentrautConvert *GetDatum() and DatumGet*() macros to inline...
2022-08-25 David RowleySmall refactor to get rid of -Wshadow=compatible-local...
2022-08-24 David RowleyFurther reduce warnings with -Wshadow=compatible-local
2022-07-06 Robert HaasChange internal RelFileNode references to RelFileNumber...
2022-06-16 Tomas VondraRevert changes in HOT handling of BRIN indexes
2022-04-04 David RowleyAdjust tuplesort API to have bitwise option flags
2022-04-04 David RowleyImprove the generation memory allocator
2022-04-02 John NaylorSpecialize tuplesort routines for different kinds of...
2022-02-24 Heikki LinnakangasFix data loss on crash after sorted GiST index build.
2022-02-07 Alexander KorotkovReduce non-leaf keys overlap in GiST indexes produced...
2022-01-30 Alvaro HerreraRemove xloginsert.h from xlog.h
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-10-11 Michael PaquierClean up more code using "(expr) ? true : false"
2021-09-08 Michael PaquierClean up some code using "(expr) ? true : false"
2021-07-12 Tom LaneReplace RelationOpenSmgr() with RelationGetSmgr().
2021-06-25 Peter EisentrautRemove redundant variable pageSize in gistinitpage
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-17 Peter EisentrautUse correct format placeholder for block numbers
2021-04-07 Heikki LinnakangasRevert "Add sortsupport for gist_btree opclasses, for...
2021-04-07 Heikki LinnakangasAdd sortsupport for gist_btree opclasses, for faster...
2021-04-07 Michael PaquierRemove redundant memset(0) calls for page init of some...
2021-04-06 Peter GeogheganRemove tupgone special case from vacuumlazy.c.
2021-03-23 Bruce MomjianAdd macro RelationIsPermanent() to report relation...
2021-03-10 Bruce MomjianC comments: improve description of GiST NSN and GistBu...
2021-02-25 Peter GeogheganVACUUM VERBOSE: Count "newly deleted" index pages.
2021-02-25 Peter GeogheganUse full 64-bit XIDs in deleted nbtree pages.
2021-02-13 Bruce MomjianREADME/C-comment: document GiST's NSN value
2021-02-12 Peter GeogheganRemove obsolete IndexBulkDeleteResult stats field.
2021-02-07 Peter GeogheganRename removable xid function for consistency.
2021-01-27 Peter GeogheganFix GiST index deletion assert issue.
2021-01-20 Heikki LinnakangasFix bug in detecting concurrent page splits in GiST...
next