summaryrefslogtreecommitdiff
path: root/src/backend/access/gin
AgeCommit message (Expand)Author
2025-05-09Add support for runtime arguments in injection pointsMichael Paquier
2025-05-02Fix memory leak in _gin_parallel_mergeTomas Vondra
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-04-12Fix GIN's shimTriConsistentFn to not corrupt its input.Tom Lane
2025-04-12Harmonize function parameter names for Postgres 18.Peter Geoghegan
2025-04-01Remove a stray "pgrminclude" annotationPeter Eisentraut
2025-03-29Fix grammar in GIN READMETomas Vondra
2025-03-15Separate TBM[Shared|Private]Iterator and TBMIterateResultMelanie Plageman
2025-03-11Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan
2025-03-07Rename amcancrosscomparePeter Eisentraut
2025-03-06Fix some performance issues in GIN query startup.Tom Lane
2025-03-05Revert "Show index search count in EXPLAIN ANALYZE."Peter Geoghegan
2025-03-05Show index search count in EXPLAIN ANALYZE.Peter Geoghegan
2025-03-04Enforce memory limit during parallel GIN buildsTomas Vondra
2025-03-04Compress TID lists when writing GIN tuples to diskTomas Vondra
2025-03-03Allow parallel CREATE INDEX for GIN indexesTomas Vondra
2025-02-27Generalize hash and ordering support in amapiPeter Eisentraut
2025-02-24Delay extraction of TIDBitmap per page offsetsMelanie Plageman
2025-02-24Add lossy indicator to TBMIterateResultMelanie Plageman
2025-02-13Remove unnecessary (char *) casts [xlog]Peter Eisentraut
2025-02-11Add is_analyze parameter to vacuum_delay_point().Nathan Bossart
2025-02-01Add get_opfamily_name() functionPeter Eisentraut
2025-01-31Get rid of our dependency on type "long" for memory size calculations.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-20Introduce CompactAttribute array in TupleDesc, take 2David Rowley
2024-12-18Add common interface for TBMIteratorsMelanie Plageman
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-10-27Remove unused #include's from backend .c filesPeter Eisentraut
2024-09-11Replace gratuitous memmove() with memcpy()Peter Eisentraut
2024-09-10Add amgettreeheight index AM API routinePeter Eisentraut
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-03-04Use MyBackendType in more places to check what process this isHeikki Linnakangas
2024-01-29Fix locking when fixing an incomplete split of a GIN internal pageHeikki Linnakangas
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-08Allow parallel CREATE INDEX for BRIN indexesTomas Vondra
2023-11-25Reuse BrinDesc and BrinRevmap in brininsertTomas Vondra
2023-11-15Retire MemoryContextResetAndDeleteChildren() macro.Nathan Bossart
2023-11-13Don't release index root page pin in ginFindParents().Tom Lane
2023-10-30Diagnose !indisvalid in more SQL functions.Noah Misch
2023-10-24Assert that buffers are marked dirty before XLogRegisterBuffer().Jeff Davis
2023-09-08Remove some more "snapshot too old" vestiges.Thomas Munro
2023-09-05Remove the "snapshot too old" feature.Thomas Munro
2023-08-23ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro
2023-07-03Fix race in SSI interaction with gin fast path.Thomas Munro
2023-04-06Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()Andres Freund
2023-03-20Ignore BRIN indexes when checking for HOT updatesTomas Vondra
2023-02-07Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian