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