summaryrefslogtreecommitdiff
path: root/src/backend/access/gin/ginfast.c
AgeCommit message (Expand)Author
2025-02-13Remove unnecessary (char *) casts [xlog]Peter Eisentraut
2025-02-11Add is_analyze parameter to vacuum_delay_point().Nathan Bossart
2025-01-31Get rid of our dependency on type "long" for memory size calculations.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
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-04Update copyright for 2024Bruce Momjian
2023-10-30Diagnose !indisvalid in more SQL functions.Noah Misch
2023-10-24Assert that buffers are marked dirty before XLogRegisterBuffer().Jeff Davis
2023-07-03Fix race in SSI interaction with gin fast path.Thomas Munro
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-13Refactor ownercheck functionsPeter Eisentraut
2022-10-13Fix ordering issue with WAL operations in GIN fast insert pathMichael Paquier
2022-09-12Assorted examples of expanded type-safer palloc/pg_malloc APIPeter Eisentraut
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-04-08Modify additional power 2 calculations to use new helper functionsDavid Rowley
2020-01-28Remove dependency on HeapTuple from predicate locking functions.Thomas Munro
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2019-04-04Make queries' locking of indexes more consistent.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-19Small improvements for allocation logic in ginHeapTupleFastCollect().Tom Lane
2018-09-01Avoid using potentially-under-aligned page buffers.Tom Lane
2018-06-30pgindent run prior to branchingAndrew Dunstan
2018-05-04Re-think predicate locking on GIN indexes.Teodor Sigaev
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-16Fix broken cleanup interlock for GIN pending list.Robert Haas
2017-11-02Set the metapage's pd_lower correctly in brin, gin, and spgist indexes.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-02-14Split index xlog headers from other private index headers.Robert Haas
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-04-28Prevent multiple cleanup process for pending list in GIN.Teodor Sigaev
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-01-30Fix whitespacePeter Eisentraut
2016-01-28Add gin_clean_pending_list function to clean up GIN pending listFujii Masao
2016-01-21Remove unused argument from ginInsertCleanup()Fujii Masao
2016-01-02Update copyright for 2016Bruce Momjian
2015-09-23Allow autoanalyze to add pages deleted from pending list to FSMTeodor Sigaev
2015-09-07Make GIN's cleanup pending list process interruptableTeodor Sigaev
2015-09-07Add pages deleted from pending list to FSMTeodor Sigaev
2015-09-05Fix misc typos.Heikki Linnakangas