index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
subscription
Commit message (
Expand
)
Author
Age
*
Fix the Drop Database hang.
Amit Kapila
2023-01-24
*
Make new GENERATED-expressions code more bulletproof.
Tom Lane
2023-01-15
*
Back-Patch "Add wait_for_subscription_sync for TAP tests."
Amit Kapila
2022-08-12
*
Fix partition table's REPLICA IDENTITY checking on the subscriber.
Amit Kapila
2022-06-21
*
Fix data inconsistency between publisher and subscriber.
Amit Kapila
2022-06-16
*
Fix cache look-up failures while applying changes in logical replication.
Amit Kapila
2022-06-15
*
Fix publish_as_relid with multiple publications
Tomas Vondra
2022-03-16
*
Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.
Noah Misch
2022-03-04
*
Fix double publish of child table's data.
Amit Kapila
2021-12-09
*
Invalidate relcache when changing REPLICA IDENTITY index.
Amit Kapila
2021-11-16
*
Remove gratuitous environment dependency in 002_types.pl test.
Tom Lane
2021-09-30
*
Fix the random test failure in 001_rep_changes.
Amit Kapila
2021-09-01
*
Fix Alter Subscription's Add/Drop Publication behavior.
Amit Kapila
2021-08-24
*
Pre branch pgindent / pgperltidy run
Andrew Dunstan
2021-06-28
*
Handle no replica identity index case in RelationGetIdentityKeyBitmap.
Amit Kapila
2021-06-19
*
Improve log pattern detection in recently-added TAP tests
Michael Paquier
2021-06-12
*
Fix multiple crasher bugs in partitioned-table replication logic.
Tom Lane
2021-06-11
*
pgoutput: Fix memory leak due to RelationSyncEntry.map.
Amit Kapila
2021-06-01
*
Fix deadlock for multiple replicating truncates of the same table.
Amit Kapila
2021-05-21
*
Fix 020_messages.pl test.
Amit Kapila
2021-05-19
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Add a copyright notice to perl files lacking one.
Andrew Dunstan
2021-05-07
*
Fix Logical Replication of Truncate in synchronous commit mode.
Amit Kapila
2021-04-27
*
Add more tests with triggers on partitions for logical replication
Michael Paquier
2021-04-26
*
Fix the tests added by commit ac4645c015.
Amit Kapila
2021-04-06
*
Allow pgoutput to send logical decoding messages.
Amit Kapila
2021-04-06
*
Remove the unnecessary PrepareWrite in pgoutput.
Amit Kapila
2021-02-16
*
Allow multiple xacts during table sync in logical replication.
Amit Kapila
2021-02-12
*
Fix error with CREATE PUBLICATION, wal_level=minimal, and new tables.
Noah Misch
2021-01-30
*
Fix ALTER PUBLICATION...DROP TABLE behavior.
Amit Kapila
2021-01-25
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Use HASH_BLOBS for xidhash.
Noah Misch
2020-12-12
*
Fix query in new test to check tables are synced
Alvaro Herrera
2020-10-15
*
Restore replication protocol's duplicate command tags
Alvaro Herrera
2020-10-14
*
Add additional tests to test streaming of in-progress transactions.
Amit Kapila
2020-09-07
*
Add support for streaming to built-in logical replication.
Amit Kapila
2020-09-03
*
Empty search_path in logical replication apply worker and walsender.
Noah Misch
2020-08-10
*
Fix construction of updated-columns bitmap in logical replication.
Tom Lane
2020-07-20
*
Allow logical replication to transfer data in binary format.
Tom Lane
2020-07-18
*
Fix assertion with relation using REPLICA IDENTITY FULL in subscriber
Michael Paquier
2020-05-16
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Allow publishing partition changes via ancestors
Peter Eisentraut
2020-04-08
*
Add logical replication support to replicate into partitioned tables
Peter Eisentraut
2020-04-06
*
Support adding partitioned tables to publication
Peter Eisentraut
2020-03-10
*
Remove incorrect assertion for INSERT in logical replication's publisher
Michael Paquier
2020-01-12
*
Have logical replication subscriber fire column triggers
Peter Eisentraut
2020-01-06
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Add test coverage for "unchanged toast column" replication code path.
Tom Lane
2019-11-22
*
Fix bogus tuple-slot management in logical replication UPDATE handling.
Tom Lane
2019-11-22
*
Fix subscription test
Peter Eisentraut
2019-11-09
[next]