]> granicus.if.org Git - postgresql/history - src/backend/access/gin/ginutil.c
Report progress of CREATE INDEX operations
[postgresql] / src / backend / access / gin / ginutil.c
2019-04-02 Alvaro HerreraReport progress of CREATE INDEX operations
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-12-13 Alexander KorotkovPrevent GIN deleted pages from being reclaimed too...
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-05-04 Teodor SigaevRe-think predicate locking on GIN indexes.
2018-04-07 Teodor SigaevIndexes with INCLUDE columns and their support in B...
2018-03-30 Teodor SigaevPredicate locking in GIN index
2018-01-03 Bruce MomjianUpdate copyright for 2018
2018-01-02 Peter EisentrautDon't cast between GinNullCategory and bool
2017-11-02 Tom LaneSet the metapage's pd_lower correctly in brin, gin...
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-06-21 Tom LanePhase 3 of pgindent updates.
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-01-24 Robert HaasExtend index AM API for parallel index scans.
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-08-13 Tom LaneAdd SQL-accessible functions for inspecting index AM...
2016-04-28 Teodor SigaevPrevent to use magic constants
2016-04-20 Kevin GrittnerRevert no-op changes to BufferGetPage()
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-01-18 Tom LaneRestructure index access method API to hide most of...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-01-06 Bruce MomjianUpdate copyright for 2015
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-05-06 Bruce Momjianpgindent run for 9.4
2014-03-12 Heikki LinnakangasAllow opclasses to provide tri-valued GIN consistent...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-03-18 Simon RiggsRemove PageSetTLI and rename pd_tli to pd_checksum
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
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-08 Peter EisentrautPer-column collation support
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-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-10-18 Tom LaneFix a passel of inappropriately-named global functions...
2010-10-18 Tom LaneImprove GIN indexscan cost estimation.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-03-24 Tom LaneImplement "fastupdate" support for GIN indexes, in...
2009-01-05 Alvaro HerreraChange the reloptions machinery to use a table-based...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-03 Tom LaneClean up the messy semantics (not to mention inefficien...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-07-11 Tom LaneMulti-column GIN indexes. Teodor Sigaev
2008-05-16 Tom LaneExtend GIN to support partial-match searches, and exten...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-01-31 Teodor SigaevAllow GIN's extractQuery method to signal that nothing...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-05 Tom LaneMake use of qsort_arg in several places that were forme...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-05 Teodor SigaevFix Intel compiler bug. Per discussion
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-11 Tom LaneTweak fillfactor code as per my recent proposal. Fix...
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.