]> granicus.if.org Git - postgresql/history - src/backend/access/gin
Reduce pinning and buffer content locking for btree scans.
[postgresql] / src / backend / access / gin /
2015-03-12 Heikki LinnakangasFix memory leaks in GIN index vacuum.
2015-02-04 Heikki LinnakangasUse a separate memory context for GIN scan keys.
2015-01-30 Heikki LinnakangasFix query-duration memory leak with GIN rescans.
2015-01-29 Heikki LinnakangasFix bug where GIN scan keys were not initialized with...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-21 Heikki LinnakangasNo need to call XLogEnsureRecordSpace when the relation...
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-11-13 Fujii MasaoRename pending_list_cleanup_size to gin_pending_list_limit.
2014-11-11 Fujii MasaoAdd GUC and storage parameter to set the maximum size...
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-09-12 Heikki LinnakangasFix GIN data page split ratio calculation.
2014-09-02 Heikki LinnakangasRefactor per-page logic common to all redo routines...
2014-08-29 Heikki LinnakangasFix bug in compressed GIN data leaf page splitting...
2014-07-31 Heikki LinnakangasMove log_newpage and log_newpage_buffer to xlog.c.
2014-06-20 Andres FreundDon't allow to disable backend assertions via the debug...
2014-05-10 Heikki LinnakangasFix bug in lossy-page handling in GIN
2014-05-08 Heikki LinnakangasProtect against torn pages when deleting GIN list pages.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-28 Heikki LinnakangasFix two bugs in WAL-logging of GIN pending-list pages.
2014-04-22 Heikki LinnakangasFix Gin README.
2014-04-20 Robert HaasFix typo.
2014-04-14 Heikki LinnakangasSet pd_lower on internal GIN posting tree pages.
2014-04-14 Heikki LinnakangasRemove dead checks for invalid left page in ginDeletePage.
2014-04-14 Heikki LinnakangasGIN entry pages follow the standard page layout - tell...
2014-04-10 Heikki LinnakangasFix bugs in GIN "fast scan" with partial match.
2014-04-07 Heikki LinnakangasZero padding byte at end of GIN posting list.
2014-04-07 Heikki LinnakangasFix WAL replay bug in the new GIN incomplete-split...
2014-04-05 Heikki LinnakangasFix another palloc in critical section.
2014-04-01 Heikki LinnakangasFix bug in the new GIN incomplete-split code.
2014-04-01 Heikki LinnakangasRemove dead check for backup block, replace with Assert.
2014-03-31 Heikki LinnakangasRewrite the way GIN posting lists are packed on a page...
2014-03-31 Heikki LinnakangasRename GinLogicValue to GinTernaryValue.
2014-03-24 Heikki LinnakangasChange ginMergeItemPointers to return a palloc'd array.
2014-03-17 Heikki LinnakangasFix thinko: have trueTriConsistentFn return GIN_TRUE.
2014-03-17 Fujii MasaoFix typos in comments.
2014-03-12 Heikki LinnakangasAllow opclasses to provide tri-valued GIN consistent...
2014-03-12 Heikki LinnakangasIn WAL replay, restore GIN metapage unconditionally...
2014-02-07 Heikki LinnakangasInitialize the entryRes array between each call to...
2014-02-07 Heikki LinnakangasSpeed up "rare & frequent" type GIN queries.
2014-01-29 Heikki LinnakangasFurther optimize GIN multi-key searches.
2014-01-29 Heikki LinnakangasFurther optimize multi-key GIN searches.
2014-01-29 Heikki LinnakangasAllow skipping some items in a multi-key GIN search.
2014-01-24 Heikki LinnakangasReset unused fields in GIN data leaf page footer.
2014-01-24 Heikki LinnakangasFix off-by-one in newly-introdcued GIN assertion.
2014-01-24 Heikki LinnakangasIn GIN recompression code, use mmemove rather than...
2014-01-23 Tom LaneAllow use of "z" flag in our printf calls, and use...
2014-01-23 Heikki LinnakangasFix alignment of GIN in-line posting lists stored in...
2014-01-23 Heikki LinnakangasSilence compiler warning.
2014-01-22 Heikki LinnakangasFix declaration of GinVacuumState.
2014-01-22 Heikki LinnakangasCompress GIN posting lists, for smaller index size.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-16 Heikki LinnakangasMark variables 'static' where possible. Move GinFuzzySe...
2013-12-03 Heikki LinnakangasDon't include unused space in LOG_NEWPAGE records.
2013-12-03 Heikki LinnakangasFix full-page writes of internal GIN pages.
2013-11-27 Heikki LinnakangasGet rid of the post-recovery cleanup step of GIN page...
2013-11-27 Heikki LinnakangasMore GIN refactoring.
2013-11-20 Heikki LinnakangasMore GIN refactoring.
2013-11-20 Heikki LinnakangasRefactor the internal GIN B-tree interface for forming...
2013-11-20 Heikki LinnakangasFurther GIN refactoring.
2013-11-13 Heikki LinnakangasFix bug in GIN posting tree root creation.
2013-11-08 Heikki LinnakangasFix race condition in GIN posting tree page deletion.
2013-11-07 Heikki LinnakangasFix setting of right bound at GIN page split.
2013-11-06 Heikki LinnakangasFix missing argument and function prototypes.
2013-11-06 Heikki LinnakangasMisc GIN refactoring.
2013-10-03 Heikki LinnakangasMinor GIN code refactoring.
2013-06-29 Heikki LinnakangasInline ginCompareItemPointers function for speed.
2013-06-26 Noah MischInitialize pad bytes in GinFormTuple().
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-18 Simon RiggsRemove PageSetTLI and rename pd_tli to pd_checksum
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-28 Alvaro HerreraRemove obsolete XLogRecPtr macros
2012-11-28 Alvaro HerreraSplit out rmgr rm_desc functions into their own files
2012-11-13 Tom LaneFix multiple problems in WAL replay.
2012-08-28 Alvaro HerreraSplit heapam_xlog.h from heapam.h
2012-07-16 Peter EisentrautRemove unreachable code
2012-07-13 Tom LaneCosmetic cleanup of ginInsertValue().
2012-06-14 Robert HaasAdd new function log_newpage_buffer.
2012-04-24 Robert HaasLots of doc corrections.
2012-04-06 Tom LaneFix misleading output from gin_desc().
2012-02-26 Tom LaneFix some more bugs in GIN's WAL replay logic.
2012-02-05 Tom LaneImprove comment.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-25 Tom LaneFix erroneous replay of GIN_UPDATE_META_PAGE WAL records.
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-04-23 Tom LaneMake GIN and GIST pass the index collation to all their...
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-08 Tom LaneTweak collation setup for GIN index comparison functions.
2011-03-26 Tom LaneClean up cruft around collation initialization for...
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-02-16 Tom LaneAdd backwards-compatible declarations of some core...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-08 Tom LaneRefactor GIN's handling of duplicate search entries.
2011-01-08 Tom LaneFix GIN to support null keys, empty and null items...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-29 Robert HaasSupport unlogged tables.
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
next