summaryrefslogtreecommitdiff
path: root/src/backend/access/gist
AgeCommit message (Expand)Author
2023-09-26Fix another bug in parent page splitting during GiST index build.Heikki Linnakangas
2023-09-19Fix GiST README's explanation of the NSN cross-check.Heikki Linnakangas
2023-03-29Fix dereference of dangling pointer in GiST index buffering build.Tom Lane
2022-11-17Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane
2022-09-20Suppress variable-set-but-not-used warnings from clang 15.Tom Lane
2021-01-20Fix bug in detecting concurrent page splits in GiST insertHeikki Linnakangas
2020-10-12Fix GiST buffering build to work when there are included columns.Tom Lane
2020-06-16Fix buffile.c error handling.Thomas Munro
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2019-12-16Fix yet another crash in page split during GiST index creation.Heikki Linnakangas
2019-12-13Fix crash when a page was split during GiST index creation.Heikki Linnakangas
2019-10-21Fix memory leak introduced in commit 7df159a620.Amit Kapila
2019-09-19Improve handling of NULLs in KNN-GiST and KNN-SP-GiSTAlexander Korotkov
2019-09-08Fix handling of NULL distances in KNN-GiSTAlexander Korotkov
2019-09-08Fix handling Inf and Nan values in GiST pairing heap comparatorAlexander Korotkov
2019-07-24Use full 64-bit XID for checking if a deleted GiST page is old enough.Heikki Linnakangas
2019-07-24Refactor checks for deleted GiST pages.Heikki Linnakangas
2019-07-10Fix variable initialization when using buffering build with GiSTMichael Paquier
2019-06-03Fix typos in various placesMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-14Detect internal GiST page splits correctly during index build.Heikki Linnakangas
2019-04-22Convert gist to compute page level xid horizon on primary.Andres Freund
2019-04-03Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas
2019-04-02Report progress of CREATE INDEX operationsAlvaro Herrera
2019-03-27tableam: Support for an index build's initial table scan(s).Andres Freund
2019-03-27Switch some palloc/memset calls to palloc0Michael Paquier
2019-03-22Fix bug in the GiST vacuum's 2nd stage.Heikki Linnakangas
2019-03-22Delete empty pages during GiST VACUUM.Heikki Linnakangas
2019-03-11tableam: Add and use scan APIs.Andres Freund
2019-03-10Support for INCLUDE attributes in GiST indexesAlexander Korotkov
2019-03-05Scan GiST indexes in physical order during VACUUM.Heikki Linnakangas
2019-01-29Refactor planner's header files.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-21Check for conflicting queries during replay of gistvacuumpage()Alexander Korotkov
2018-11-20Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-09-19Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov
2018-08-22doc: Update uses of the word "procedure"Peter Eisentraut
2018-08-16Use the built-in float datatypes to implement geometric typesTomas Vondra
2018-07-29Provide separate header file for built-in float typesTomas Vondra
2018-07-11Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera
2018-05-04Re-think predicate locking on GIN indexes.Teodor Sigaev
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-03-27Add predicate locking for GiSTTeodor Sigaev
2018-03-02Make gistvacuumcleanup() count the actual number of index tuples.Tom Lane
2018-02-02Support parallel btree index builds.Robert Haas
2018-01-09Change some bogus PageGetLSN calls to BufferGetLSNAtomicAlvaro Herrera
2018-01-02Update copyright for 2018Bruce Momjian