index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
spgist
Commit message (
Expand
)
Author
Age
*
Fix bug in pairingheap_SpGistSearchItem_cmp()
Alexander Korotkov
2019-09-25
*
Improve handling of NULLs in KNN-GiST and KNN-SP-GiST
Alexander Korotkov
2019-09-19
*
Fix handling of NULL distances in KNN-GiST
Alexander Korotkov
2019-09-08
*
Fix inconsistencies and typos in the tree
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
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Standardize ItemIdData terminology.
Peter Geoghegan
2019-05-13
*
Generate less WAL during GiST, GIN and SP-GiST index build.
Heikki Linnakangas
2019-04-03
*
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-04-02
*
tableam: Support for an index build's initial table scan(s).
Andres Freund
2019-03-27
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-21
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix memory leak in repeated SPGIST index scans.
Tom Lane
2018-10-31
*
Minor formatting cleanup for 2a6368343f
Alexander Korotkov
2018-09-27
*
Remove extra usage of BoxPGetDatum() macro
Alexander Korotkov
2018-09-27
*
Add support for nearest-neighbor (KNN) searches to SP-GiST
Alexander Korotkov
2018-09-19
*
Repair double-free in SP-GIST rescan (bug #15378)
Andrew Gierth
2018-09-11
*
doc: Update uses of the word "procedure"
Peter Eisentraut
2018-08-22
*
Fix typo in SP-GiST error message
Alexander Korotkov
2018-08-10
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Fix broken collation-aware searches in SP-GiST text opclass.
Tom Lane
2018-04-16
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Add prefix operator for TEXT type.
Teodor Sigaev
2018-04-03
*
Do index FSM vacuuming sooner.
Tom Lane
2018-03-30
*
Fix tuple counting in SP-GiST index build.
Tom Lane
2018-03-22
*
Prevent query-lifespan memory leakage of SP-GiST traversal values.
Tom Lane
2018-03-19
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add optional compression method to SP-GiST
Teodor Sigaev
2017-12-22
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Set the metapage's pd_lower correctly in brin, gin, and spgist indexes.
Tom Lane
2017-11-02
*
For wal_consistency_checking, mask page checksum as well as page LSN.
Robert Haas
2017-09-22
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
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 wording in amvalidate error messages
Alvaro Herrera
2017-05-30
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
*
Allow index AMs to return either HeapTuple or IndexTuple format during IOS.
Tom Lane
2017-02-27
*
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-15
*
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
*
Add WAL consistency checking facility.
Robert Haas
2017-02-08
*
Extend index AM API for parallel index scans.
Robert Haas
2017-01-24
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
[next]