Commit Graph

192 Commits (179c4639cf1dcbe54f3469d7f44a11f172332893)

Author SHA1 Message Date
Peter Eisentraut a8d585c091 Message style improvements 10 years ago
Andres Freund 920218cbc0 Improve errhint() about replication slot naming restrictions. 10 years ago
Andres Freund eef34e5236 test_decoding: Protect against rare spurious test failures. 10 years ago
Robert Haas 5243a35825 Remove bogus step from test_decoding isolation tests. 10 years ago
Andres Freund 3f811c2d6f Add confirmed_flush column to pg_replication_slots. 10 years ago
Andres Freund d47a1136e4 Fix test_decoding's handling of nonexistant columns in old tuple versions. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Heikki Linnakangas 4fc72cc7bb Collection of typo fixes. 10 years ago
Peter Eisentraut d02f16470f Replace some appendStringInfo* calls with more appropriate variants 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
Peter Eisentraut dbf2ec1a1c Fix parallel make risk with new check temp-install setup 11 years ago
Andres Freund 5aa2350426 Introduce replication progress tracking infrastructure. 11 years ago
Peter Eisentraut dcae5facca Improve speed of make check-world 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
Bruce Momjian 4baaf863ec Update copyright for 2015 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
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 11 years ago
Noah Misch c0e8fb6148 contrib/test_decoding/Makefile sets MODULES, so omit OBJS. 11 years ago
Andres Freund 626bfad6cc Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert(). 11 years ago
Bruce Momjian 6a605cd6bd Adjust blank lines around PG_MODULE_MAGIC defines, for consistency 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 0a78320057 pgindent run for 9.4 12 years ago
Bruce Momjian ab76d8e9d6 contrib/test_decoding: fix regression test for psql oid display changes 12 years ago
Robert Haas 0f95b723eb test_decoding: Update .gitignore 12 years ago
Andrew Dunstan 7317d8d961 Use separate output dirs for test_decoding's two runs. 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 890194f14d Comment fixes related to logical decoding. 12 years ago
Tom Lane ea177a3ba7 Remove unportable use of anonymous unions from reorderbuffer.h. 12 years ago
Robert Haas 97e899e1b8 Fix test_decoding regression test outputs. 12 years ago
Peter Eisentraut 6f37c08057 Fix whitespace 12 years ago
Robert Haas b89e151054 Introduce logical decoding. 12 years ago