summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistutil.c
Commit message (Expand)AuthorAgeFilesLines
...
* pgindent new GIST index code, per request from Tom.Bruce Momjian2005-09-221-58/+67
* Adjust GiST error messages to conform to message style guidelines.Tom Lane2005-09-221-4/+5
* Bug fixes for GiST crash recovery.Teodor Sigaev2005-06-301-3/+1
* Code cleanup. gistfillbuffer accepts InvalidOffsetNumber.Teodor Sigaev2005-06-281-1/+5
* Concurrency for GiSTTeodor Sigaev2005-06-271-18/+30
* 1. full functional WAL for GiSTTeodor Sigaev2005-06-201-9/+109
* WAL for GiST. It work for online backup and so on, but onTeodor Sigaev2005-06-141-0/+785