aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gin
Commit message (Expand)AuthorAge
* Prevent to use magic constantsTeodor Sigaev2016-04-28
* Prevent multiple cleanup process for pending list in GIN.Teodor Sigaev2016-04-28
* Fix memory leak and other bugs in ginPlaceToPage() & subroutines.Tom Lane2016-04-20
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Fix memory leak in GIN index scans.Tom Lane2016-04-15
* 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
* Fix memory leak in repeated GIN index searches.Tom Lane2016-03-13
* Fix whitespacePeter Eisentraut2016-01-30
* Add gin_clean_pending_list function to clean up GIN pending listFujii Masao2016-01-28
* Suppress compiler warning.Tom Lane2016-01-21
* Improve index AMs' opclass validation procedures.Tom Lane2016-01-21
* Remove unused argument from ginInsertCleanup()Fujii Masao2016-01-22
* 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
* Allow autoanalyze to add pages deleted from pending list to FSMTeodor Sigaev2015-09-23
* Make GIN's cleanup pending list process interruptableTeodor Sigaev2015-09-07
* Add pages deleted from pending list to FSMTeodor Sigaev2015-09-07
* Fix misc typos.Heikki Linnakangas2015-09-05
* Allow usage of huge maintenance_work_mem for GIN build.Teodor Sigaev2015-09-02
* 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