]> granicus.if.org Git - postgresql/history - src/backend/replication/logical/origin.c
Fix misc typos, mostly in comments.
[postgresql] / src / backend / replication / logical / origin.c
2018-07-18 Heikki LinnakangasFix misc typos, mostly in comments.
2018-07-17 Michael PaquierRework error messages around file handling
2018-06-25 Michael PaquierAddress set of issues with errno handling
2018-02-13 Peter EisentrautFix typo
2018-01-11 Peter EisentrautFix Latin spelling
2018-01-09 Tom LaneFix race condition during replication origin drop.
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-10-05 Robert HaasFix more user-visible elog() calls.
2017-09-23 Peter EisentrautRefactor new file permission handling
2017-09-01 Alvaro HerreraRestore behavior for replication origin drop
2017-08-14 Tom LaneFinal pgindent + perltidy run for v10.
2017-08-08 Alvaro HerreraFix replication origin-related race conditions
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-04-26 Peter EisentrautSpelling fixes in code comments
2017-04-23 Andres FreundZero padding in replication origin's checkpointed on...
2017-03-12 Noah MischUse wrappers of PG_DETOAST_DATUM_PACKED() more.
2017-02-06 Heikki LinnakangasFix typos in comments.
2017-02-01 Tom LaneProvide CatalogTupleDelete() as a wrapper around simple...
2017-01-31 Alvaro HerreraTweak catalog indexing abstraction for upcoming WARM
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-16 Robert HaasSimplify LWLock tranche machinery by removing array_bas...
2016-06-09 Robert Haaspgindent run for 9.6
2016-04-14 Tom LaneAdjust datatype of ReplicationState.acquired_by.
2016-03-10 Andres FreundAvoid unlikely data-loss scenarios due to rename()...
2016-03-10 Andres FreundIntroduce durable_rename() and durable_link_or_rename().
2016-02-12 Robert HaasMake builtin lwlock tranche names consistent.
2016-02-02 Robert HaasMake all built-in lwlock tranche IDs fixed.
2016-02-01 Magnus HaganderFix typos in comments
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-10-29 Peter EisentrautMessage style improvements
2015-09-28 Alvaro HerreraFix "sesssion" typo
2015-09-05 Heikki LinnakangasFix misc typos.
2015-08-07 Andres FreundAddress points made in post-commit review of replicatio...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasFix more typos in comments.
2015-05-05 Peter EisentrautFix typos
2015-05-01 Andres FreundCopy editing of the replication origins patch.
2015-04-29 Andres FreundCorrect replication origin's use of UINT16_MAX to PG_UI...
2015-04-29 Andres FreundIntroduce replication progress tracking infrastructure.