Commit Graph

20 Commits (31d250e049b4e3d51a635edaa2221c11815e40e7)

Author SHA1 Message Date
Alvaro Herrera 8c67d29fd5 Relax overly strict assertion 6 years ago
Simon Riggs 08ea7a2291 Revert MERGE patch 7 years ago
Simon Riggs d204ef6377 MERGE SQL Command following SQL:2016 7 years ago
Simon Riggs 7cf8a5c302 Revert "Modified files for MERGE" 7 years ago
Simon Riggs 354f13855e Modified files for MERGE 7 years ago
Peter Eisentraut 325f2ec555 Handle heap rewrites even better in logical decoding 7 years ago
Tom Lane d10c626de4 Rename WAL-related functions and views to use "lsn" not "location". 8 years ago
Robert Haas 806091c96f Remove all references to "xlog" from SQL-callable functions in pg_proc. 9 years ago
Andres Freund ccbb852cd6 Fix further hash table order dependent tests. 9 years ago
Tom Lane 6a3d3965d6 Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms. 9 years ago
Simon Riggs 3fe3511d05 Generic Messages for Logical Decoding 9 years ago
Andres Freund 0bda14d54c logical decoding: old/newtuple in spooled UPDATE changes was switched around. 9 years ago
Andres Freund d47a1136e4 Fix test_decoding's handling of nonexistant columns in old tuple versions. 10 years ago
Andres Freund 581f4f9657 Remove dependency on ordering in logical decoding upsert test. 10 years ago
Andres Freund 168d5805e4 Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. 10 years ago
Andres Freund d6fa44fce7 Add skip-empty-xacts option to test_decoding for use in the regression tests. 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. 11 years ago
Peter Eisentraut 6f37c08057 Fix whitespace 11 years ago
Robert Haas b89e151054 Introduce logical decoding. 11 years ago