index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
logical
/
origin.c
Commit message (
Expand
)
Author
Age
*
Fix incorrect error code in StartupReplicationOrigin().
Amit Kapila
2021-08-30
*
Spelling adjustments
Peter Eisentraut
2020-06-07
*
Fix bogus initialization of replication origin shared memory state.
Tom Lane
2020-05-15
*
Rename assorted LWLock tranches.
Tom Lane
2020-05-15
*
Collect built-in LWLock tranche names statically, not dynamically.
Tom Lane
2020-05-14
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Fix gratuitous error message variation
Peter Eisentraut
2019-11-08
*
Fix typo
Alvaro Herrera
2019-08-21
*
Use consistent style for checking return from system calls
Peter Eisentraut
2019-07-07
*
Add an enforcement mechanism for global object names in regression tests.
Tom Lane
2019-06-29
*
Disallow user-created replication origins named "pg_xxx".
Tom Lane
2019-06-29
*
Simplify some ERROR paths clearing wait events and transient files
Michael Paquier
2019-04-17
*
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-03-09
*
Move generic snapshot related code from tqual.h to snapmgr.h.
Andres Freund
2019-01-21
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Reset properly errno before calling write()
Michael Paquier
2018-08-05
*
Add proper errcodes to new error messages for read() failures
Michael Paquier
2018-07-23
*
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
*
Rework error messages around file handling
Michael Paquier
2018-07-18
*
Address set of issues with errno handling
Michael Paquier
2018-06-25
*
Fix typo
Peter Eisentraut
2018-02-12
*
Fix Latin spelling
Peter Eisentraut
2018-01-11
*
Fix race condition during replication origin drop.
Tom Lane
2018-01-09
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix more user-visible elog() calls.
Robert Haas
2017-10-05
*
Refactor new file permission handling
Peter Eisentraut
2017-09-23
*
Restore behavior for replication origin drop
Alvaro Herrera
2017-09-01
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
*
Fix replication origin-related race conditions
Alvaro Herrera
2017-08-08
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Spelling fixes in code comments
Peter Eisentraut
2017-04-26
*
Zero padding in replication origin's checkpointed on disk-state.
Andres Freund
2017-04-23
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().
Tom Lane
2017-02-01
*
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-31
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Simplify LWLock tranche machinery by removing array_base/array_stride.
Robert Haas
2016-12-16
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Adjust datatype of ReplicationState.acquired_by.
Tom Lane
2016-04-14
*
Avoid unlikely data-loss scenarios due to rename() without fsync.
Andres Freund
2016-03-09
*
Introduce durable_rename() and durable_link_or_rename().
Andres Freund
2016-03-09
*
Make builtin lwlock tranche names consistent.
Robert Haas
2016-02-12
*
Make all built-in lwlock tranche IDs fixed.
Robert Haas
2016-02-02
[next]