aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gin
Commit message (Expand)AuthorAge
* Reuse all-zero pages in GIN.Heikki Linnakangas2015-07-27
* Initialize GIN metapage correctly when replaying metapage-update WAL record.Heikki Linnakangas2015-06-30
* Fix double-XLogBeginInsert call in GIN page splits.Heikki Linnakangas2015-06-28
* pgindent run for 9.5Bruce Momjian2015-05-23
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Fix typos in commentsMagnus Hagander2015-05-17
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-15
* Make ginbuild's funcCtx be independent of its tmpCtx.Tom Lane2015-03-29
* Fix memory leaks in GIN index vacuum.Heikki Linnakangas2015-03-12
* Use a separate memory context for GIN scan keys.Heikki Linnakangas2015-02-04
* Fix query-duration memory leak with GIN rescans.Heikki Linnakangas2015-01-30
* Fix bug where GIN scan keys were not initialized with gin_fuzzy_search_limit.Heikki Linnakangas2015-01-29
* Update copyright for 2015Bruce Momjian2015-01-06
* No need to call XLogEnsureRecordSpace when the relation is unlogged.Heikki Linnakangas2014-11-21
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Rename pending_list_cleanup_size to gin_pending_list_limit.Fujii Masao2014-11-13
* Add GUC and storage parameter to set the maximum size of GIN pending list.Fujii Masao2014-11-11
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Fix GIN data page split ratio calculation.Heikki Linnakangas2014-09-12
* Refactor per-page logic common to all redo routines to a new function.Heikki Linnakangas2014-09-02
* Fix bug in compressed GIN data leaf page splitting code.Heikki Linnakangas2014-08-29
* Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas2014-07-31
* Don't allow to disable backend assertions via the debug_assertions GUC.Andres Freund2014-06-20
* Fix bug in lossy-page handling in GINHeikki Linnakangas2014-05-10
* Protect against torn pages when deleting GIN list pages.Heikki Linnakangas2014-05-08
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix two bugs in WAL-logging of GIN pending-list pages.Heikki Linnakangas2014-04-28
* Fix Gin README.Heikki Linnakangas2014-04-22
* Fix typo.Robert Haas2014-04-20
* Set pd_lower on internal GIN posting tree pages.Heikki Linnakangas2014-04-14
* Remove dead checks for invalid left page in ginDeletePage.Heikki Linnakangas2014-04-14
* GIN entry pages follow the standard page layout - tell XLogInsert.Heikki Linnakangas2014-04-14
* Fix bugs in GIN "fast scan" with partial match.Heikki Linnakangas2014-04-10
* Zero padding byte at end of GIN posting list.Heikki Linnakangas2014-04-07
* Fix WAL replay bug in the new GIN incomplete-split code.Heikki Linnakangas2014-04-07
* Fix another palloc in critical section.Heikki Linnakangas2014-04-05
* Fix bug in the new GIN incomplete-split code.Heikki Linnakangas2014-04-01
* Remove dead check for backup block, replace with Assert.Heikki Linnakangas2014-04-01
* Rewrite the way GIN posting lists are packed on a page, to reduce WAL volume.Heikki Linnakangas2014-03-31
* Rename GinLogicValue to GinTernaryValue.Heikki Linnakangas2014-03-31
* Change ginMergeItemPointers to return a palloc'd array.Heikki Linnakangas2014-03-24
* Fix thinko: have trueTriConsistentFn return GIN_TRUE.Heikki Linnakangas2014-03-17
* Fix typos in comments.Fujii Masao2014-03-17
* Allow opclasses to provide tri-valued GIN consistent functions.Heikki Linnakangas2014-03-12
* In WAL replay, restore GIN metapage unconditionally to avoid torn page.Heikki Linnakangas2014-03-12
* Initialize the entryRes array between each call to triConsistent.Heikki Linnakangas2014-02-07
* Speed up "rare & frequent" type GIN queries.Heikki Linnakangas2014-02-07
* Further optimize GIN multi-key searches.Heikki Linnakangas2014-01-29
* Further optimize multi-key GIN searches.Heikki Linnakangas2014-01-29
* Allow skipping some items in a multi-key GIN search.Heikki Linnakangas2014-01-29