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
2025-04-23
Fix an oversight in 3f28b2fcac.
Amit Kapila
2025-04-21
Use the same cmd_context throughout a walsender's lifetime.
Tom Lane
2025-04-11
Fix race with synchronous_standby_names at startup
Michael Paquier
2025-04-10
Improve various new-to-v18 appendStringInfo calls
David Rowley
2025-04-10
Fix data loss in logical replication.
Amit Kapila
2025-04-08
Fix uninitialized index information access during apply.
Amit Kapila
2025-04-07
Flush the IO statistics of active WAL senders more frequently
Michael Paquier
2025-04-04
Use standard die() signal handler in walreceiver
Heikki Linnakangas
2025-04-03
Restrict copying of invalidated replication slots.
Masahiko Sawada
2025-04-03
Fix slot synchronization for two_phase enabled slots.
Amit Kapila
2025-03-29
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-03-27
Fix guc_malloc calls for consistency and OOM checks
Daniel Gustafsson
2025-03-26
Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
Tom Lane
2025-03-25
Fix an oversight in 3abe9dc188.
Amit Kapila
2025-03-24
Detect and Log multiple_unique_conflicts type conflict.
Amit Kapila
2025-03-21
Add GUC option to control maximum active replication origins.
Masahiko Sawada
2025-03-17
aio: Basic subsystem initialization
Andres Freund
2025-03-14
Fix ALTER SUBSCRIPTION ... SET PUBLICATION ... command.
Amit Kapila
2025-03-13
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-03-13
Avoid invalidating all RelationSyncCache entries on publication rename.
Amit Kapila
2025-03-12
Rename alloc/free functions in reorderbuffer.c
Heikki Linnakangas
2025-03-11
pg_logicalinspect: Fix possible crash when passing a directory path.
Masahiko Sawada
2025-03-09
Fix incorrect assertion in libpqwalreceiver
Heikki Linnakangas
2025-03-06
Avoid invalidating all RelationSyncCache entries on publication change.
Amit Kapila
2025-03-06
Add more monitoring data for WAL writes in the WAL receiver
Michael Paquier
2025-03-05
Rename some signal and interrupt handling functions for consistency
Heikki Linnakangas
2025-03-05
Fix some gaps in pg_stat_io with WAL receiver and WAL summarizer
Michael Paquier
2025-02-27
Fix the race condition in ReplicationSlotAcquire().
Amit Kapila
2025-02-25
Change relpath() et al to return path by value
Andres Freund
2025-02-25
Doc: Fix pg_copy_logical_replication_slot description.
Amit Kapila
2025-02-24
Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary.
Masahiko Sawada
2025-02-23
SnapBuildRestoreContents() void * argument for binary data
Peter Eisentraut
2025-02-21
Drop opcintype from index AM strategy translation API
Peter Eisentraut
2025-02-21
backend launchers void * arguments for binary data
Peter Eisentraut
2025-02-20
Improve errdetail message added by ac0e33136a.
Amit Kapila
2025-02-19
Fix crash in brininsertcleanup during logical replication.
Tom Lane
2025-02-19
Add a test for commit ac0e33136a using the injection point.
Amit Kapila
2025-02-19
Invalidate inactive replication slots.
Amit Kapila
2025-02-13
Remove unnecessary (char *) casts [xlog]
Peter Eisentraut
2025-02-13
Rename RBTXN_PREPARE to RBTXN_IS_PREPARE for better clarification.
Masahiko Sawada
2025-02-13
Skip logical decoding of already-aborted transactions.
Masahiko Sawada
2025-02-12
Remove unnecessary (char *) casts [mem]
Peter Eisentraut
2025-02-12
Remove unnecessary (char *) casts [string]
Peter Eisentraut
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-02-07
Track unpruned relids to avoid processing pruned relations
Amit Langote
2025-02-05
Avoid updating inactive_since for invalid replication slots.
Amit Kapila
2025-02-03
Integrate GistTranslateCompareType() into IndexAmTranslateCompareType()
Peter Eisentraut
2025-01-31
Get rid of our dependency on type "long" for memory size calculations.
Tom Lane
2025-01-31
Raise an error while trying to acquire an invalid slot.
Amit Kapila
2025-01-29
Fix grammatical typos around possessive "its"
John Naylor
[next]