]> granicus.if.org Git - postgresql/history - src/backend/replication/logical/reorderbuffer.c
Change extension of spilled ReorderBufferChange data to ".tmp".
[postgresql] / src / backend / replication / logical / reorderbuffer.c
2018-08-25 Jeff DavisChange extension of spilled ReorderBufferChange data...
2018-08-16 Tomas VondraClose the file descriptor in ApplyLogicalMappingFile
2018-08-04 Michael PaquierReset properly errno before calling write()
2018-07-09 Alvaro HerreraFlip argument order in XLogSegNoOffsetToRecPtr
2018-07-05 Alvaro Herreralogical decoding: beware of an unset specinsert change
2018-06-30 Andrew Dunstanpgindent run prior to branching
2018-06-26 Alvaro HerreraFix "base" snapshot handling in logical decoding
2018-06-25 Alvaro HerreraUpdate obsolete comments
2018-06-25 Michael PaquierAddress set of issues with errno handling
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-07 Peter EisentrautLogical decoding of TRUNCATE
2018-03-27 Tom LaneAllow memory contexts to have both fixed and variable...
2018-03-21 Peter EisentrautHandle heap rewrites even better in logical decoding
2018-03-06 Alvaro HerreraRefrain from duplicating data in reorderbuffers
2018-01-11 Peter EisentrautFix Latin spelling
2018-01-05 Alvaro HerreraFix failure to delete spill files of aborted transactions
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-13 Tom LaneRethink MemoryContext creation to improve performance.
2017-11-29 Robert HaasUpdate typedefs.list and re-run pgindent
2017-11-22 Simon RiggsGenerational memory allocator
2017-09-23 Peter EisentrautRefactor new file permission handling
2017-09-20 Andres FreundMake WAL segment size configurable at initdb time.
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-06-19 Andres FreundFix leaking of small spilled subtransactions during...
2017-05-15 Robert HaasAdd missing apostrophe.
2017-05-13 Andres FreundFix race condition leading to hanging logical slot...
2017-04-17 Peter EisentrautFix new warnings from GCC 7
2017-03-28 Alvaro HerreraRemove direct uses of ItemPointer.{ip_blkid,ip_posid}
2017-03-18 Robert HaasCreate and use wait events for read, write, and fsync...
2017-02-27 Andres FreundUse the new "Slab" context for some allocations in...
2017-02-06 Heikki LinnakangasFix typos in comments.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-10-26 Heikki LinnakangasFix typos in comments.
2016-10-04 Andres FreundCorrect logical decoding restore behaviour for subtrans...
2016-09-28 Robert HaasFix dangling pointer problem in ReorderBufferSerializeC...
2016-09-05 Tom LaneRemove duplicate code from ReorderBufferCleanupTXN().
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-08-19 Alvaro Herrerareorderbuffer: preserve errno while reporting error
2016-08-07 Tom LaneDon't propagate a null subtransaction snapshot up to...
2016-07-18 Magnus HaganderFix typos in comments and debug message
2016-06-30 Tom LaneFix typo in ReorderBufferIterTXNInit().
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-03 Greg StarkFix various common mispellings.
2016-04-27 Andres FreundEmit invalidations to standby for transactions without...
2016-04-14 Tom LaneFix core dump in ReorderBufferRestoreChange on alignmen...
2016-04-06 Simon RiggsGeneric Messages for Logical Decoding
2016-03-27 Andres FreundDon't use !! but != 0/NULL to force boolean evaluation.
2016-03-07 Andres FreundFurther improvements to c8f621c43.
2016-03-07 Andres FreundFix wrong allocation size in c8f621c43.
2016-03-06 Andres Freundlogical decoding: Fix handling of large old tuples...
2016-03-06 Andres Freundlogical decoding: old/newtuple in spooled UPDATE change...
2016-03-06 Andres Freundlogical decoding: Tell reorderbuffer about all xids.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-08-11 Alvaro HerreraDon't include rel.h when relcache.h is sufficient
2015-07-07 Andres FreundFix logical decoding bug leading to inefficient reopeni...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasFix more typos in comments.
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-04-29 Andres FreundIntroduce replication progress tracking infrastructure.
2015-04-16 Heikki LinnakangasFix assertion failure in logical decoding.
2015-02-21 Tom LaneUse FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
2015-01-26 Tom LaneFurther cleanup of ReorderBufferCommit().
2015-01-24 Tom LaneFix unsafe coding in ReorderBufferCommit().
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-18 Tom LaneImprove hash_create's API for selecting simple-binary...
2014-12-11 Tom LaneFix assorted confusion between Oid and int32.
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-11-13 Andres FreundFix and improve cache invalidation logic for logical...
2014-11-12 Peter EisentrautMessage improvements
2014-09-05 Peter EisentrautAssorted message fixes and improvements
2014-07-06 Andres FreundFix decoding of MULTI_INSERTs when rows other than...
2014-07-02 Andres FreundRename logical decoding's pg_llog directory to pg_logical.
2014-05-17 Tom LaneFix a bunch of functions that were declared static...
2014-05-09 Robert HaasCode review for logical decoding patch.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-05 Heikki LinnakangasPass sensible value to memset() when randomizing reorde...
2014-04-30 Tom LaneImprove error messages in reorderbuffer.c.
2014-04-30 Tom LaneRationalize common/relpath.[hc].
2014-03-07 Tom LaneRemove unportable use of anonymous unions from reorderb...
2014-03-05 Robert HaasFix some typos introduced by the logical decoding patch.
2014-03-03 Robert HaasIntroduce logical decoding.