index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use elog to report unexpected action in handle_streamed_transaction().
Masahiko Sawada
2023-04-24
1
-1
/
+1
*
Restart the apply worker if the 'password_required' option is changed.
Amit Kapila
2023-04-20
1
-0
/
+1
*
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-19
1
-1
/
+1
*
Fix some typos and some incorrectly duplicated words
David Rowley
2023-04-18
1
-1
/
+1
*
Improve error messages introduced in be87200efd9 and 0fdab27ad68
Andres Freund
2023-04-12
3
-3
/
+3
*
Allow logical decoding on standbys
Andres Freund
2023-04-08
4
-60
/
+111
*
For cascading replication, wake physical and logical walsenders separately
Andres Freund
2023-04-08
2
-5
/
+38
*
Handle logical slot conflicts on standby
Andres Freund
2023-04-08
1
-1
/
+7
*
Support invalidating replication slots due to horizon and wal_level
Andres Freund
2023-04-07
3
-27
/
+143
*
Prevent use of invalidated logical slot in CreateDecodingContext()
Andres Freund
2023-04-07
3
-20
/
+16
*
Replace replication slot's invalidated_at LSN with an enum
Andres Freund
2023-04-07
2
-9
/
+27
*
Add a run_as_owner option to subscriptions.
Robert Haas
2023-04-04
1
-10
/
+36
*
Perform logical replication actions as the table owner.
Robert Haas
2023-04-04
1
-1
/
+21
*
Fix possible logical replication crash.
Robert Haas
2023-04-03
1
-1
/
+3
*
Add new predefined role pg_create_subscription.
Robert Haas
2023-03-30
4
-10
/
+72
*
Refactor pgoutput_change().
Amit Kapila
2023-03-30
1
-156
/
+79
*
Allow logical replication to copy tables in binary format.
Amit Kapila
2023-03-23
1
-1
/
+16
*
Improve several permission-related error messages.
Peter Eisentraut
2023-03-17
1
-1
/
+3
*
Add macros for ReorderBufferTXN toptxn.
Amit Kapila
2023-03-17
2
-31
/
+21
*
Integrate superuser check into has_rolreplication()
Peter Eisentraut
2023-03-16
1
-1
/
+1
*
Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.
Amit Kapila
2023-03-15
2
-35
/
+233
*
Fill EState.es_rteperminfos more systematically.
Tom Lane
2023-03-06
2
-3
/
+10
*
Deduplicate handling of binary and text modes in logicalrep_read_tuple().
Amit Kapila
2023-03-06
1
-12
/
+6
*
Remove bms_first_member().
Tom Lane
2023-03-02
1
-1
/
+2
*
Don't repeatedly register cache callbacks in pgoutput plugin.
Tom Lane
2023-02-23
1
-4
/
+22
*
Fix snapshot handling in logicalmsg_decode
Tomas Vondra
2023-02-22
2
-2
/
+22
*
Speedup and increase usability of set proc title functions
David Rowley
2023-02-20
1
-17
/
+7
*
Add a new wait state and use it when sending data in the apply worker.
Amit Kapila
2023-02-16
1
-1
/
+2
*
Fix various typos in code and tests
Michael Paquier
2023-02-09
2
-4
/
+4
*
Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8
Andres Freund
2023-02-08
1
-2
/
+0
*
Fix the logical replication timeout during large DDLs.
Amit Kapila
2023-02-08
3
-48
/
+76
*
Use appropriate wait event when sending data in the apply worker.
Amit Kapila
2023-02-07
1
-2
/
+1
*
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-02-06
3
-30
/
+12
*
Optimize the origin drop functionality.
Amit Kapila
2023-02-03
1
-29
/
+33
*
Retire PG_SETMASK() macro.
Thomas Munro
2023-02-03
1
-1
/
+1
*
Allow the logical_replication_mode to be used on the subscriber.
Amit Kapila
2023-02-02
1
-5
/
+11
*
Rename GUC logical_decoding_mode to logical_replication_mode.
Amit Kapila
2023-01-30
1
-7
/
+7
*
Improve TimestampDifferenceMilliseconds to cope with overflow sanely.
Tom Lane
2023-01-26
1
-9
/
+3
*
Code review for commit 05a7be935.
Tom Lane
2023-01-26
1
-23
/
+24
*
Avoid type cheats for invalid dsa_handles and dshash_table_handles.
Tom Lane
2023-01-25
1
-4
/
+4
*
Fix the Drop Database hang.
Amit Kapila
2023-01-24
1
-7
/
+0
*
libpqwalreceiver: Convert to libpq-be-fe-helpers.h
Andres Freund
2023-01-23
1
-46
/
+7
*
Fix error handling in libpqrcv_connect()
Andres Freund
2023-01-23
1
-11
/
+15
*
Track logrep apply workers' last start times to avoid useless waits.
Tom Lane
2023-01-22
3
-49
/
+211
*
Use dlists instead of SHM_QUEUE for syncrep queue
Andres Freund
2023-01-18
2
-54
/
+37
*
Display the leader apply worker's PID for parallel apply workers.
Amit Kapila
2023-01-18
2
-20
/
+50
*
Improve the code to decide and process the apply action.
Amit Kapila
2023-01-17
1
-26
/
+47
*
Add BufFileRead variants with short read and EOF detection
Peter Eisentraut
2023-01-16
1
-28
/
+4
*
Fix some BufFileRead() error reporting
Peter Eisentraut
2023-01-16
1
-14
/
+19
*
Ignore dropped and generated columns from the column list.
Amit Kapila
2023-01-13
1
-1
/
+16
[next]