]> granicus.if.org Git - postgresql/history - src/backend/access/rmgrdesc
Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().
[postgresql] / src / backend / access / rmgrdesc /
2016-12-05 Fujii MasaoFix incorrect output from gin_desc().
2016-09-23 Tom LaneRemove useless code.
2016-08-29 Alvaro HerreraSplit hash.h → hash_xlog.h
2016-07-18 Andres FreundClear all-frozen visibilitymap status when locking...
2016-06-17 Robert Haaspg_visibility: Add pg_truncate_visibility_map function.
2016-06-09 Robert Haaspgindent run for 9.6
2016-04-27 Andres FreundEmit invalidations to standby for transactions without...
2016-04-12 Stephen FrostCorrect copyright for newly added genericdesc.c
2016-04-06 Simon RiggsGeneric Messages for Logical Decoding
2016-04-01 Teodor SigaevAdd Generic WAL interface
2016-03-18 Peter EisentrautMerge wal_level "archive" and "hot_standby" into new...
2016-03-08 Robert HaasAdd new flags argument for xl_heap_visible to heap2_desc.
2016-02-12 Joe ConwayChange delimiter used for display of NextXID
2016-01-21 Simon RiggsRefactor headers to split out standby defs
2016-01-09 Simon RiggsRevoke change to rmgr desc of btree vacuum
2016-01-09 Simon RiggsAvoid pin scan for replay of XLOG_BTREE_VACUUM
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-28 Joe ConwayRename (new|old)estCommitTs to (new|old)estCommitTsXid
2015-11-19 Robert HaasFix typo in comment.
2015-09-29 Alvaro HerreraCode review for transaction commit timestamps
2015-09-26 Andres FreundRework the way multixact truncations work.
2015-07-02 Heikki LinnakangasUse appendStringInfoString/Char et al where appropriate.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-05-12 Peter EisentrautReplace some appendStringInfo* calls with more appropri...
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-05-01 Andres FreundFix unaligned memory access in xlog parsing due to...
2015-04-29 Andres FreundIntroduce replication progress tracking infrastructure.
2015-03-15 Andres FreundMerge the various forms of transaction commit & abort...
2015-03-09 Heikki LinnakangasMove WAL-related definitions from dbcommands.h to separ...
2015-01-12 Alvaro HerreraTweak heapam's rmgr desc output slightly
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-05 Heikki LinnakangasPrint new track_commit_timestamp in rm_desc of a parame...
2014-12-05 Heikki LinnakangasPrint wal_log_hints in the rm_desc routing of a paramet...
2014-12-03 Alvaro HerreraKeep track of transaction commit timestamps
2014-11-24 Heikki LinnakangasDistinguish XLOG_FPI records generated for hint-bit...
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-11-08 Alvaro HerreraFix some coding issues in BRIN
2014-11-07 Alvaro HerreraBRIN: Block Range Indexes
2014-09-22 Andres FreundImprove code around the recently added rm_identify...
2014-09-19 Andres FreundAdd rmgr callback to name xlog record types for display...
2014-07-31 Heikki LinnakangasMove log_newpage and log_newpage_buffer to xlog.c.
2014-06-14 Heikki LinnakangasChange the signature of rm_desc so that it's passed...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-30 Tom LaneRationalize common/relpath.[hc].
2014-04-23 Heikki LinnakangasCleanup of new b-tree page deletion code.
2014-04-22 Heikki LinnakangasFix rm_desc routine of b-tree page delete records.
2014-03-31 Heikki LinnakangasRewrite the way GIN posting lists are packed on a page...
2014-03-14 Heikki LinnakangasFix race condition in B-tree page deletion.
2014-03-03 Robert HaasIntroduce logical decoding.
2014-01-22 Heikki LinnakangasCompress GIN posting lists, for smaller index size.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-16 Alvaro HerreraRework tuple freezing protocol
2013-12-11 Robert HaasAdd new wal_level, logical, sufficient for logical...
2013-11-28 Heikki LinnakangasAnother gin_desc fix.
2013-11-28 Heikki LinnakangasFix gin_desc routine to match the WAL format.
2013-11-27 Heikki LinnakangasGet rid of the post-recovery cleanup step of GIN page...
2013-10-31 Robert HaasUse appendStringInfoString instead of appendStringInfo...
2013-07-04 Robert HaasAdd new GUC, max_worker_processes, limiting number...
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-06-17 Jeff DavisAdd buffer_std flag to MarkBufferDirtyHint().
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-08 Simon RiggsAvoid tricky race condition recording XLOG_HINT
2013-03-22 Simon RiggsAllow I/O reliability checks using 16-bit checksums
2013-02-22 Alvaro HerreraMove relpath() to libpgcommon
2013-02-11 Heikki LinnakangasInclude previous TLI in end-of-recovery and shutdown...
2013-01-29 Simon RiggsFast promote mode skips checkpoint at end of recovery.
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-14 Alvaro HerreraRemove spurious space
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-13 Heikki LinnakangasMake xlog_internal.h includable in frontend context.
2012-11-28 Alvaro HerreraSplit out rmgr rm_desc functions into their own files