Commit Graph

120 Commits (6db75edb2ecbc9f6912f90b671b01ab4ac3a01b0)

Author SHA1 Message Date
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 cef939c347 Rename pg_replication_slot's new active_in to active_pid. 11 years ago
Andres Freund d811c037ce Add 'active_in' column to pg_replication_slots. 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 ec5896aed3 Fix several weaknesses in slot and logical replication on-disk serialization. 11 years ago
Andres Freund 0ef3c29a4b Improve documentation about binary/textual output mode for output plugins. 11 years ago
Peter Eisentraut 303f4d1012 Assorted message fixes and improvements 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
Bruce Momjian ab76d8e9d6 contrib/test_decoding: fix regression test for psql oid display changes 12 years ago
Bruce Momjian 9d66116444 psql: display "Replica Identity" only for FULL and NOTHING 12 years ago
Noah Misch 7ed908be41 Force consistent row order in contrib/test_decoding regression test. 12 years ago
Bruce Momjian 5906e10a2a contrib/test_decoding: adjust expected output 12 years ago
Robert Haas 97e899e1b8 Fix test_decoding regression test outputs. 12 years ago
Robert Haas b89e151054 Introduce logical decoding. 12 years ago