aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/origin.c
Commit message (Expand)AuthorAge
* Fix incorrect error code in StartupReplicationOrigin().Amit Kapila2021-08-30
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-14
* Add some const decorationsPeter Eisentraut2021-06-10
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Simplify printing of LSNsPeter Eisentraut2021-02-23
* Make pg_replication_origin_drop safe against concurrent drops.Amit Kapila2021-02-10
* Remove CheckpointLock.Robert Haas2021-01-25
* Fix typo in origin.c.Amit Kapila2021-01-05
* Update copyright for 2021Bruce Momjian2021-01-02
* Convert elog(LOG) calls to ereport() where appropriatePeter Eisentraut2020-12-04
* Replace superuser check by ACLs for replication origin functionsMichael Paquier2020-06-14
* Fix typos and some format mistakes in commentsMichael Paquier2020-06-12
* Spelling adjustmentsPeter Eisentraut2020-06-07
* Fix bogus initialization of replication origin shared memory state.Tom Lane2020-05-15
* Rename assorted LWLock tranches.Tom Lane2020-05-15
* Collect built-in LWLock tranche names statically, not dynamically.Tom Lane2020-05-14
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Fix gratuitous error message variationPeter Eisentraut2019-11-08
* Fix typoAlvaro Herrera2019-08-21
* Use consistent style for checking return from system callsPeter Eisentraut2019-07-07
* Add an enforcement mechanism for global object names in regression tests.Tom Lane2019-06-29
* Disallow user-created replication origins named "pg_xxx".Tom Lane2019-06-29
* Simplify some ERROR paths clearing wait events and transient filesMichael Paquier2019-04-17
* 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