summaryrefslogtreecommitdiff
path: root/src/backend/access/spgist/spgutils.c
Commit message (Expand)AuthorAgeFilesLines
* Set the metapage's pd_lower correctly in brin, gin, and spgist indexes.Tom Lane2017-11-021-2/+22
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-201-1/+1
* Phase 3 of pgindent updates.Tom Lane2017-06-211-2/+2
* Add optimizer and executor support for parallel index scans.Robert Haas2017-02-151-0/+1
* Extend index AM API for parallel index scans.Robert Haas2017-01-241-0/+3
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-171-0/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-131-0/+1
* Prevent to use magic constantsTeodor Sigaev2016-04-281-1/+1
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-201-12/+7
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-081-7/+12
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-081-1/+0
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-081-0/+1
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-171-12/+48
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-3/+3
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-231-6/+5
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Optimize SP-GiST insertions.Heikki Linnakangas2012-08-291-14/+19
* Fix race conditions associated with SPGiST redirection tuples.Tom Lane2012-08-021-0/+1
* Assorted message style improvementsPeter Eisentraut2012-07-021-1/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-6/+6
* Teach SPGiST to store nulls and do whole-index scans.Tom Lane2012-03-111-29/+47
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Teach SP-GiST to do index-only scans.Tom Lane2011-12-191-84/+82
* Fix compiler warning seen on 64-bit machine.Tom Lane2011-12-171-2/+2
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-171-0/+850