summaryrefslogtreecommitdiff
path: root/src/backend/access/gist
AgeCommit message (Expand)Author
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-06Convert 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-02Pass 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-22meson: 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-20Harmonize 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-25Small 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
2022-04-02Specialize tuplesort routines for different kinds of abbreviated keysJohn Naylor
2022-02-24Fix data loss on crash after sorted GiST index build.Heikki Linnakangas
2022-02-07Reduce non-leaf keys overlap in GiST indexes produced by a sorted buildAlexander Korotkov
2022-01-30Remove xloginsert.h from xlog.hAlvaro Herrera
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-30Ignore BRIN indexes when checking for HOT udpatesTomas Vondra
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-10-11Clean up more code using "(expr) ? true : false"Michael Paquier
2021-09-08Clean up some code using "(expr) ? true : false"Michael Paquier
2021-07-12Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane
2021-06-25Remove redundant variable pageSize in gistinitpagePeter Eisentraut
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-04-19Fix typos and grammar in comments and docsMichael Paquier
2021-04-17Use correct format placeholder for block numbersPeter Eisentraut
2021-04-07Revert "Add sortsupport for gist_btree opclasses, for faster index builds."Heikki Linnakangas
2021-04-07Add sortsupport for gist_btree opclasses, for faster index builds.Heikki Linnakangas
2021-04-07Remove redundant memset(0) calls for page init of some index AMsMichael Paquier
2021-04-06Remove tupgone special case from vacuumlazy.c.Peter Geoghegan
2021-03-23Add macro RelationIsPermanent() to report relation permanenceBruce Momjian
2021-03-10C comments: improve description of GiST NSN and GistBuildLSNBruce Momjian
2021-02-25VACUUM VERBOSE: Count "newly deleted" index pages.Peter Geoghegan
2021-02-25Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan
2021-02-13README/C-comment: document GiST's NSN valueBruce Momjian