Commit Graph

113 Commits (fd079193d24ce81fdc31fbba687cadc70609c44d)

Author SHA1 Message Date
Peter Eisentraut 604bd36711 PG_FINALLY 6 years ago
Tom Lane 54100f5c60 Add an enforcement mechanism for global object names in regression tests. 6 years ago
Alvaro Herrera a100974751 Fix typo in message 6 years ago
Alvaro Herrera 75445c1515 More message style fixes 6 years ago
Andres Freund e0c4ec0728 Replace uses of heap_open et al with the corresponding table_* function. 7 years ago
Andres Freund 111944c5ee Replace heapam.h includes with {table, relation}.h where applicable. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
Andres Freund 1a0586de36 Introduce notion of different types of slots (without implementing them). 7 years ago
Peter Eisentraut bcf79b5bb6 Split the SetSubscriptionRelState function into two 8 years ago
Peter Eisentraut 04700b685f Rename TransactionChain functions 8 years ago
Peter Eisentraut 8b9e9644dc Replace AclObjectKind with ObjectType 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
Tom Lane 24541ffd78 ... and the very same bug in publicationListToArray(). 8 years ago
Peter Eisentraut 8edacab209 Fix DROP SUBSCRIPTION hang 8 years ago
Alvaro Herrera be7161566d Add a WAIT option to DROP_REPLICATION_SLOT 8 years ago
Peter Eisentraut 77d05706be Fix up some misusage of appendStringInfo() and friends 8 years ago
Tom Lane 21d304dfed Final pgindent + perltidy run for v10. 8 years ago
Alvaro Herrera b2c95a3798 Fix replication origin-related race conditions 8 years ago
Peter Eisentraut ad2ca3cba6 Improve wording of subscription refresh debug messages 8 years ago
Peter Eisentraut 6f81306e4d Downgrade subscription refresh messages to DEBUG1 8 years ago
Peter Eisentraut 7e174fa793 Only kill sync workers at commit time in subscription DDL 8 years ago
Peter Eisentraut cb9079cd51 Improve subscription locking 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Peter Eisentraut 7f28a7946a Remove "synchronized table states" notice message 8 years ago
Peter Eisentraut ddd7b22b22 Stop table sync workers when subscription relation entry is removed 8 years ago
Peter Eisentraut 644ea35fc1 Fix updating of pg_subscription_rel from workers 8 years ago
Peter Eisentraut 9907b55ceb Fix ALTER SUBSCRIPTION grammar ambiguity 8 years ago
Peter Eisentraut e807d8b163 Fix mistake in error message 8 years ago
Peter Eisentraut 6234569851 Improve CREATE SUBSCRIPTION option parsing 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Peter Eisentraut 3db22794b7 Add more tests for CREATE SUBSCRIPTION 8 years ago
Peter Eisentraut 944dc0f9ce Check relkind of tables in CREATE/ALTER SUBSCRIPTION 8 years ago
Tom Lane c079673dcb Preventive maintenance in advance of pgindent run. 8 years ago
Peter Eisentraut b1ff33fd9b Add assertion to quiet Coverity 8 years ago
Peter Eisentraut b807f59828 Rework the options syntax for logical replication commands 8 years ago
Peter Eisentraut 013c1178fd Remove the NODROP SLOT option from DROP SUBSCRIPTION 8 years ago
Peter Eisentraut fe974cc5a6 Check connection info string in ALTER SUBSCRIPTION 8 years ago
Peter Eisentraut a99448ab45 Don't wake up logical replication launcher unnecessarily 9 years ago
Fujii Masao 1f8b060121 Fix typo in comment. 9 years ago
Peter Eisentraut a3f17b9c31 Wake up launcher when enabling a subscription 9 years ago
Peter Eisentraut dcb39c37c1 Synchronize table list before creating slot in CREATE SUBSCRIPTION 9 years ago
Fujii Masao 9e0e5550c5 Fix typos in comment and log message. 9 years ago
Peter Eisentraut 887227a1cc Add option to modify sync commit per subscription 9 years ago
Peter Eisentraut 25371a72b9 Remove pstrdup of TextDatumGetCString 9 years ago
Peter Eisentraut e3920ac823 Add more subscription DDL tests 9 years ago
Peter Eisentraut 176cbc2a25 Check that published table exists on subscriber 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