aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/spgist/spgutils.c
Commit message (Expand)AuthorAge
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Add optimizer and executor support for parallel index scans.Robert Haas2017-02-15
* Extend index AM API for parallel index scans.Robert Haas2017-01-24
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-13
* Prevent to use magic constantsTeodor Sigaev2016-04-28
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-23
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Optimize SP-GiST insertions.Heikki Linnakangas2012-08-29
* Fix race conditions associated with SPGiST redirection tuples.Tom Lane2012-08-02
* Assorted message style improvementsPeter Eisentraut2012-07-02
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Teach SPGiST to store nulls and do whole-index scans.Tom Lane2012-03-11
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Teach SP-GiST to do index-only scans.Tom Lane2011-12-19
* Fix compiler warning seen on 64-bit machine.Tom Lane2011-12-17
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-17