Commit Graph

22 Commits (e2838c58047a98e91cb6f329b17bb86f343c03d2)

Author SHA1 Message Date
Tom Lane 71dca408c0 Don't propagate a null subtransaction snapshot up to parent transaction. 10 years ago
Tom Lane e7a456174b Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms. 10 years ago
Andres Freund 5990a034ad logical decoding: Fix handling of large old tuples with replica identity full. 10 years ago
Andres Freund e76e365be9 logical decoding: old/newtuple in spooled UPDATE changes was switched around. 10 years ago
Andres Freund 6e759cefe8 logical decoding: Tell reorderbuffer about all xids. 10 years ago
Andres Freund f8a75881f9 logical decoding: fix decoding of a commit's commit time. 10 years ago
Andres Freund 55728ea501 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. 11 years ago
Heikki Linnakangas 4fc72cc7bb Collection of typo fixes. 11 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(). 12 years ago
Andres Freund 1b86c81d2d Fix decoding of MULTI_INSERTs when rows other than the last are toasted. 12 years ago
Heikki Linnakangas d900e192a3 Add test case for logical decoding of prepared transactions. 12 years ago
Heikki Linnakangas afd0fcbc5d Fix test_decoding test case's check that slot has been dropped. 12 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