Commit Graph

66 Commits (56018bf26eec1a0b4bf20303c98065a8eb1b0c5d)

Author SHA1 Message Date
Robert Haas 806091c96f Remove all references to "xlog" from SQL-callable functions in pg_proc. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Peter Eisentraut fdf71389dd Various temporary slots test improvements 9 years ago
Tom Lane 23f722ba8e Fix race condition in test_decoding "slot" test. 9 years ago
Peter Eisentraut a924c327e2 Add support for temporary replication slots 9 years ago
Tom Lane e2a0ee6900 Make contrib/test_decoding regression tests safe for CZ locale. 9 years ago
Peter Eisentraut a0f357e570 psql: Split up "Modifiers" column in \d and \dD 9 years ago
Andres Freund ccbb852cd6 Fix further hash table order dependent tests. 9 years ago
Andres Freund 61633f7904 Correct logical decoding restore behaviour for subtransactions. 9 years ago
Tom Lane ea268cdc9a Add macros to make AllocSetContextCreate() calls simpler and safer. 9 years ago
Tom Lane bcbecbce2f Don't propagate a null subtransaction snapshot up to parent transaction. 9 years ago
Tom Lane 18555b1323 Establish conventions about global object names used in regression tests. 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Tom Lane 6a3d3965d6 Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms. 9 years ago
Andres Freund be65eddd80 Add required database and origin filtering for logical messages. 9 years ago
Simon Riggs d25379eb23 Modify test_decoding/messages to remove non-ascii chars 9 years ago
Simon Riggs 3fe3511d05 Generic Messages for Logical Decoding 9 years ago
Tom Lane d5351fcb03 Fix phony .PHONY. 9 years ago
Andres Freund c8f621c43a logical decoding: Fix handling of large old tuples with replica identity full. 9 years ago
Andres Freund 0bda14d54c logical decoding: old/newtuple in spooled UPDATE changes was switched around. 9 years ago
Andres Freund d9e903f3cb logical decoding: Tell reorderbuffer about all xids. 9 years ago
Andres Freund 1986c3c440 Force synchronous_commit=on in test_decoding's concurrent_ddl_dml.spec. 9 years ago
Andres Freund 7c17aac69d logical decoding: fix decoding of a commit's commit time. 9 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Peter Eisentraut a8d585c091 Message style improvements 10 years ago
Andres Freund 920218cbc0 Improve errhint() about replication slot naming restrictions. 10 years ago
Andres Freund eef34e5236 test_decoding: Protect against rare spurious test failures. 10 years ago
Robert Haas 5243a35825 Remove bogus step from test_decoding isolation tests. 10 years ago
Andres Freund 3f811c2d6f Add confirmed_flush column to pg_replication_slots. 10 years ago
Andres Freund d47a1136e4 Fix test_decoding's handling of nonexistant columns in old tuple versions. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Heikki Linnakangas 4fc72cc7bb Collection of typo fixes. 10 years ago
Peter Eisentraut d02f16470f Replace some appendStringInfo* calls with more appropriate variants 10 years ago
Andres Freund 581f4f9657 Remove dependency on ordering in logical decoding upsert test. 10 years ago
Andres Freund 168d5805e4 Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. 10 years ago
Peter Eisentraut dbf2ec1a1c Fix parallel make risk with new check temp-install setup 10 years ago
Andres Freund 5aa2350426 Introduce replication progress tracking infrastructure. 10 years ago
Peter Eisentraut dcae5facca Improve speed of make check-world 10 years ago
Andres Freund cef939c347 Rename pg_replication_slot's new active_in to active_pid. 10 years ago
Andres Freund d811c037ce Add 'active_in' column to pg_replication_slots. 10 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Andres Freund 0fd38e1370 Don't skip SQL backends in logical decoding for visibility computation. 11 years ago
Andres Freund 89fd41b390 Fix and improve cache invalidation logic for logical decoding. 11 years ago
Andres Freund ec5896aed3 Fix several weaknesses in slot and logical replication on-disk serialization. 11 years ago
Andres Freund 0ef3c29a4b Improve documentation about binary/textual output mode for output plugins. 11 years ago
Peter Eisentraut 303f4d1012 Assorted message fixes and improvements 11 years ago
Andres Freund d6fa44fce7 Add skip-empty-xacts option to test_decoding for use in the regression tests. 11 years ago
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 11 years ago
Noah Misch c0e8fb6148 contrib/test_decoding/Makefile sets MODULES, so omit OBJS. 11 years ago
Andres Freund 626bfad6cc Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert(). 11 years ago