Commit Graph

196 Commits (0fca8285ea533fa669a372c91fdb42265dcf7435)

Author SHA1 Message Date
Fujii Masao 280c53ecfb A collection of small fixes for logical replication. 9 years ago
Peter Eisentraut d04eac1148 Make header self-contained 9 years ago
Peter Eisentraut 26ad194cb0 Support configuration reload in logical replication workers 9 years ago
Simon Riggs ff539da316 Cleanup slots during drop database 9 years ago
Tom Lane 5459cfd3ad Fix typos in logical replication support for initial data copy. 9 years ago
Peter Eisentraut 73561013e5 Remove trailing comma from enum definition 9 years ago
Peter Eisentraut 128e6ee01d Assorted compilation and test fixes 9 years ago
Simon Riggs 6912acc04f Replication lag tracking for walsenders 9 years ago
Peter Eisentraut 7c4f52409a Logical replication support for initial data copy 9 years ago
Peter Eisentraut eb4da3e380 Add option to control snapshot export to CREATE_REPLICATION_SLOT 9 years ago
Andres Freund 9fab40ad32 Use the new "Slab" context for some allocations in reorderbuffer.h. 9 years ago
Peter Eisentraut e7e4cd1ab5 Fix typo on comment 9 years ago
Tom Lane 93e6e40574 Formatting and docs corrections for logical decoding output plugins. 9 years ago
Peter Eisentraut 3d9e73ea5f Update copyright years in some recently added files 9 years ago
Peter Eisentraut b480086760 Add more includes so header files are self-contained 9 years ago
Peter Eisentraut 665d1fad99 Logical replication 9 years ago
Peter Eisentraut 352a24a1f9 Generate fmgr prototypes automatically 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Fujii Masao 3901fd70cc Support quorum-based synchronous replication. 10 years ago
Peter Eisentraut a924c327e2 Add support for temporary replication slots 10 years ago
Alvaro Herrera 5714931b07 Fix Windows build for 78c8c81439 10 years ago
Peter Eisentraut 78c8c81439 Refactor libpqwalreceiver 10 years ago
Peter Eisentraut 597a87ccc9 Use latch instead of select() in walreceiver 10 years ago
Alvaro Herrera 9ed551e0a4 Add conninfo to pg_stat_wal_receiver 10 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 10 years ago
Alvaro Herrera 6b60916829 Fix thinko in comment 10 years ago
Alvaro Herrera 234a266066 Fix code comments regarding logical decoding 10 years ago
Tom Lane 4c804fbdfb Clean up parsing of synchronous_standby_names GUC variable. 10 years ago
Andres Freund c6ff84b06a Emit invalidations to standby for transactions without xid. 10 years ago
Tom Lane c2dc194bdb Adjust signature of walrcv_receive hook. 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
Fujii Masao 989be0810d Support multiple synchronous standby servers. 10 years ago
Alvaro Herrera 3dd0792ae0 Blind attempt at fixing Win32 issue on 24c5f1a103 10 years ago
Robert Haas 314cbfc5da Add new replication mode synchronous_commit = 'remote_apply'. 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
Alvaro Herrera 343f709c06 Fix typos 10 years ago
Robert Haas 2251179e6a Migrate replication slot I/O locks into a separate tranche. 10 years ago
Alvaro Herrera b1a9bad9e7 pgstat: add WAL receiver status view & SRF 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Alvaro Herrera 17f5831c81 Fix "sesssion" typo 11 years ago
Alvaro Herrera 4901b2f495 Don't include rel.h when relcache.h is sufficient 11 years ago
Andres Freund 6fcd88511f Allow pg_create_physical_replication_slot() to reserve WAL. 11 years ago
Andres Freund 093d0c83c1 Introduce macros determining if a replication slot is physical or logical. 11 years ago
Andres Freund 3a145757a0 Improve includes introduced in the replication origins patch. 11 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 11 years ago
Heikki Linnakangas 4fc72cc7bb Collection of typo fixes. 11 years ago
Andrew Dunstan 72d422a522 Map basebackup tablespaces using a tablespace_map file 11 years ago
Andres Freund 168d5805e4 Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. 11 years ago