Commit Graph

88 Commits (f07a3039c72b4a7afbe2b898fd1194575d13c37e)

Author SHA1 Message Date
Tom Lane 1518d07842 Fix crash when logical decoding is invoked from a PL function. 8 years ago
Robert Haas c097b271e8 Fix more user-visible elog() calls. 8 years ago
Andres Freund 0d1f98b80e Add regression test for wide REPLICA IDENTITY FULL updates. 8 years ago
Tom Lane d10c626de4 Rename WAL-related functions and views to use "lsn" not "location". 8 years ago
Andres Freund bae9b80160 Force synchronous commit in new-ish test_decoding test. 9 years ago
Robert Haas 806091c96f Remove all references to "xlog" from SQL-callable functions in pg_proc. 9 years ago
Peter Eisentraut fdf71389dd Various temporary slots test improvements 9 years ago
Tom Lane 23f722ba8e Fix race condition in test_decoding "slot" test. 9 years ago
Peter Eisentraut a924c327e2 Add support for temporary replication slots 9 years ago
Tom Lane e2a0ee6900 Make contrib/test_decoding regression tests safe for CZ locale. 9 years ago
Andres Freund ccbb852cd6 Fix further hash table order dependent tests. 9 years ago
Andres Freund 61633f7904 Correct logical decoding restore behaviour for subtransactions. 9 years ago
Tom Lane bcbecbce2f Don't propagate a null subtransaction snapshot up to parent transaction. 9 years ago
Tom Lane 18555b1323 Establish conventions about global object names used in regression tests. 9 years ago
Tom Lane 6a3d3965d6 Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms. 10 years ago
Andres Freund be65eddd80 Add required database and origin filtering for logical messages. 10 years ago
Simon Riggs d25379eb23 Modify test_decoding/messages to remove non-ascii chars 10 years ago
Simon Riggs 3fe3511d05 Generic Messages for Logical Decoding 10 years ago
Andres Freund c8f621c43a logical decoding: Fix handling of large old tuples with replica identity full. 10 years ago
Andres Freund 0bda14d54c logical decoding: old/newtuple in spooled UPDATE changes was switched around. 10 years ago
Andres Freund d9e903f3cb logical decoding: Tell reorderbuffer about all xids. 10 years ago
Andres Freund 7c17aac69d logical decoding: fix decoding of a commit's commit time. 10 years ago
Andres Freund eef34e5236 test_decoding: Protect against rare spurious test failures. 10 years ago
Andres Freund d47a1136e4 Fix test_decoding's handling of nonexistant columns in old tuple versions. 10 years ago
Heikki Linnakangas 4fc72cc7bb Collection of typo fixes. 10 years ago
Andres Freund 581f4f9657 Remove dependency on ordering in logical decoding upsert test. 11 years ago
Andres Freund 168d5805e4 Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. 11 years ago
Andres Freund 5aa2350426 Introduce replication progress tracking infrastructure. 11 years ago
Andres Freund 0fd38e1370 Don't skip SQL backends in logical decoding for visibility computation. 11 years ago
Andres Freund 89fd41b390 Fix and improve cache invalidation logic for logical decoding. 11 years ago
Andres Freund d6fa44fce7 Add skip-empty-xacts option to test_decoding for use in the regression tests. 11 years ago
Andres Freund 626bfad6cc Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert(). 11 years ago
Andres Freund 1b86c81d2d Fix decoding of MULTI_INSERTs when rows other than the last are toasted. 11 years ago
Heikki Linnakangas d900e192a3 Add test case for logical decoding of prepared transactions. 11 years ago
Heikki Linnakangas afd0fcbc5d Fix test_decoding test case's check that slot has been dropped. 11 years ago
Noah Misch 7ed908be41 Force consistent row order in contrib/test_decoding regression test. 12 years ago
Peter Eisentraut 6f37c08057 Fix whitespace 12 years ago
Robert Haas b89e151054 Introduce logical decoding. 12 years ago