aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/spgist
Commit message (Expand)AuthorAge
* Allow index AMs to return either HeapTuple or IndexTuple format during IOS.Tom Lane2017-02-27
* Add optimizer and executor support for parallel index scans.Robert Haas2017-02-15
* Split index xlog headers from other private index headers.Robert Haas2017-02-14
* Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane2017-02-09
* Add WAL consistency checking facility.Robert Haas2017-02-08
* Extend index AM API for parallel index scans.Robert Haas2017-01-24
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-20
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Log the creation of an init fork unconditionally.Robert Haas2016-12-08
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Improve SP-GiST opclass API to better support unlabeled nodes.Tom Lane2016-08-23
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-13
* Message style improvementsPeter Eisentraut2016-07-28
* Prevent to use magic constantsTeodor Sigaev2016-04-28
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Add the "snapshot too old" featureKevin Grittner2016-04-08
* 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
* Introduce traversalValue for SP-GiST scanTeodor Sigaev2016-03-30
* Suppress compiler warning.Tom Lane2016-01-21
* Improve index AMs' opclass validation procedures.Tom Lane2016-01-21
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Fix overly-strict assertions in spgtextproc.c.Tom Lane2016-01-02
* Update copyright for 2016Bruce Momjian2016-01-02
* Don't assume that PageIsEmpty() returns true on an all-zeros page.Heikki Linnakangas2015-07-27
* Fix handling of all-zero pages in SP-GiST vacuum.Heikki Linnakangas2015-07-27
* Sanity-check that a page zeroed by redo routine is marked with WILL_INIT.Heikki Linnakangas2015-07-20
* pgindent run for 9.5Bruce Momjian2015-05-23
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-15
* Add support for index-only scans in GiST.Heikki Linnakangas2015-03-26
* Update copyright for 2015Bruce Momjian2015-01-06
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Fix generation of SP-GiST vacuum WAL records.Heikki Linnakangas2014-11-07
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Refactor per-page logic common to all redo routines to a new function.Heikki Linnakangas2014-09-02
* Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas2014-07-31
* Fix infinite loop when splitting inner tuples in SPGiST text indexes.Tom Lane2014-06-09
* Adjust SP-GiST WAL record formats to reduce alignment padding.Heikki Linnakangas2014-06-05
* pgindent run for 9.4Bruce Momjian2014-05-06
* Avoid allocations in critical sections.Heikki Linnakangas2014-04-04
* 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
* Don't include unused space in LOG_NEWPAGE records.Heikki Linnakangas2013-12-04
* Retry after buffer locking failure during SPGiST index creation.Tom Lane2013-11-02
* Typo fix.Robert Haas2013-09-18
* Avoid deadlocks during insertion into SP-GiST indexes.Tom Lane2013-06-14
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.Heikki Linnakangas2013-05-08