aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist
Commit message (Expand)AuthorAge
* Convert elog(LOG) calls to ereport() where appropriatePeter Eisentraut2020-12-04
* Rename the "point is strictly above/below point" comparison operators.Tom Lane2020-11-23
* Remove code handling removed deprecated containment operatorsPeter Eisentraut2020-11-16
* Fix missing validation for the new GiST sortsupport functions.Heikki Linnakangas2020-10-30
* Fix GiST buffering build to work when there are included columns.Tom Lane2020-10-12
* Re-allow testing of GiST buffered builds.Tom Lane2020-10-12
* Set right-links during sorted GiST index build.Heikki Linnakangas2020-10-01
* Fix checksum calculation in the new sorting GiST build.Heikki Linnakangas2020-09-21
* Fix new GIST build code to work under CLOBBER_CACHE_ALWAYS.Tom Lane2020-09-20
* Add support for building GiST index by sorting.Heikki Linnakangas2020-09-17
* Yet more elimination of dead stores and useless initializations.Tom Lane2020-09-05
* remove redundant initializationsBruce Momjian2020-09-03
* snapshot scalability: Move PGXACT->xmin back to PGPROC.Andres Freund2020-08-13
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-12
* Rename VariableCacheData.nextFullXid to nextXid.Andres Freund2020-08-11
* Invent "amadjustmembers" AM method for validating opclass members.Tom Lane2020-08-01
* code: replace 'master' with 'primary' where appropriate.Andres Freund2020-07-08
* Fix buffile.c error handling.Thomas Munro2020-06-16
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Implement operator class parametersAlexander Korotkov2020-03-30
* 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
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Remove dependency on HeapTuple from predicate locking functions.Thomas Munro2020-01-28
* Introduce IndexAM fields for parallel vacuum.Amit Kapila2020-01-15
* Delete empty pages in each pass during GIST VACUUM.Amit Kapila2020-01-13
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Rename files and headers related to index AMMichael Paquier2019-12-25
* 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
* Remove useless "return;" linesAlvaro Herrera2019-11-28
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Pass ItemPointer not HeapTuple to IndexBuildCallback.Andres Freund2019-11-08
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Refactor code building relation optionsMichael Paquier2019-11-05
* Fix memory leak introduced in commit 7df159a620.Amit Kapila2019-10-21
* Support reloptions of enum typeAlvaro Herrera2019-09-25
* 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
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* 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 inconsistencies and typos in the treeMichael Paquier2019-07-22
* Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane2019-07-17
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* Add support for <-> (box, point) operator to GiST box_opsAlexander Korotkov2019-07-14