aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
Commit message (Expand)AuthorAge
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Add optimizer and executor support for parallel index scans.Robert Haas2017-02-15
* Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane2017-02-09
* 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
* Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it.Tom Lane2016-09-09
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-13
* Remove unused arguments in two GiST subroutinesAlvaro Herrera2016-06-28
* pgindent run for 9.6Robert Haas2016-06-09
* 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
* Fix bug introduced by microvacuum for GiSTTeodor Sigaev2015-09-17
* Microvacuum for GISTTeodor Sigaev2015-09-09
* pgindent run for 9.5Bruce Momjian2015-05-23
* 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
* Check for GiST index tuples that don't fit on a page.Heikki Linnakangas2014-10-03
* Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas2014-07-31
* pgindent run for 9.4Bruce Momjian2014-05-06
* Avoid palloc in critical section in GiST WAL-logging.Heikki Linnakangas2014-04-03
* Update copyright for 2014Bruce Momjian2014-01-07
* Don't include unused space in LOG_NEWPAGE records.Heikki Linnakangas2013-12-04
* Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs2013-03-18
* Support unlogged GiST index.Heikki Linnakangas2013-02-11
* Document and clean up gistsplit.c.Tom Lane2013-02-10
* Make GiST indexes on-disk compatible with 9.2 again.Heikki Linnakangas2013-01-17
* Update copyrights for 2013Bruce Momjian2013-01-01
* Remove obsolete XLogRecPtr macrosAlvaro Herrera2012-12-28
* Fix GiST buffering build bug, which caused "failed to re-find parent" errors.Heikki Linnakangas2012-08-16
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-24
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* On GiST page split, release the locks on child pages before recursing up.Heikki Linnakangas2012-05-11
* Assorted comment fixes, mostly just typos, but some obsolete statements.Tom Lane2012-01-29
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Support GiST index support functions that want to cache data across calls.Tom Lane2011-09-30
* Buffering GiST index build algorithm.Heikki Linnakangas2011-09-08
* Change the way the offset of downlink is stored in GISTInsertStack.Heikki Linnakangas2011-07-15
* Fix two ancient bugs in GiST code to re-find a parent after page split:Heikki Linnakangas2011-07-15
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Message style and spelling improvementsPeter Eisentraut2011-06-22
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09