aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/gin_private.h
Commit message (Expand)AuthorAge
* Invent "amadjustmembers" AM method for validating opclass members.Tom Lane2020-08-01
* Avoid full scan of GIN indexes when possibleAlexander Korotkov2020-01-18
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Make the order of the header file includes consistent.Amit Kapila2019-11-25
* Refactor reloption handling for index AMs in-coreMichael Paquier2019-11-25
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove entry tree root conflict checking from GIN predicate lockingAlexander Korotkov2018-12-27
* Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.Tom Lane2018-11-06
* Re-think predicate locking on GIN indexes.Teodor Sigaev2018-05-04
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Predicate locking in GIN indexTeodor Sigaev2018-03-30
* Update copyright for 2018Bruce Momjian2018-01-02
* Fix broken cleanup interlock for GIN pending list.Robert Haas2017-11-16
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Fix mixup of bool and ternary valuePeter Eisentraut2017-04-06
* Remove direct uses of ItemPointer.{ip_blkid,ip_posid}Alvaro Herrera2017-03-28
* Reduce page locking in GIN vacuumTeodor Sigaev2017-03-23
* Split index xlog headers from other private index headers.Robert Haas2017-02-14
* Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane2017-02-09
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Support multiple iterators in the Red-Black Tree implementation.Heikki Linnakangas2016-09-02
* Prevent multiple cleanup process for pending list in GIN.Teodor Sigaev2016-04-28
* Fix memory leak and other bugs in ginPlaceToPage() & subroutines.Tom Lane2016-04-20
* Add the "snapshot too old" featureKevin Grittner2016-04-08
* Change various Gin*Is* macros to return 0/1.Andres Freund2016-03-27
* Add gin_clean_pending_list function to clean up GIN pending listFujii Masao2016-01-28
* Remove unused argument from ginInsertCleanup()Fujii Masao2016-01-22
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Update copyright for 2016Bruce Momjian2016-01-02
* Allow autoanalyze to add pages deleted from pending list to FSMTeodor Sigaev2015-09-23
* Allow usage of huge maintenance_work_mem for GIN build.Teodor Sigaev2015-09-02
* Rely on inline functions even if that causes warnings in older compilers.Andres Freund2015-08-05
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Move BRIN page type to page's last two bytesAlvaro Herrera2015-03-10
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-20
* Remove dead structs.Heikki Linnakangas2015-02-19
* Use a separate memory context for GIN scan keys.Heikki Linnakangas2015-02-04
* Fix query-duration memory leak with GIN rescans.Heikki Linnakangas2015-01-30
* Update copyright for 2015Bruce Momjian2015-01-06
* Revert the GinMaxItemSize calculation so that we fit 3 tuples per page.Heikki Linnakangas2014-12-30
* Move rbtree.c from src/backend/utils/misc to src/backend/lib.Heikki Linnakangas2014-12-22
* Revamp the WAL record format.Heikki Linnakangas2014-11-20