summaryrefslogtreecommitdiff
path: root/src/backend/access/gin/ginxlog.c
AgeCommit message (Expand)Author
2017-02-14Split index xlog headers from other private index headers.Robert Haas
2017-02-08Add WAL consistency checking facility.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-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-01-02Update copyright for 2016Bruce Momjian
2015-06-29Initialize GIN metapage correctly when replaying metapage-update WAL record.Heikki Linnakangas
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-09-02Refactor per-page logic common to all redo routines to a new function.Heikki Linnakangas
2014-07-31Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas
2014-05-08Protect against torn pages when deleting GIN list pages.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-04-14Set pd_lower on internal GIN posting tree pages.Heikki Linnakangas
2014-04-07Fix WAL replay bug in the new GIN incomplete-split code.Heikki Linnakangas
2014-04-01Remove dead check for backup block, replace with Assert.Heikki Linnakangas
2014-03-31Rewrite the way GIN posting lists are packed on a page, to reduce WAL volume.Heikki Linnakangas
2014-03-12In WAL replay, restore GIN metapage unconditionally to avoid torn page.Heikki Linnakangas
2014-01-24Reset unused fields in GIN data leaf page footer.Heikki Linnakangas
2014-01-22Compress GIN posting lists, for smaller index size.Heikki Linnakangas
2014-01-07Update copyright for 2014Bruce Momjian
2013-11-27Get rid of the post-recovery cleanup step of GIN page splits.Heikki Linnakangas
2013-11-27More GIN refactoring.Heikki Linnakangas
2013-11-20Refactor the internal GIN B-tree interface for forming a downlink.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-12-28Remove obsolete XLogRecPtr macrosAlvaro Herrera
2012-11-28Split out rmgr rm_desc functions into their own filesAlvaro Herrera
2012-11-13Fix multiple problems in WAL replay.Tom Lane
2012-04-06Fix misleading output from gin_desc().Tom Lane
2012-02-26Fix some more bugs in GIN's WAL replay logic.Tom Lane
2012-02-05Improve comment.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-25Fix erroneous replay of GIN_UPDATE_META_PAGE WAL records.Tom Lane
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-10-18Fix a passel of inappropriately-named global functions in GIN.Tom Lane
2010-10-18Improve GIN indexscan cost estimation.Tom Lane
2010-10-11Fix assorted bugs in GIN's WAL replay logic.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-09Fix bug in GIN WAL redo cleanup function: don't free fake relcache entryHeikki Linnakangas
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-19Allow read only connections during recovery, known as Hot Standby.Simon Riggs
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian