Commit Graph

28 Commits (80abbeba23d466b6541cf95082a9e1f36704424e)

Author SHA1 Message Date
Simon Riggs 3fe3511d05 Generic Messages for Logical Decoding 10 years ago
Teodor Sigaev 65578341af Add Generic WAL interface 10 years ago
Alvaro Herrera 3501f71c21 Fix broken variable declaration 10 years ago
Andres Freund b63bea5fd3 Further improvements to c8f621c43. 10 years ago
Andres Freund c8f621c43a logical decoding: Fix handling of large old tuples with replica identity full. 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
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Andres Freund f3a764b0da Set replication origin when decoding commit records. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 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 4f1b890b13 Merge the various forms of transaction commit & abort records. 11 years ago
Tom Lane e1a11d9311 Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[]. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Alvaro Herrera 73c986adde Keep track of transaction commit timestamps 11 years ago
Heikki Linnakangas 0bd624d63b Distinguish XLOG_FPI records generated for hint-bit updates. 11 years ago
Heikki Linnakangas 2c03216d83 Revamp the WAL record format. 11 years ago
Alvaro Herrera 7516f52594 BRIN: Block Range Indexes 11 years ago
Heikki Linnakangas 54685338e3 Move log_newpage and log_newpage_buffer to xlog.c. 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
Tom Lane 6c42b2b10a Fix unaligned accesses in DecodeUpdate(). 12 years ago
Heikki Linnakangas 03e2b1017c Fix thinko in logical decoding of commit-prepared records. 12 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Tom Lane ea177a3ba7 Remove unportable use of anonymous unions from reorderbuffer.h. 12 years ago
Robert Haas 406a1a9ef0 Fix some typos introduced by the logical decoding patch. 12 years ago
Robert Haas b89e151054 Introduce logical decoding. 12 years ago