Commit Graph

80 Commits (1e9c8580904625576871eeb2efec7f04d4c3bc1c)

Author SHA1 Message Date
Andrew Dunstan 1e9c858090 pgindent run prior to branching 7 years ago
Alvaro Herrera f49a80c481 Fix "base" snapshot handling in logical decoding 7 years ago
Alvaro Herrera 322548a8ab Update obsolete comments 7 years ago
Michael Paquier 6cb3372411 Address set of issues with errno handling 7 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 7 years ago
Peter Eisentraut 5dfd1e5a66 Logical decoding of TRUNCATE 8 years ago
Tom Lane 442accc3fe Allow memory contexts to have both fixed and variable ident strings. 8 years ago
Peter Eisentraut 325f2ec555 Handle heap rewrites even better in logical decoding 8 years ago
Alvaro Herrera 8aa75e1384 Refrain from duplicating data in reorderbuffers 8 years ago
Peter Eisentraut 9e945f8626 Fix Latin spelling 8 years ago
Alvaro Herrera df9f682c7b Fix failure to delete spill files of aborted transactions 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Tom Lane 9fa6f00b13 Rethink MemoryContext creation to improve performance. 8 years ago
Robert Haas eaedf0df71 Update typedefs.list and re-run pgindent 8 years ago
Simon Riggs a4ccc1cef5 Generational memory allocator 8 years ago
Peter Eisentraut 0c5803b450 Refactor new file permission handling 8 years ago
Andres Freund fc49e24fa6 Make WAL segment size configurable at initdb time. 8 years ago
Andres Freund 2cd7084524 Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 8 years ago
Andres Freund 3bdea167eb Fix leaking of small spilled subtransactions during logical decoding. 8 years ago
Robert Haas 0ad226f2ae Add missing apostrophe. 8 years ago
Andres Freund 955a684e04 Fix race condition leading to hanging logical slot creation. 8 years ago
Peter Eisentraut 6275f5d28a Fix new warnings from GCC 7 9 years ago
Alvaro Herrera ce96ce60ca Remove direct uses of ItemPointer.{ip_blkid,ip_posid} 9 years ago
Robert Haas 249cf070e3 Create and use wait events for read, write, and fsync operations. 9 years ago
Andres Freund 9fab40ad32 Use the new "Slab" context for some allocations in reorderbuffer.h. 9 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Heikki Linnakangas 56f39009c5 Fix typos in comments. 9 years ago
Andres Freund 61633f7904 Correct logical decoding restore behaviour for subtransactions. 9 years ago
Robert Haas 308985b0b4 Fix dangling pointer problem in ReorderBufferSerializeChange. 9 years ago
Tom Lane b6182081be Remove duplicate code from ReorderBufferCleanupTXN(). 9 years ago
Tom Lane ea268cdc9a Add macros to make AllocSetContextCreate() calls simpler and safer. 9 years ago
Alvaro Herrera 6f79ae7fe5 reorderbuffer: preserve errno while reporting error 9 years ago
Tom Lane bcbecbce2f Don't propagate a null subtransaction snapshot up to parent transaction. 9 years ago
Magnus Hagander 55d57359f2 Fix typos in comments and debug message 9 years ago
Tom Lane f8c58554db Fix typo in ReorderBufferIterTXNInit(). 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Greg Stark e1623c3959 Fix various common mispellings. 9 years ago
Andres Freund c6ff84b06a Emit invalidations to standby for transactions without xid. 10 years ago
Tom Lane 6a3d3965d6 Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms. 10 years ago
Simon Riggs 3fe3511d05 Generic Messages for Logical Decoding 10 years ago
Andres Freund 1a7a43672b Don't use !! but != 0/NULL to force boolean evaluation. 10 years ago
Andres Freund b63bea5fd3 Further improvements to c8f621c43. 10 years ago
Andres Freund fd45d16f62 Fix wrong allocation size in c8f621c43. 10 years ago
Andres Freund c8f621c43a logical decoding: Fix handling of large old tuples with replica identity full. 10 years ago
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