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-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
2022-09-07
Message style fixes
Alvaro Herrera
2022-09-06
Fix an assortment of improper usages of string functions
David Rowley
2022-09-04
Build all Flex files standalone
John Naylor
2022-09-02
Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat()
Michael Paquier
2022-08-30
Drop replication origin slots before tablesync worker exits.
Amit Kapila
2022-08-29
Fix the incorrect assertion introduced in commit 7f13ac8123.
Amit Kapila
2022-08-26
Remove unneeded null pointer checks before PQfreemem()
Peter Eisentraut
2022-08-23
Add CHECK_FOR_INTERRUPTS while decoding changes.
Amit Kapila
2022-08-23
Switch format specifier for replication origins to %d
John Naylor
2022-08-19
Remove shadowed local variables that are new in v15
David Rowley
2022-08-18
Refer to replication origin roident as "ID" in user facing messages and docs
John Naylor
2022-08-17
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-11
struct PQWalReceiverFunctions: use designated initializers
Alvaro Herrera
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-06
Replace pgwin32_is_junction() with lstat().
Thomas Munro
2022-08-04
Remove dead pread and pwrite replacement code.
Thomas Munro
2022-08-04
Remove configure probes for symlink/readlink, and dead code.
Thomas Munro
2022-07-28
Clean up some residual confusion between OIDs and RelFileNumbers.
Robert Haas
2022-07-27
Refactor code in charge of grabbing the relations of a subscription
Michael Paquier
2022-07-21
Allow users to skip logical replication of data having origin.
Amit Kapila
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
[next]