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
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-26
Add 'logical_decoding_mode' GUC.
Amit Kapila
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-08
Avoid unnecessary streaming of transactions during logical replication.
Amit Kapila
2022-12-06
Rework query relation permission checking
Alvaro Herrera
2022-12-02
Generalize ri_RootToPartitionMap to use for non-partition children
Alvaro Herrera
2022-12-02
Fix incorrect output from pgoutput when using column lists.
Amit Kapila
2022-11-29
Add 'missing_ok' argument to build_attrmap_by_name
Alvaro Herrera
2022-11-28
Fix comment in snapbuild.c
Michael Paquier
2022-11-22
Improve comments atop pg_get_replication_slots.
Amit Kapila
2022-11-22
Ignore invalidated slots while computing oldest catalog Xmin
Alvaro Herrera
2022-11-21
Add additional checks while creating the initial decoding snapshot.
Amit Kapila
2022-11-17
Fix typos in comments
Daniel Gustafsson
2022-11-16
Fix slowdown in TAP tests due to recent walreceiver change.
Thomas Munro
2022-11-10
Fix comments atop ReorderBufferAddInvalidations.
Amit Kapila
2022-11-08
Suppress useless wakeups in walreceiver.
Thomas Munro
2022-11-02
Defend against unsupported partition relkind in logical replication worker.
Tom Lane
2022-11-02
Add doubly linked count list implementation
David Rowley
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-25
Clean up some GUC declarations and comments
Michael Paquier
2022-10-21
Add CHECK_FOR_INTERRUPTS while restoring changes during decoding.
Amit Kapila
2022-10-20
Fix assertion failures while processing NEW_CID record in logical decoding.
Amit Kapila
2022-10-19
Fix typos in logical/launcher.c
Michael Paquier
2022-10-18
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-14
Store GUC data in a memory context, instead of using malloc().
Tom Lane
2022-10-12
doc: Fix description of replication command CREATE_REPLICATION_SLOT
Michael Paquier
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-10-05
meson: Add windows resource files
Andres Freund
2022-10-05
Rename shadowed local variables
David Rowley
2022-09-30
Fix tab-completion after commit 790bf615ddba
Alvaro Herrera
2022-09-29
Improve wording of log messages triggered by max_slot_wal_keep_size.
Tom Lane
2022-09-29
Restore pg_pread and friends.
Thomas Munro
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-26
Remove unused xid parameter.
Amit Kapila
2022-09-24
Message style improvements
Peter Eisentraut
2022-09-23
Allow publications with schema and table of the same schema.
Amit Kapila
2022-09-22
Remove ALL keyword from TABLES IN SCHEMA for publication
Alvaro Herrera
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
Pass Size as a 2nd argument for snprintf() in tablesync.c.
Amit Kapila
2022-09-21
Improve some error messages.
Amit Kapila
2022-09-20
Fix incorrect variable types for origin IDs in decode.c
Michael Paquier
2022-09-20
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
Fix typos.
Amit Kapila
2022-09-18
Harmonize reorderbuffer parameter names.
Peter Geoghegan
2022-09-14
Use the terminology "WAL file" not "log file" more consistently.
Tom Lane
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-12
Make the tablesync worker's replication origin drop logic robust.
Amit Kapila
2022-09-09
Bump minimum version of Bison to 2.3
John Naylor
[next]