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
2022-03-07
Make the errcontext message in logical replication worker translation friendly.
Amit Kapila
2022-03-07
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-03-01
Reconsider pg_stat_subscription_workers view.
Amit Kapila
2022-02-27
Fix warning on mingw due to pid_t width, introduced in fe0972ee5e6.
Andres Freund
2022-02-26
Fix typo in logicalfuncs.c.
Amit Kapila
2022-02-26
Add further debug info to help debug 019_replslot_limit.pl failures.
Andres Freund
2022-02-23
Add temporary debug info to help debug 019_replslot_limit.pl failures.
Andres Freund
2022-02-22
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-02-18
Fix a comment in worker.c.
Amit Kapila
2022-02-17
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-02-16
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-02-15
Move replication slot release to before_shmem_exit().
Andres Freund
2022-02-14
Move scanint8() to numutils.c
Peter Eisentraut
2022-02-13
Silence minor compiler warnings.
Tom Lane
2022-02-11
Add suport for server-side LZ4 base backup compression.
Robert Haas
2022-02-10
Logical decoding of sequences
Tomas Vondra
2022-02-10
Remove server support for the previous base backup protocol.
Robert Haas
2022-02-10
Remove server support for old BASE_BACKUP command syntax.
Robert Haas
2022-02-04
Improve invalidation handling in pgoutput.c.
Amit Kapila
2022-02-02
Fix server crash bug in 'server' backup target.
Robert Haas
2022-01-30
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-28
Adjust server-side backup to depend on pg_write_server_files.
Robert Haas
2022-01-27
pg_basebackup: Add a dummy return to bbsink_gzip_new().
Robert Haas
2022-01-25
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-24
Fix limitations on what SQL commands can be issued to a walsender.
Tom Lane
2022-01-24
Server-side gzip compression.
Robert Haas
2022-01-24
Remember to reset yy_start state when firing up repl_scanner.l.
Tom Lane
2022-01-23
Clean up recent Coverity complaints.
Tom Lane
2022-01-20
Support base backup targets.
Robert Haas
2022-01-19
Make logical decoding a part of the rmgr.
Jeff Davis
2022-01-19
Fix alignment problem with bbsink_copystream buffer.
Robert Haas
2022-01-18
Modify pg_basebackup to use a new COPY subprotocol for base backups.
Robert Haas
2022-01-17
Add Boolean node
Peter Eisentraut
2022-01-11
Improve error handling of cryptohash computations
Michael Paquier
2022-01-09
More cleanup of a2ab9c06ea.
Jeff Davis
2022-01-08
Respect permissions within logical replication.
Jeff Davis
2022-01-08
Update copyright for 2022
Bruce Momjian
2022-01-05
Reduce relcache access in WAL sender streaming logical changes
Michael Paquier
2021-12-09
Fix some typos with {a,an}
Michael Paquier
2021-12-08
Fix origin timestamp during decoding of ROLLBACK PREPARED operation.
Amit Kapila
2021-12-01
Fix comment grammar in slotfuncs.c
Michael Paquier
2021-11-30
Add a view to show the stats of subscription workers.
Amit Kapila
2021-11-24
Rename SnapBuild* macros in slot.c.
Amit Kapila
2021-11-22
Be more specific about OOM in XLogReaderAllocate
Alvaro Herrera
2021-11-15
Fix thinko in bbsink_throttle_manifest_contents.
Robert Haas
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
[next]