summaryrefslogtreecommitdiff
path: root/src/backend/access/gin/ginfast.c
AgeCommit message (Expand)Author
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
2015-09-02Allow usage of huge maintenance_work_mem for GIN build.Teodor Sigaev
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-21No need to call XLogEnsureRecordSpace when the relation is unlogged.Heikki Linnakangas
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-11-13Rename pending_list_cleanup_size to gin_pending_list_limit.Fujii Masao
2014-11-11Add GUC and storage parameter to set the maximum size of GIN pending list.Fujii Masao
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-28Fix two bugs in WAL-logging of GIN pending-list pages.Heikki Linnakangas
2014-01-22Compress GIN posting lists, for smaller index size.Heikki Linnakangas