Commit Graph

32 Commits (0bda14d54cf24dedcd2011559a53cc62702e421b)

Author SHA1 Message Date
Andres Freund 0bda14d54c logical decoding: old/newtuple in spooled UPDATE changes was switched around. 10 years ago
Andres Freund d9e903f3cb logical decoding: Tell reorderbuffer about all xids. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Alvaro Herrera 4901b2f495 Don't include rel.h when relcache.h is sufficient 10 years ago
Andres Freund b2f6f749c7 Fix logical decoding bug leading to inefficient reopening of files. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Heikki Linnakangas fa60fb63e5 Fix more typos in comments. 10 years ago
Heikki Linnakangas 4fc72cc7bb Collection of typo fixes. 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
Heikki Linnakangas e2999abcd1 Fix assertion failure in logical decoding. 11 years ago
Tom Lane e1a11d9311 Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[]. 11 years ago
Tom Lane c70f9e8988 Further cleanup of ReorderBufferCommit(). 11 years ago
Tom Lane f8a4dd2e14 Fix unsafe coding in ReorderBufferCommit(). 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Tom Lane 4a14f13a0a Improve hash_create's API for selecting simple-binary-key hash functions. 11 years ago
Tom Lane 06d5803ffa Fix assorted confusion between Oid and int32. 11 years ago
Heikki Linnakangas 2c03216d83 Revamp the WAL record format. 11 years ago
Andres Freund 89fd41b390 Fix and improve cache invalidation logic for logical decoding. 11 years ago
Peter Eisentraut 8339f33d68 Message improvements 11 years ago
Peter Eisentraut 303f4d1012 Assorted message fixes and improvements 11 years ago
Andres Freund 1b86c81d2d Fix decoding of MULTI_INSERTs when rows other than the last are toasted. 11 years ago
Andres Freund a36a8fa376 Rename logical decoding's pg_llog directory to pg_logical. 11 years ago
Tom Lane c1907f0cc4 Fix a bunch of functions that were declared static then defined not-static. 12 years ago
Robert Haas f1d8dd3647 Code review for logical decoding patch. 12 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Heikki Linnakangas 377790fbd7 Pass sensible value to memset() when randomizing reorderbuffer's tuple slab. 12 years ago
Tom Lane 203b0d132f Improve error messages in reorderbuffer.c. 12 years ago
Tom Lane 2d00190495 Rationalize common/relpath.[hc]. 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