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