]> granicus.if.org Git - postgresql/history - src/backend/access/gin
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / access / gin /
2019-08-28 Heikki LinnakangasFix overflow check and comment in GIN posting list...
2019-08-05 Michael PaquierFix inconsistencies and typos in the tree, take 9
2019-07-29 Michael PaquierFix inconsistencies and typos in the tree
2019-07-22 Michael PaquierFix inconsistencies and typos in the tree
2019-07-16 Michael PaquierFix inconsistencies and typos in the tree
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-04-04 Tom LaneMake queries' locking of indexes more consistent.
2019-04-03 Heikki LinnakangasGenerate less WAL during GiST, GIN and SP-GiST index...
2019-04-02 Alvaro HerreraReport progress of CREATE INDEX operations
2019-03-28 Andres Freundtableam: Support for an index build's initial table...
2019-01-23 Heikki LinnakangasFix misc typos in comments.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-12-27 Alexander KorotkovRemove entry tree root conflict checking from GIN predi...
2018-12-19 Tom LaneSmall improvements for allocation logic in ginHeapTuple...
2018-12-13 Alexander KorotkovPrevent GIN deleted pages from being reclaimed too...
2018-12-13 Alexander KorotkovPrevent deadlock in ginRedoDeletePage()
2018-12-13 Alexander KorotkovFix deadlock in GIN vacuum introduced by 218f51584d5
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-11-06 Tom LaneRename rbtree.c functions to use "rbt" prefix not ...
2018-09-09 Alexander KorotkovFix past pd_upper write in ginRedoRecompress()
2018-09-08 Michael PaquierRemove duplicated words split across lines in comments
2018-09-01 Tom LaneAvoid using potentially-under-aligned page buffers.
2018-08-22 Peter Eisentrautdoc: Update uses of the word "procedure"
2018-07-19 Alexander KorotkovFix handling of empty uncompressed posting list pages...
2018-06-30 Andrew Dunstanpgindent run prior to branching
2018-05-04 Teodor SigaevRe-think predicate locking on GIN indexes.
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-07 Teodor SigaevIndexes with INCLUDE columns and their support in B...
2018-03-30 Teodor SigaevPredicate locking in GIN index
2018-03-29 Bruce MomjianC comments: "a" <--> "an" corrections
2018-02-02 Robert HaasSupport parallel btree index builds.
2018-01-19 Peter EisentrautReplace AclObjectKind with ObjectType
2018-01-03 Bruce MomjianUpdate copyright for 2018
2018-01-02 Peter EisentrautDon't cast between GinNullCategory and bool
2017-11-16 Robert HaasFix broken cleanup interlock for GIN pending list.
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-11-02 Tom LaneSet the metapage's pd_lower correctly in brin, gin...
2017-09-22 Robert HaasFor wal_consistency_checking, mask page checksum as...
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-06-13 Tom LaneRe-run pgindent.
2017-05-30 Alvaro HerreraFix wording in amvalidate error messages
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-04-06 Peter EisentrautFix mixup of bool and ternary value
2017-03-28 Alvaro HerreraRemove direct uses of ItemPointer.{ip_blkid,ip_posid}
2017-03-23 Teodor SigaevReduce page locking in GIN vacuum
2017-03-08 Robert Haastidbitmap: Support shared iteration.
2017-02-15 Robert HaasAdd optimizer and executor support for parallel index...
2017-02-14 Robert HaasSplit index xlog headers from other private index headers.
2017-02-09 Tom LaneAllow index AMs to cache data across aminsert calls...
2017-02-08 Robert HaasAdd WAL consistency checking facility.
2017-01-24 Robert HaasExtend index AM API for parallel index scans.
2017-01-21 Peter EisentrautMove some things from builtins.h to new header files
2017-01-17 Peter EisentrautGenerate fmgr prototypes automatically
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-09-26 Tom LaneReplace the built-in GIN array opclasses with a single...
2016-09-03 Tom LaneFix corrupt GIN_SEGMENT_ADDITEMS WAL records on big...
2016-09-02 Heikki LinnakangasSupport multiple iterators in the Red-Black Tree implem...
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-08-15 Tom LaneFinal pgindent + perltidy run for 9.6.
2016-08-13 Tom LaneAdd SQL-accessible functions for inspecting index AM...
2016-07-28 Peter EisentrautMessage style improvements
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-07 Peter EisentrautMessage style and wording fixes
2016-04-28 Teodor SigaevPrevent to use magic constants
2016-04-28 Teodor SigaevPrevent multiple cleanup process for pending list in...
2016-04-20 Tom LaneFix memory leak and other bugs in ginPlaceToPage()...
2016-04-20 Kevin GrittnerRevert no-op changes to BufferGetPage()
2016-04-15 Tom LaneFix memory leak in GIN index scans.
2016-04-08 Kevin GrittnerAdd the "snapshot too old" feature
2016-04-08 Kevin GrittnerModify BufferGetPage() to prepare for "snapshot too...
2016-04-08 Teodor SigaevRevert CREATE INDEX ... INCLUDING ...
2016-04-08 Teodor SigaevCREATE INDEX ... INCLUDING (column[, ...])
2016-03-13 Tom LaneFix memory leak in repeated GIN index searches.
2016-01-30 Peter EisentrautFix whitespace
2016-01-28 Fujii MasaoAdd gin_clean_pending_list function to clean up GIN...
2016-01-22 Tom LaneSuppress compiler warning.
2016-01-22 Tom LaneImprove index AMs' opclass validation procedures.
2016-01-21 Fujii MasaoRemove unused argument from ginInsertCleanup()
2016-01-18 Tom LaneRestructure index access method API to hide most of...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-09-23 Teodor SigaevAllow autoanalyze to add pages deleted from pending...
2015-09-07 Teodor SigaevMake GIN's cleanup pending list process interruptable
2015-09-07 Teodor SigaevAdd pages deleted from pending list to FSM
2015-09-05 Heikki LinnakangasFix misc typos.
2015-09-02 Teodor SigaevAllow usage of huge maintenance_work_mem for GIN build.
2015-07-27 Heikki LinnakangasReuse all-zero pages in GIN.
2015-06-29 Heikki LinnakangasInitialize GIN metapage correctly when replaying metapa...
2015-06-28 Heikki LinnakangasFix double-XLogBeginInsert call in GIN page splits.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-05-17 Magnus HaganderFix typos in comments
2015-05-15 Alvaro HerreraMove strategy numbers to include/access/stratnum.h
2015-03-29 Tom LaneMake ginbuild's funcCtx be independent of its tmpCtx.
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.
next