Commit Graph

54 Commits (ca3b37487be333a1d241dab1bbdd17a211a88f43)

Author SHA1 Message Date
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Amit Kapila 9868167500 Track statistics for spilling of changes from ReorderBuffer. 5 years ago
Amit Kapila 7259736a6e Implement streaming mode in ReorderBuffer. 5 years ago
Amit Kapila c55040ccd0 WAL Log invalidations at command end with wal_level=logical. 5 years ago
Amit Kapila 0bead9af48 Immediately WAL-log subtransaction and top-level XID association. 5 years ago
Alvaro Herrera 2f9661311b
Represent command completion tags as structs 6 years ago
Michael Paquier 12c5cad76f Handle logical decoding in multi-insert for catalog tuples 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Amit Kapila 14aec03502 Make the order of the header file includes consistent in backend modules. 6 years ago
Alvaro Herrera bac2fae05c logical decoding: process ASSIGNMENT during snapshot build 6 years ago
Michael Paquier 75c1921cd6 Adjust tuple data lookup logic in multi-insert logical decoding 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Tomas Vondra f69c959df0 Do not decode TOAST data for table rewrites 7 years ago
Tomas Vondra 4ddd8f5f55 Fix memory leak in TRUNCATE decoding 7 years ago
Magnus Hagander a228cc13ae Revert "Allow on-line enabling and disabling of data checksums" 8 years ago
Peter Eisentraut 5dfd1e5a66 Logical decoding of TRUNCATE 8 years ago
Magnus Hagander 1fde38beaa Allow on-line enabling and disabling of data checksums 8 years ago
Simon Riggs 9c7d06d606 Ability to advance replication slots 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Andres Freund 955a684e04 Fix race condition leading to hanging logical slot creation. 8 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Andres Freund c6ff84b06a Emit invalidations to standby for transactions without xid. 10 years ago
Andres Freund be65eddd80 Add required database and origin filtering for logical messages. 10 years ago
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(). 11 years ago
Heikki Linnakangas 03e2b1017c Fix thinko in logical decoding of commit-prepared records. 12 years ago