summaryrefslogtreecommitdiff
path: root/src/backend/access/gist
Commit message (Expand)AuthorAgeFilesLines
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-122-3/+3
* Fix typos and grammar in comments and docsMichael Paquier2021-04-191-1/+1
* Use correct format placeholder for block numbersPeter Eisentraut2021-04-171-2/+2
* Revert "Add sortsupport for gist_btree opclasses, for faster index builds."Heikki Linnakangas2021-04-071-1/+0
* Add sortsupport for gist_btree opclasses, for faster index builds.Heikki Linnakangas2021-04-071-0/+1
* Remove redundant memset(0) calls for page init of some index AMsMichael Paquier2021-04-071-2/+0
* Remove tupgone special case from vacuumlazy.c.Peter Geoghegan2021-04-061-4/+4
* Add macro RelationIsPermanent() to report relation permanenceBruce Momjian2021-03-221-1/+1
* C comments: improve description of GiST NSN and GistBuildLSNBruce Momjian2021-03-101-0/+1
* VACUUM VERBOSE: Count "newly deleted" index pages.Peter Geoghegan2021-02-251-3/+16
* Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan2021-02-241-22/+2
* README/C-comment: document GiST's NSN valueBruce Momjian2021-02-131-4/+4
* Remove obsolete IndexBulkDeleteResult stats field.Peter Geoghegan2021-02-111-3/+0
* Rename removable xid function for consistency.Peter Geoghegan2021-02-072-2/+2
* Fix GiST index deletion assert issue.Peter Geoghegan2021-01-261-6/+7
* Fix bug in detecting concurrent page splits in GiST insertHeikki Linnakangas2021-01-201-1/+4
* Pass down "logically unchanged index" hint.Peter Geoghegan2021-01-131-0/+1
* Update copyright for 2021Bruce Momjian2021-01-0211-11/+11
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-151-1/+0
* Convert elog(LOG) calls to ereport() where appropriatePeter Eisentraut2020-12-041-2/+3
* Rename the "point is strictly above/below point" comparison operators.Tom Lane2020-11-231-1/+11
* Remove code handling removed deprecated containment operatorsPeter Eisentraut2020-11-161-4/+0
* Fix missing validation for the new GiST sortsupport functions.Heikki Linnakangas2020-10-301-0/+1
* Fix GiST buffering build to work when there are included columns.Tom Lane2020-10-121-2/+2
* Re-allow testing of GiST buffered builds.Tom Lane2020-10-121-28/+32
* Set right-links during sorted GiST index build.Heikki Linnakangas2020-10-011-0/+13
* Fix checksum calculation in the new sorting GiST build.Heikki Linnakangas2020-09-211-6/+9
* Fix new GIST build code to work under CLOBBER_CACHE_ALWAYS.Tom Lane2020-09-201-0/+1
* Add support for building GiST index by sorting.Heikki Linnakangas2020-09-174-102/+696
* Yet more elimination of dead stores and useless initializations.Tom Lane2020-09-051-1/+1
* remove redundant initializationsBruce Momjian2020-09-031-1/+0
* snapshot scalability: Move PGXACT->xmin back to PGPROC.Andres Freund2020-08-131-1/+1
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-122-10/+8
* Rename VariableCacheData.nextFullXid to nextXid.Andres Freund2020-08-111-3/+3
* Invent "amadjustmembers" AM method for validating opclass members.Tom Lane2020-08-012-0/+70
* code: replace 'master' with 'primary' where appropriate.Andres Freund2020-07-081-1/+1
* Fix buffile.c error handling.Thomas Munro2020-06-161-15/+9
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-5/+6
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-042-5/+47
* Implement operator class parametersAlexander Korotkov2020-03-302-1/+6
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-222-47/+5
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-212-5/+47
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-301-8/+4
* Remove dependency on HeapTuple from predicate locking functions.Thomas Munro2020-01-281-1/+1
* Introduce IndexAM fields for parallel vacuum.Amit Kapila2020-01-151-0/+4
* Delete empty pages in each pass during GIST VACUUM.Amit Kapila2020-01-132-105/+78
* Update copyrights for 2020Bruce Momjian2020-01-0111-11/+11
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-275-5/+5
* Rename files and headers related to index AMMichael Paquier2019-12-255-5/+5
* Fix yet another crash in page split during GiST index creation.Heikki Linnakangas2019-12-161-12/+19