summaryrefslogtreecommitdiff
path: root/src/backend/access/gist
AgeCommit message (Expand)Author
2024-11-04Fix typo in comment of gistdoinsert().Masahiko Sawada
2024-09-17Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-09-17Add stratnum GiST support functionPeter Eisentraut
2024-09-11Replace gratuitous memmove() with memcpy()Peter Eisentraut
2024-09-10Add amgettreeheight index AM API routinePeter Eisentraut
2024-05-16Revert temporal primary keys and foreign keysPeter Eisentraut
2024-03-25Merge prune, freeze and vacuum WAL record formatsHeikki Linnakangas
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-02-23Introduce a new smgr bulk loading facility.Heikki Linnakangas
2024-01-24Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-01-19Add stratnum GiST support functionPeter Eisentraut
2024-01-03Update copyright for 2024Bruce Momjian
2024-01-02gist: fix typo "split(t)ed" -> "split"Robert Haas
2023-12-08Allow parallel CREATE INDEX for BRIN indexesTomas Vondra
2023-11-25Reuse BrinDesc and BrinRevmap in brininsertTomas Vondra
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-10Add const to values and nulls argumentsPeter Eisentraut
2023-09-26Fix another bug in parent page splitting during GiST index build.Heikki Linnakangas
2023-09-19Fix GiST README's explanation of the NSN cross-check.Heikki Linnakangas
2023-09-05Remove the "snapshot too old" feature.Thomas Munro
2023-08-23ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-02Fix typos in commentsMichael Paquier
2023-04-08Handle logical slot conflicts on standbyAndres Freund
2023-04-08Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro
2023-04-05Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()Andres Freund
2023-04-02Add info in WAL records in preparation for logical slot conflict handlingAndres Freund
2023-04-01Pass down table relation into more index relation functionsAndres Freund
2023-03-29Fix dereference of dangling pointer in GiST index buffering build.Tom Lane
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-02-06Remove useless casts to (void *) in hash_search() callsPeter Eisentraut
2023-01-16Add BufFileRead variants with short read and EOF detectionPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-30Add const to BufFileWritePeter Eisentraut
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-11-17Standardize rmgrdesc recovery conflict XID output.Peter Geoghegan
2022-10-07Remove unnecessary uses of Abs()Peter Eisentraut
2022-09-27Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut
2022-09-21meson: Add initial version of meson based build systemAndres Freund
2022-09-20Suppress variable-set-but-not-used warnings from clang 15.Tom Lane
2022-09-19Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-09-12Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut
2022-09-12Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut
2022-08-26Small refactor to get rid of -Wshadow=compatible-local warningDavid Rowley
2022-08-24Further reduce warnings with -Wshadow=compatible-localDavid Rowley
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-06-16Revert changes in HOT handling of BRIN indexesTomas Vondra
2022-04-04Adjust tuplesort API to have bitwise option flagsDavid Rowley
2022-04-04Improve the generation memory allocatorDavid Rowley