summaryrefslogtreecommitdiff
path: root/src/backend/access/gin
AgeCommit message (Expand)Author
2020-04-08Modify additional power 2 calculations to use new helper functionsDavid Rowley
2020-04-03Fix bugs in gin_fuzzy_search_limit processing.Tom Lane
2020-03-30Implement operator class parametersAlexander Korotkov
2020-03-07Simplify/speed up assertion cross-check in ginCompressPostingList().Tom Lane
2020-02-09Store the deletion horizon XID for a deleted GIN page on the right page.Tom Lane
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-28Remove dependency on HeapTuple from predicate locking functions.Thomas Munro
2020-01-17Avoid full scan of GIN indexes when possibleAlexander Korotkov
2020-01-15Introduce IndexAM fields for parallel vacuum.Amit Kapila
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-11-19Fix page modification outside of critical section in GINAlexander Korotkov
2019-11-19Revise GIN READMEAlexander Korotkov
2019-11-19Fix traversing to the deleted GIN page via downlinkAlexander Korotkov
2019-11-19Fix deadlock between ginDeletePage() and ginStepRight()Alexander Korotkov
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-11-08Pass ItemPointer not HeapTuple to IndexBuildCallback.Andres Freund
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-11-05Refactor code building relation optionsMichael Paquier
2019-11-04Fix ginEntryInsert's counting of GIN leaf tuples.Tom Lane
2019-08-28Fix overflow check and comment in GIN posting list encoding.Heikki Linnakangas
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-07-29Fix inconsistencies and typos in the treeMichael Paquier
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-04-04Make queries' locking of indexes more consistent.Tom Lane
2019-04-03Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas
2019-04-02Report progress of CREATE INDEX operationsAlvaro Herrera
2019-03-28tableam: Support for an index build's initial table scan(s).Andres Freund
2019-01-23Fix misc typos in comments.Heikki Linnakangas
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-27Remove entry tree root conflict checking from GIN predicate lockingAlexander Korotkov
2018-12-19Small improvements for allocation logic in ginHeapTupleFastCollect().Tom Lane
2018-12-13Prevent GIN deleted pages from being reclaimed too earlyAlexander Korotkov
2018-12-13Prevent deadlock in ginRedoDeletePage()Alexander Korotkov
2018-12-13Fix deadlock in GIN vacuum introduced by 218f51584d5Alexander Korotkov
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-06Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.Tom Lane
2018-09-09Fix past pd_upper write in ginRedoRecompress()Alexander Korotkov
2018-09-08Remove duplicated words split across lines in commentsMichael Paquier
2018-09-01Avoid using potentially-under-aligned page buffers.Tom Lane
2018-08-22doc: Update uses of the word "procedure"Peter Eisentraut
2018-07-19Fix handling of empty uncompressed posting list pages in GINAlexander Korotkov
2018-06-30pgindent run prior to branchingAndrew Dunstan
2018-05-04Re-think predicate locking on GIN indexes.Teodor Sigaev
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev