index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
Age
Commit message (
Expand
)
Author
2021-11-11
Restore lock level to set vacuum flags
Alvaro Herrera
2021-11-10
Doc: improve protocol spec for logical replication Type messages.
Tom Lane
2021-11-10
Fix thinko in assertion in basebackup.c.
Robert Haas
2021-11-10
Improve error messages for some callers of XLogReadRecord()
Michael Paquier
2021-11-09
Have the server properly terminate tar archives.
Robert Haas
2021-11-05
Remove all use of ThisTimeLineID global variable outside of xlog.c
Robert Haas
2021-11-05
Don't set ThisTimeLineID when there's no reason to do so.
Robert Haas
2021-11-05
Introduce 'bbsink' abstraction to modularize base backup code.
Robert Haas
2021-11-02
Ensure consistent logical replication of datetime and float8 values.
Tom Lane
2021-11-01
Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp
Alvaro Herrera
2021-10-29
When fetching WAL for a basebackup, report errors with a sensible TLI.
Robert Haas
2021-10-27
Allow publishing the tables of schema.
Amit Kapila
2021-10-25
Remove useless code from CreateReplicationSlot.
Robert Haas
2021-10-24
Add replication command READ_REPLICATION_SLOT
Michael Paquier
2021-10-18
Reset properly snapshot export state during transaction abort
Michael Paquier
2021-10-12
Refactor basebackup.c's _tarWriteDir() function.
Robert Haas
2021-10-05
Flexible options for CREATE_REPLICATION_SLOT.
Robert Haas
2021-10-05
Flexible options for BASE_BACKUP.
Robert Haas
2021-10-05
Remove obsolete comment in snapbuild.c.
Amit Kapila
2021-09-22
Add parent table name in an error in reorderbuffer.c.
Amit Kapila
2021-09-14
Remove code duplication for permission checks with replication slots
Michael Paquier
2021-09-13
Fix reorder buffer memory accounting for toast changes.
Amit Kapila
2021-09-09
Fix issue with WAL archiving in standby.
Fujii Masao
2021-09-07
Log new catalog xmin candidate in LogicalIncreaseXminForSlot().
Amit Kapila
2021-09-04
Revert "Avoid creating archive status ".ready" files too early"
Alvaro Herrera
2021-09-02
Optimize fileset usage in apply worker.
Amit Kapila
2021-08-30
Fix incorrect error code in StartupReplicationOrigin().
Amit Kapila
2021-08-30
Refactor sharedfileset.c to separate out fileset implementation.
Amit Kapila
2021-08-27
Add logical change details to logical replication worker errcontext.
Amit Kapila
2021-08-23
Avoid creating archive status ".ready" files too early
Alvaro Herrera
2021-08-23
Fix backup manifests to generate correct WAL-Ranges across timelines
Michael Paquier
2021-08-19
Rename LOGICAL_REP_MSG_STREAM_END to LOGICAL_REP_MSG_STREAM_STOP.
Amit Kapila
2021-08-19
Revert refactoring of hex code to src/common/
Michael Paquier
2021-08-05
Remove unused argument "txn" in maybe_send_schema().
Fujii Masao
2021-08-04
Add prepare API support for streaming transactions in logical replication.
Amit Kapila
2021-07-30
Improve documentation for START_REPLICATION ... LOGICAL.
Jeff Davis
2021-07-30
Remove unused argument in apply_handle_commit_internal().
Amit Kapila
2021-07-29
Refactor to make common functions in proto.c and worker.c.
Amit Kapila
2021-07-28
Clarify some comments making use of leetspeak term "up2date"
Michael Paquier
2021-07-20
Fix potential buffer overruns in proto.c.
Amit Kapila
2021-07-16
Advance old-segment horizon properly after slot invalidation
Alvaro Herrera
2021-07-14
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-07-09
Eliminate replication protocol error related to IDENTIFY_SYSTEM.
Jeff Davis
2021-07-08
Fix typos in pgstat.c, reorderbuffer.c and pathnodes.h
Daniel Gustafsson
2021-07-02
Don't try to print data type names in slot_store_error_callback().
Tom Lane
2021-06-30
Allow streaming the changes after speculative aborts.
Amit Kapila
2021-06-30
Allow enabling two-phase option via replication protocol.
Amit Kapila
2021-06-29
Don't ERROR on PreallocXlogFiles() race condition.
Noah Misch
2021-06-29
Remove XLogFileInit() ability to unlink a pre-existing file.
Noah Misch
2021-06-29
Remove XLogFileInit() ability to skip ControlFileLock.
Noah Misch
[next]