aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/origin.c
Commit message (Expand)AuthorAge
* Tighten use of OpenTransientFile and CloseTransientFileMichael Paquier2019-03-09
* Move generic snapshot related code from tqual.h to snapmgr.h.Andres Freund2019-01-21
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Reset properly errno before calling write()Michael Paquier2018-08-05
* Add proper errcodes to new error messages for read() failuresMichael Paquier2018-07-23
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Rework error messages around file handlingMichael Paquier2018-07-18
* Address set of issues with errno handlingMichael Paquier2018-06-25
* Fix typoPeter Eisentraut2018-02-12
* Fix Latin spellingPeter Eisentraut2018-01-11
* Fix race condition during replication origin drop.Tom Lane2018-01-09
* Update copyright for 2018Bruce Momjian2018-01-02
* Fix more user-visible elog() calls.Robert Haas2017-10-05
* Refactor new file permission handlingPeter Eisentraut2017-09-23
* Restore behavior for replication origin dropAlvaro Herrera2017-09-01
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Fix replication origin-related race conditionsAlvaro Herrera2017-08-08
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Spelling fixes in code commentsPeter Eisentraut2017-04-26
* Zero padding in replication origin's checkpointed on disk-state.Andres Freund2017-04-23
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-12
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane2017-02-01
* Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera2017-01-31
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Simplify LWLock tranche machinery by removing array_base/array_stride.Robert Haas2016-12-16
* pgindent run for 9.6Robert Haas2016-06-09
* Adjust datatype of ReplicationState.acquired_by.Tom Lane2016-04-14
* Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund2016-03-09
* Introduce durable_rename() and durable_link_or_rename().Andres Freund2016-03-09
* Make builtin lwlock tranche names consistent.Robert Haas2016-02-12
* Make all built-in lwlock tranche IDs fixed.Robert Haas2016-02-02
* Fix typos in commentsMagnus Hagander2016-02-01
* Update copyright for 2016Bruce Momjian2016-01-02
* Message style improvementsPeter Eisentraut2015-10-28
* Fix "sesssion" typoAlvaro Herrera2015-09-28
* Fix misc typos.Heikki Linnakangas2015-09-05
* Address points made in post-commit review of replication origins.Andres Freund2015-08-07
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix more typos in comments.Heikki Linnakangas2015-05-20
* Fix typosPeter Eisentraut2015-05-04
* Copy editing of the replication origins patch.Andres Freund2015-05-01
* Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX.Andres Freund2015-04-30
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29