summaryrefslogtreecommitdiff
path: root/src/backend/access/gist
AgeCommit message (Expand)Author
2021-03-22Add macro RelationIsPermanent() to report relation permanenceBruce Momjian
2021-03-10C comments: improve description of GiST NSN and GistBuildLSNBruce Momjian
2021-02-25VACUUM VERBOSE: Count "newly deleted" index pages.Peter Geoghegan
2021-02-24Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan
2021-02-13README/C-comment: document GiST's NSN valueBruce Momjian
2021-02-11Remove obsolete IndexBulkDeleteResult stats field.Peter Geoghegan
2021-02-07Rename removable xid function for consistency.Peter Geoghegan
2021-01-26Fix GiST index deletion assert issue.Peter Geoghegan
2021-01-20Fix bug in detecting concurrent page splits in GiST insertHeikki Linnakangas
2021-01-13Pass down "logically unchanged index" hint.Peter Geoghegan
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-12-04Convert elog(LOG) calls to ereport() where appropriatePeter Eisentraut
2020-11-23Rename the "point is strictly above/below point" comparison operators.Tom Lane
2020-11-16Remove code handling removed deprecated containment operatorsPeter Eisentraut
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