summaryrefslogtreecommitdiff
path: root/src/backend/access/gin/ginfast.c
AgeCommit message (Expand)Author
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-02-14Split index xlog headers from other private index headers.Robert Haas
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-04-28Prevent multiple cleanup process for pending list in GIN.Teodor Sigaev
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-01-30Fix whitespacePeter Eisentraut
2016-01-28Add gin_clean_pending_list function to clean up GIN pending listFujii Masao
2016-01-21Remove unused argument from ginInsertCleanup()Fujii Masao
2016-01-02Update copyright for 2016Bruce Momjian
2015-09-23Allow autoanalyze to add pages deleted from pending list to FSMTeodor Sigaev
2015-09-07Make GIN's cleanup pending list process interruptableTeodor Sigaev
2015-09-07Add pages deleted from pending list to FSMTeodor Sigaev
2015-09-05Fix misc typos.Heikki Linnakangas
2015-09-02Allow usage of huge maintenance_work_mem for GIN build.Teodor Sigaev
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-21No need to call XLogEnsureRecordSpace when the relation is unlogged.Heikki Linnakangas
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-11-13Rename pending_list_cleanup_size to gin_pending_list_limit.Fujii Masao
2014-11-11Add GUC and storage parameter to set the maximum size of GIN pending list.Fujii Masao
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-28Fix two bugs in WAL-logging of GIN pending-list pages.Heikki Linnakangas
2014-01-22Compress GIN posting lists, for smaller index size.Heikki Linnakangas
2014-01-07Update copyright for 2014Bruce Momjian
2013-03-18Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs
2013-01-01Update copyrights for 2013Bruce Momjian
2012-11-13Fix multiple problems in WAL replay.Tom Lane
2012-04-24Lots of doc corrections.Robert Haas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-01-08Fix GIN to support null keys, empty and null items, and full index scans.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-13Generalize concept of temporary relations to "relation persistence".Robert Haas
2010-10-18Fix a passel of inappropriately-named global functions in GIN.Tom Lane
2010-10-18Improve GIN indexscan cost estimation.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-01Rewrite the rbtree routines so that an RBNode is the first field of theTom Lane
2010-02-11Generic implementation of red-black binary tree. It's planned to use inTeodor Sigaev
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-10-02Make sure that GIN fast-insert and regular code paths enforce the sameTom Lane
2009-09-15Fix two distinct errors in creation of GIN_INSERT_LISTPAGE xlog records.Tom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-03-24Install a search tree depth limit in GIN bulk-insert operations, to preventTom Lane