index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
gin
Age
Commit message (
Expand
)
Author
2020-04-08
Modify additional power 2 calculations to use new helper functions
David Rowley
2020-04-03
Fix bugs in gin_fuzzy_search_limit processing.
Tom Lane
2020-03-30
Implement operator class parameters
Alexander Korotkov
2020-03-07
Simplify/speed up assertion cross-check in ginCompressPostingList().
Tom Lane
2020-02-09
Store the deletion horizon XID for a deleted GIN page on the right page.
Tom Lane
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-28
Remove dependency on HeapTuple from predicate locking functions.
Thomas Munro
2020-01-17
Avoid full scan of GIN indexes when possible
Alexander Korotkov
2020-01-15
Introduce IndexAM fields for parallel vacuum.
Amit Kapila
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-26
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-25
Rename files and headers related to index AM
Michael Paquier
2019-11-19
Fix page modification outside of critical section in GIN
Alexander Korotkov
2019-11-19
Revise GIN README
Alexander Korotkov
2019-11-19
Fix traversing to the deleted GIN page via downlink
Alexander Korotkov
2019-11-19
Fix deadlock between ginDeletePage() and ginStepRight()
Alexander Korotkov
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-08
Pass ItemPointer not HeapTuple to IndexBuildCallback.
Andres Freund
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
Refactor code building relation options
Michael Paquier
2019-11-04
Fix ginEntryInsert's counting of GIN leaf tuples.
Tom Lane
2019-08-28
Fix overflow check and comment in GIN posting list encoding.
Heikki Linnakangas
2019-08-05
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-07-29
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
Fix inconsistencies and typos in the tree
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-04-04
Make queries' locking of indexes more consistent.
Tom Lane
2019-04-03
Generate less WAL during GiST, GIN and SP-GiST index build.
Heikki Linnakangas
2019-04-02
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-03-28
tableam: Support for an index build's initial table scan(s).
Andres Freund
2019-01-23
Fix misc typos in comments.
Heikki Linnakangas
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-27
Remove entry tree root conflict checking from GIN predicate locking
Alexander Korotkov
2018-12-19
Small improvements for allocation logic in ginHeapTupleFastCollect().
Tom Lane
2018-12-13
Prevent GIN deleted pages from being reclaimed too early
Alexander Korotkov
2018-12-13
Prevent deadlock in ginRedoDeletePage()
Alexander Korotkov
2018-12-13
Fix deadlock in GIN vacuum introduced by 218f51584d5
Alexander Korotkov
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-06
Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.
Tom Lane
2018-09-09
Fix past pd_upper write in ginRedoRecompress()
Alexander Korotkov
2018-09-08
Remove duplicated words split across lines in comments
Michael Paquier
2018-09-01
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-08-22
doc: Update uses of the word "procedure"
Peter Eisentraut
2018-07-19
Fix handling of empty uncompressed posting list pages in GIN
Alexander Korotkov
2018-06-30
pgindent run prior to branching
Andrew Dunstan
2018-05-04
Re-think predicate locking on GIN indexes.
Teodor Sigaev
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-07
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
[next]