index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
test_decoding
/
sql
Commit message (
Expand
)
Author
Age
*
Remove assertion for replication origins in PREPARE TRANSACTION
Michael Paquier
2021-12-14
*
Fix toast rewrites in logical decoding.
Amit Kapila
2021-08-25
*
Propagate ALTER TABLE ... SET STORAGE to indexes
Peter Eisentraut
2020-05-08
*
Fix regression tests to use only global names beginning with "regress_".
Tom Lane
2019-06-29
*
Stop using spelling "nonexistant".
Noah Misch
2019-06-08
*
Fix potential assertion failure when reindexing a pg_class index.
Andres Freund
2019-04-29
*
Add facility to copy replication slots
Alvaro Herrera
2019-04-05
*
Relax overly strict assertion
Alvaro Herrera
2019-02-12
*
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-10-10
*
Force synchronous commit to be enabled for all test_decoding tests.
Andres Freund
2018-10-10
*
Fix logical replication slot initialization
Alvaro Herrera
2018-08-01
*
Block replication slot advance for these not yet reserving WAL
Michael Paquier
2018-07-11
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Logical decoding of TRUNCATE
Peter Eisentraut
2018-04-07
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
Handle heap rewrites even better in logical decoding
Peter Eisentraut
2018-03-21
*
Ability to advance replication slots
Simon Riggs
2018-01-17
*
Fix crash when logical decoding is invoked from a PL function.
Tom Lane
2017-10-06
*
Fix more user-visible elog() calls.
Robert Haas
2017-10-05
*
Add regression test for wide REPLICA IDENTITY FULL updates.
Andres Freund
2017-08-05
*
Rename WAL-related functions and views to use "lsn" not "location".
Tom Lane
2017-05-11
*
Force synchronous commit in new-ish test_decoding test.
Andres Freund
2017-04-04
*
Remove all references to "xlog" from SQL-callable functions in pg_proc.
Robert Haas
2017-02-09
*
Various temporary slots test improvements
Peter Eisentraut
2016-12-15
*
Fix race condition in test_decoding "slot" test.
Tom Lane
2016-12-12
*
Add support for temporary replication slots
Peter Eisentraut
2016-12-12
*
Make contrib/test_decoding regression tests safe for CZ locale.
Tom Lane
2016-11-21
*
Fix further hash table order dependent tests.
Andres Freund
2016-10-12
*
Correct logical decoding restore behaviour for subtransactions.
Andres Freund
2016-10-03
*
Don't propagate a null subtransaction snapshot up to parent transaction.
Tom Lane
2016-08-07
*
Establish conventions about global object names used in regression tests.
Tom Lane
2016-07-17
*
Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.
Tom Lane
2016-04-14
*
Add required database and origin filtering for logical messages.
Andres Freund
2016-04-13
*
Modify test_decoding/messages to remove non-ascii chars
Simon Riggs
2016-04-06
*
Generic Messages for Logical Decoding
Simon Riggs
2016-04-06
*
logical decoding: Fix handling of large old tuples with replica identity full.
Andres Freund
2016-03-05
*
logical decoding: old/newtuple in spooled UPDATE changes was switched around.
Andres Freund
2016-03-05
*
logical decoding: Tell reorderbuffer about all xids.
Andres Freund
2016-03-05
*
logical decoding: fix decoding of a commit's commit time.
Andres Freund
2016-03-02
*
test_decoding: Protect against rare spurious test failures.
Andres Freund
2015-09-22
*
Fix test_decoding's handling of nonexistant columns in old tuple versions.
Andres Freund
2015-06-27
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Remove dependency on ordering in logical decoding upsert test.
Andres Freund
2015-05-08
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-29
*
Don't skip SQL backends in logical decoding for visibility computation.
Andres Freund
2014-12-02
*
Fix and improve cache invalidation logic for logical decoding.
Andres Freund
2014-11-13
*
Add skip-empty-xacts option to test_decoding for use in the regression tests.
Andres Freund
2014-09-01
[next]