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
/
include
/
replication
Age
Commit message (
Expand
)
Author
2023-08-14
Simplify determining logical replication worker types.
Amit Kapila
2023-08-03
Refactor to split Apply and Tablesync Workers code.
Amit Kapila
2023-07-25
Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables.
Masahiko Sawada
2023-07-25
Fix the display of UNKNOWN message type in apply worker.
Amit Kapila
2023-05-21
Optimize walsender wake up logic using condition variables
Andres Freund
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-09
Fix invalid memory access during the shutdown of the parallel apply worker.
Amit Kapila
2023-05-03
Fix assertion failure in apply worker.
Amit Kapila
2023-04-18
Fix some typos and some incorrectly duplicated words
David Rowley
2023-04-13
Harmonize some more function parameter names.
Peter Geoghegan
2023-04-08
For cascading replication, wake physical and logical walsenders separately
Andres Freund
2023-04-08
Support invalidating replication slots due to horizon and wal_level
Andres Freund
2023-04-08
Replace replication slot's invalidated_at LSN with an enum
Andres Freund
2023-03-30
Add new predefined role pg_create_subscription.
Robert Haas
2023-03-17
Add macros for ReorderBufferTXN toptxn.
Amit Kapila
2023-03-15
Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.
Amit Kapila
2023-02-08
Fix the logical replication timeout during large DDLs.
Amit Kapila
2023-01-30
Rename GUC logical_decoding_mode to logical_replication_mode.
Amit Kapila
2023-01-22
Track logrep apply workers' last start times to avoid useless waits.
Tom Lane
2023-01-18
Use dlists instead of SHM_QUEUE for syncrep queue
Andres Freund
2023-01-18
Display the leader apply worker's PID for parallel apply workers.
Amit Kapila
2023-01-09
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-06
Wake up a subscription's replication worker processes after DDL.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-26
Add 'logical_decoding_mode' GUC.
Amit Kapila
2022-12-08
Avoid unnecessary streaming of transactions during logical replication.
Amit Kapila
2022-12-02
Fix incorrect output from pgoutput when using column lists.
Amit Kapila
2022-11-02
Add doubly linked count list implementation
David Rowley
2022-10-11
Add a common function to generate the origin name.
Amit Kapila
2022-10-08
pgstat: Prevent stats reset from corrupting slotname by removing slotname
Andres Freund
2022-09-26
Remove unused xid parameter.
Amit Kapila
2022-09-22
Harmonize more lexer function parameter names.
Peter Geoghegan
2022-09-21
Harmonize lexer adjacent function parameter names.
Peter Geoghegan
2022-09-21
Pass Size as a 2nd argument for snprintf() in tablesync.c.
Amit Kapila
2022-09-20
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
Harmonize heapam and tableam parameter names.
Peter Geoghegan
2022-09-18
Harmonize missed reorderbuffer parameter names.
Peter Geoghegan
2022-09-18
Harmonize reorderbuffer parameter names.
Peter Geoghegan
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-08-22
Fix comment in walsender_private.h
Michael Paquier
2022-08-13
Remove replacement code for getaddrinfo.
Thomas Munro
2022-08-11
Fix catalog lookup with the wrong snapshot during logical decoding.
Amit Kapila
2022-08-10
Move basebackup code to new directory src/backend/backup
Robert Haas
2022-08-04
Fix formatting and comment typos
John Naylor
2022-08-04
Fix inconsistent comments for some function declarations in headers
Michael Paquier
2022-07-21
Allow users to skip logical replication of data having origin.
Amit Kapila
2022-07-18
Add central declarations for dlsym()ed symbols
Andres Freund
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-06-16
Fix data inconsistency between publisher and subscriber.
Amit Kapila
2022-05-12
Add missing 'extern' to function prototypes.
Andres Freund
[next]