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-07-20
Prevent BASE_BACKUP in the middle of another backup in the same session.
Fujii Masao
2022-07-18
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
Refactor sending of DataRow messages in replication protocol
Peter Eisentraut
2022-07-05
Revert 019_replslot_limit.pl related debugging aids.
Andres Freund
2022-07-04
Refactor sending of RowDescription messages in replication protocol
Peter Eisentraut
2022-07-04
Implement List support for TransactionId
Alvaro Herrera
2022-07-04
Fix for change timeline field of IDENTIFY_SYSTEM to int8
Peter Eisentraut
2022-07-04
Change timeline field of IDENTIFY_SYSTEM to int8
Peter Eisentraut
2022-07-04
Fix attlen in RowDescription of BASE_BACKUP response
Peter Eisentraut
2022-07-01
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
Fix code comments still referring to pg_start/stop_backup()
Michael Paquier
2022-06-30
Change some unnecessary MemSet calls
Peter Eisentraut
2022-06-23
Fix memory leak due to LogicalRepRelMapEntry.attrmap.
Amit Kapila
2022-06-21
Fix stale values in partition map entries on subscribers.
Amit Kapila
2022-06-21
Fix partition table's REPLICA IDENTITY checking on the subscriber.
Amit Kapila
2022-06-16
Fix data inconsistency between publisher and subscriber.
Amit Kapila
2022-06-15
Fix cache look-up failures while applying changes in logical replication.
Amit Kapila
2022-06-07
Fix off-by-one loop termination condition in pg_stat_get_subscription().
Tom Lane
2022-06-02
Prohibit combining publications with different column lists.
Amit Kapila
2022-05-19
Extend pg_publication_tables to display column list and row filter.
Amit Kapila
2022-05-18
Fix typo in walreceiver.c
Michael Paquier
2022-05-13
Clean up newlines following left parentheses
Alvaro Herrera
2022-05-13
Indent C code in flex and bison files
Peter Eisentraut
2022-05-13
Don't report stats in LogicalRepApplyLoop() when in xact.
Andres Freund
2022-05-12
Remove function declaration for function in pg_proc.
Andres Freund
2022-05-12
Add 'static' to file-local variables missing it.
Andres Freund
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
Mark a few 'bbsink' related functions / variables static.
Andres Freund
2022-05-11
Fix typos and grammar in code and test comments
Michael Paquier
2022-05-11
Fix the logical replication timeout during large transactions.
Amit Kapila
2022-05-06
Fix typo in origin.c
Michael Paquier
2022-04-28
Fix SQL syntax in comment in logical/worker.c
John Naylor
2022-04-20
Remove duplicated word in comment of basebackup.c
Michael Paquier
2022-04-19
Fix the check to limit sync workers.
Amit Kapila
2022-04-15
Tighten ComputeXidHorizons' handling of walsenders.
Tom Lane
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-12
Rename backup_compression.{c,h} to compression.{c,h}
Michael Paquier
2022-04-11
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
Fix the dates of some copyright notices
Michael Paquier
2022-04-07
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
Custom WAL Resource Managers.
Jeff Davis
2022-04-07
pgstat: remove stats_temp_directory.
Andres Freund
2022-04-07
pgstat: store statistics in shared memory.
Andres Freund
2022-04-07
pgstat: revise replication slot API in preparation for shared memory stats.
Andres Freund
2022-04-06
pgstat: stats collector references in comments.
Andres Freund
2022-04-06
Remove exclusive backup mode
Stephen Frost
2022-04-06
Improve comments for row filtering and toast interaction in logical replication.
Amit Kapila
2022-04-04
Improve the generation memory allocator
David Rowley
[next]