summaryrefslogtreecommitdiff
path: root/src/backend/access/gin/ginvacuum.c
AgeCommit message (Expand)Author
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-03-23Reduce page locking in GIN vacuumTeodor Sigaev
2017-02-14Split index xlog headers from other private index headers.Robert Haas
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-21Remove unused argument from ginInsertCleanup()Fujii Masao
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-09-23Allow autoanalyze to add pages deleted from pending list to FSMTeodor Sigaev
2015-07-27Reuse all-zero pages in GIN.Heikki Linnakangas
2015-03-12Fix memory leaks in GIN index vacuum.Heikki Linnakangas
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-20Revamp the WAL record format.Heikki Linnakangas
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-14Set pd_lower on internal GIN posting tree pages.Heikki Linnakangas
2014-04-14Remove dead checks for invalid left page in ginDeletePage.Heikki Linnakangas
2014-01-22Fix declaration of GinVacuumState.Heikki Linnakangas
2014-01-22Compress GIN posting lists, for smaller index size.Heikki Linnakangas
2014-01-07Update copyright for 2014Bruce Momjian
2013-11-08Fix race condition in GIN posting tree page deletion.Heikki Linnakangas
2013-11-06Misc GIN refactoring.Heikki Linnakangas
2013-10-03Minor GIN code refactoring.Heikki Linnakangas
2013-03-18Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs
2013-01-01Update copyrights for 2013Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
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-02-08Remove old-style VACUUM FULL (which was known for a little while asTom Lane
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-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-06-06Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat saneTom Lane
2009-03-24Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-11-19Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas
2008-11-03Clean up the messy semantics (not to mention inefficiency) of PageGetTempPageTom Lane
2008-10-31Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBufferHeikki Linnakangas
2008-10-06Index FSMs needs to be vacuumed as well. Report by Jeff Davis.Heikki Linnakangas