summaryrefslogtreecommitdiff
path: root/src/backend/access/gist
AgeCommit message (Expand)Author
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-04-19Fix typos and grammar in comments and docsMichael Paquier
2021-04-17Use correct format placeholder for block numbersPeter Eisentraut
2021-04-07Revert "Add sortsupport for gist_btree opclasses, for faster index builds."Heikki Linnakangas
2021-04-07Add sortsupport for gist_btree opclasses, for faster index builds.Heikki Linnakangas
2021-04-07Remove redundant memset(0) calls for page init of some index AMsMichael Paquier
2021-04-06Remove tupgone special case from vacuumlazy.c.Peter Geoghegan
2021-03-23Add 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-25Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan
2021-02-13README/C-comment: document GiST's NSN valueBruce Momjian
2021-02-12Remove obsolete IndexBulkDeleteResult stats field.Peter Geoghegan
2021-02-07Rename removable xid function for consistency.Peter Geoghegan
2021-01-27Fix 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-04remove 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-26Revert "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