summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused arguments in two GiST subroutinesAlvaro Herrera2016-06-281-3/+3
* pgindent run for 9.6Robert Haas2016-06-091-2/+3
* Prevent to use magic constantsTeodor Sigaev2016-04-281-1/+1
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-201-32/+16
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-081-16/+32
* 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-22/+54
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Fix bug introduced by microvacuum for GiSTTeodor Sigaev2015-09-171-0/+5
* Microvacuum for GISTTeodor Sigaev2015-09-091-0/+82
* pgindent run for 9.5Bruce Momjian2015-05-231-1/+1
* Add support for index-only scans in GiST.Heikki Linnakangas2015-03-261-0/+8
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Revamp the WAL record format.Heikki Linnakangas2014-11-201-0/+9
* Check for GiST index tuples that don't fit on a page.Heikki Linnakangas2014-10-031-0/+17
* Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas2014-07-311-1/+0
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* Avoid palloc in critical section in GiST WAL-logging.Heikki Linnakangas2014-04-031-0/+14
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Don't include unused space in LOG_NEWPAGE records.Heikki Linnakangas2013-12-041-1/+1
* Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs2013-03-181-3/+0
* Support unlogged GiST index.Heikki Linnakangas2013-02-111-5/+19
* Document and clean up gistsplit.c.Tom Lane2013-02-101-7/+1
* Make GiST indexes on-disk compatible with 9.2 again.Heikki Linnakangas2013-01-171-7/+6
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Remove obsolete XLogRecPtr macrosAlvaro Herrera2012-12-281-7/+7
* Fix GiST buffering build bug, which caused "failed to re-find parent" errors.Heikki Linnakangas2012-08-161-7/+26
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-241-2/+2
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-6/+6
* On GiST page split, release the locks on child pages before recursing up.Heikki Linnakangas2012-05-111-28/+92
* Assorted comment fixes, mostly just typos, but some obsolete statements.Tom Lane2012-01-291-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Support GiST index support functions that want to cache data across calls.Tom Lane2011-09-301-23/+49
* Buffering GiST index build algorithm.Heikki Linnakangas2011-09-081-176/+35
* Change the way the offset of downlink is stored in GISTInsertStack.Heikki Linnakangas2011-07-151-53/+39
* Fix two ancient bugs in GiST code to re-find a parent after page split:Heikki Linnakangas2011-07-151-9/+24
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-041-0/+1
* Message style and spelling improvementsPeter Eisentraut2011-06-221-1/+1
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-091-1/+1
* Spell checking and markup refinementPeter Eisentraut2011-05-191-2/+2
* Make GIN and GIST pass the index collation to all their support functions.Tom Lane2011-04-221-0/+17
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-74/+78
* Fix crash in the new GiST insertion code, when an update splits the root page.Heikki Linnakangas2011-01-091-12/+18
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Support unlogged tables.Robert Haas2010-12-291-0/+13
* Rewrite the GiST insertion logic so that we don't need the post-recoveryHeikki Linnakangas2010-12-231-356/+653
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-131-6/+6
* KNNGIST, otherwise known as order-by-operator support for GIST.Tom Lane2010-12-031-0/+10
* The GiST scan algorithm uses LSNs to detect concurrent pages splits, butHeikki Linnakangas2010-11-161-6/+4