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
*
Count SP-GiST index scans in pg_stat statistics.
Tom Lane
2021-08-27
*
Re-order pg_attribute columns to eliminate some padding space.
Tom Lane
2021-05-23
*
Prevent infinite insertion loops in spgdoinsert().
Tom Lane
2021-05-14
*
Fix query-cancel handling in spgdoinsert().
Tom Lane
2021-05-14
*
Remove redundant memset(0) calls for page init of some index AMs
Michael Paquier
2021-04-07
*
Support INCLUDE'd columns in SP-GiST.
Tom Lane
2021-04-05
*
Fix more confusion in SP-GiST.
Tom Lane
2021-04-04
*
Fix confusion in SP-GiST between attribute type and leaf storage type.
Tom Lane
2021-04-04
*
Rethink handling of pass-by-value leaf datums in SP-GiST.
Tom Lane
2021-04-01
*
VACUUM VERBOSE: Count "newly deleted" index pages.
Peter Geoghegan
2021-02-25
*
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-13
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Rename the "point is strictly above/below point" comparison operators.
Tom Lane
2020-11-23
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
*
Invent "amadjustmembers" AM method for validating opclass members.
Tom Lane
2020-08-01
*
Fix masking of SP-GiST pages during xlog consistency check
Alexander Korotkov
2020-06-20
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Fix missing SP-GiST support in 911e702077
Alexander Korotkov
2020-03-30
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Introduce IndexAM fields for parallel vacuum.
Amit Kapila
2020-01-15
*
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
*
Refactor reloption handling for index AMs in-core
Michael Paquier
2019-11-25
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Pass ItemPointer not HeapTuple to IndexBuildCallback.
Andres Freund
2019-11-08
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
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
[next]