index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
/
gin_private.h
Commit message (
Expand
)
Author
Age
*
Invent "amadjustmembers" AM method for validating opclass members.
Tom Lane
2020-08-01
*
Avoid full scan of GIN indexes when possible
Alexander Korotkov
2020-01-18
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Make the order of the header file includes consistent.
Amit Kapila
2019-11-25
*
Refactor reloption handling for index AMs in-core
Michael Paquier
2019-11-25
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove entry tree root conflict checking from GIN predicate locking
Alexander Korotkov
2018-12-27
*
Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.
Tom Lane
2018-11-06
*
Re-think predicate locking on GIN indexes.
Teodor Sigaev
2018-05-04
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Predicate locking in GIN index
Teodor Sigaev
2018-03-30
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix broken cleanup interlock for GIN pending list.
Robert Haas
2017-11-16
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Fix mixup of bool and ternary value
Peter Eisentraut
2017-04-06
*
Remove direct uses of ItemPointer.{ip_blkid,ip_posid}
Alvaro Herrera
2017-03-28
*
Reduce page locking in GIN vacuum
Teodor Sigaev
2017-03-23
*
Split index xlog headers from other private index headers.
Robert Haas
2017-02-14
*
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-02-09
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Support multiple iterators in the Red-Black Tree implementation.
Heikki Linnakangas
2016-09-02
*
Prevent multiple cleanup process for pending list in GIN.
Teodor Sigaev
2016-04-28
*
Fix memory leak and other bugs in ginPlaceToPage() & subroutines.
Tom Lane
2016-04-20
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Change various Gin*Is* macros to return 0/1.
Andres Freund
2016-03-27
*
Add gin_clean_pending_list function to clean up GIN pending list
Fujii Masao
2016-01-28
*
Remove unused argument from ginInsertCleanup()
Fujii Masao
2016-01-22
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Allow autoanalyze to add pages deleted from pending list to FSM
Teodor Sigaev
2015-09-23
*
Allow usage of huge maintenance_work_mem for GIN build.
Teodor Sigaev
2015-09-02
*
Rely on inline functions even if that causes warnings in older compilers.
Andres Freund
2015-08-05
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Move BRIN page type to page's last two bytes
Alvaro Herrera
2015-03-10
*
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-02-20
*
Remove dead structs.
Heikki Linnakangas
2015-02-19
*
Use a separate memory context for GIN scan keys.
Heikki Linnakangas
2015-02-04
*
Fix query-duration memory leak with GIN rescans.
Heikki Linnakangas
2015-01-30
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Revert the GinMaxItemSize calculation so that we fit 3 tuples per page.
Heikki Linnakangas
2014-12-30
*
Move rbtree.c from src/backend/utils/misc to src/backend/lib.
Heikki Linnakangas
2014-12-22
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
[next]