Commit Graph

4679 Commits

Author SHA1 Message Date
Gunnar Morling
8bf4a85a81 DBZ-2382 Doc update 2021-02-03 13:53:01 +01:00
Naveen Kumar KR
75882f35ac DBZ-2382 Support emitting TRUNCATE events in PG11+ PGOUTPUT plugin
default - TruncateHandlingMode.SKIP
supported configs - TruncateHandlingMode.SKIP / TruncateHandlingMode.INCLUDE
2021-02-03 13:53:01 +01:00
Jiri Pechanec
ffd5e1ee2b DBZ-2274 Execute release from a candidate branch 2021-02-03 13:40:14 +01:00
Jiri Pechanec
5909548d42 DBZ-2274 Use new Jira API URL 2021-02-03 13:40:14 +01:00
Dave Cramer
546b2f2da9 [docs] Update docs for PostgreSQL and add CrunchyBridge 2021-02-03 12:27:07 +01:00
Jiri Pechanec
5e887b2bfb DBZ-3020 Ignore expressions in default values 2021-02-03 10:12:09 +01:00
Gunnar Morling
a5d0021626
DBZ-2970 Add Oracle frequent problems section (#2081)
Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2021-02-03 09:00:19 +01:00
Gunnar Morling
71eb79de0a
Update documentation/modules/ROOT/pages/connectors/oracle.adoc 2021-02-03 08:59:51 +01:00
Jiri Pechanec
bfc7e25705 DBZ-3018 Signal option values can be calculated 2021-02-03 08:55:53 +01:00
Chris Cranford
5a0e65f284 DBZ-2970 Suggested changes & clarification 2021-02-03 02:43:38 -05:00
ani-sha
d4003c9172 DBZ-2420 Define database configs under RelationalDatabaseConnectorConfig 2021-02-03 08:05:42 +01:00
Jiri Pechanec
e526821594 DBZ-3017 Allow parentheses for functions with optional 2021-02-03 08:01:45 +01:00
Bob Roldan
c33e46cffa DBZ-2814 Remove Db2 Tech prev/incubating statements for promotion to GA. 2021-02-03 01:28:20 -05:00
Gunnar Morling
09032f0d35
DBZ-2901 Update README for building Debezium locally before running non-core repos (#247)
* DBZ-2901 Remove Travis CI build status
* DBZ-2901 Update README to build Debezium locally before running non-core repos
* DBZ-2901 Wording fix

Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2021-02-02 16:46:08 +01:00
Gunnar Morling
90d9ac35f1
DBZ-2901 Wording fix 2021-02-02 16:45:45 +01:00
rkerner
aeab62c0bc DBZ-3011 Add git repository suffix to repo URLs
closes https://issues.redhat.com/browse/DBZ-3011
2021-02-02 15:36:08 +01:00
ani-sha
3c0e97fd8b DBZ-2901 Update README to build Debezium locally before running non-core repos 2021-02-02 15:33:38 +05:30
ani-sha
e9b272ae21 DBZ-2901 Remove Travis CI build status 2021-02-02 15:31:00 +05:30
rkerner
89cc1d7003 DBZ-3008 Fix that an invalid regex for database.inlcude.list and database.exlcude.list does not raise a validation error for MySQL connector and the connector only fails on start, also the config validated before
closes https://issues.redhat.com/browse/DBZ-3008
2021-02-01 18:38:54 +01:00
Chris Cranford
7b4da6b822 DBZ-2970 Add Oracle frequent problems section 2021-02-01 11:03:00 -05:00
Debezium Builder
e63d10eb40 [release] New parent 1.5.0-SNAPSHOT for development 2021-01-28 07:49:16 -05:00
Debezium Builder
4c84157e6d [maven-release-plugin] prepare for next development iteration 2021-01-28 07:46:34 -05:00
Debezium Builder
1ba7253981 [maven-release-plugin] prepare release v1.4.1.Final 2021-01-28 07:46:34 -05:00
Debezium Builder
548404e4b2 [release] Stable parent 1.4.1.Final for release 2021-01-28 07:46:08 -05:00
Debezium Builder
237b4ac0f1 [maven-release-plugin] prepare for next development iteration 2021-01-28 07:38:55 -05:00
Debezium Builder
06b1d0cbad [maven-release-plugin] prepare release v1.4.1.Final 2021-01-28 07:38:55 -05:00
Jiri Pechanec
a6a3670976 [release] Changelog for 1.4.1.Final 2021-01-28 13:32:20 +01:00
Jiri Pechanec
57246a246e DBZ-2891 Express send/receive semantics 2021-01-28 10:22:56 +01:00
Jiri Pechanec
7a6b50b1f2 DBZ-2891 Set watermark in the XStream thread 2021-01-28 10:22:56 +01:00
Chris Cranford
dcd2914ab1 DBZ-2891 Added test case 2021-01-28 10:22:56 +01:00
martper2
b9f46af9a2 DBZ-2855 Fix Max SCN 2021-01-27 20:13:16 -05:00
martper2
1de2736249 DBZ-2855: Missing log file error when current SCN is longer than what Long supports 2021-01-27 20:13:16 -05:00
Jiri Pechanec
5092f327d8 DBZ-2922 DatabaseLocales generates the DDL 2021-01-27 10:40:21 +01:00
Jiri Pechanec
8153404033 DBZ-2922 Support for cahrsets from collations 2021-01-27 10:40:21 +01:00
shuguang.xiang
363c794185 DBZ-2922 Resolve column type from collation name 2021-01-27 10:40:21 +01:00
rkerner
6aa13e756a DBZ-2952 Remove Postgres replication slot validation (maybe part 1 to fix user's issues) 2021-01-27 10:31:00 +01:00
Jiri Pechanec
3a55caf8b5 DBZ-2972 Handle IP only for user to avoid false matches;
If for example a label is used without space like `label1:BEGIN`, then the
tokenizer would create tokens `label1`, `:BE` and `GIN` as `:BE` matches
`IP_ADDRESS` token. As the tokenization is globally executed it is
better to skip a separate token and link IPv6/IPv4 directly to the
username token.
2021-01-27 09:37:00 +01:00
Gunnar Morling
9e3487eff1
Update install.adoc 2021-01-27 08:29:59 +01:00
Chris Cranford
10aab1445c DBZ-2733 Fix DecimalMode for Oracle Logminer 2021-01-26 13:08:47 -05:00
Chris Cranford
923c6f9c13 DBZ-2980 Suggested changes 2021-01-26 12:58:50 -05:00
martper2
6bdc20c4bc DBZ-2980 Additional logging for number and type of sql operations 2021-01-26 12:58:50 -05:00
martper2
3727273d9e DBZ-2981 Debezium swallows DML exception in certain cases 2021-01-26 12:53:44 -05:00
Chris Cranford
83fee1cbfc DBZ-2949 Guard against LAST_DDL_TIME with value of 0 2021-01-26 13:55:13 +01:00
Chris Cranford
fcd497557e DBZ-2711 Implement table-level ALL Supplemental Data Logging Validation 2021-01-26 13:53:58 +01:00
Anton Kondratev
c359d2c40e DBZ-2711 Implement only global minimum supplemental logging validation 2021-01-26 13:53:58 +01:00
Chris Cranford
5a7ac0cfe1 DBZ-2518 Implement Scn as a domain type 2021-01-26 13:52:05 +01:00
Chris Cranford
bb24606188 DBZ-2920 Fix Logminer DML operations using continuation 2021-01-26 13:50:41 +01:00
Jiri Pechanec
8dbea7b80a DBZ-2630 Update Kafka to 2.6.1 2021-01-26 09:13:45 +01:00
siufay325
3d02eb47ac DBZ-2959 Retry on "The server failed to resume the transaction" 2021-01-25 12:30:34 +01:00
Gunnar Morling
5e38c9e136 DBZ-2915 Removing superfluous config var 2021-01-25 12:27:45 +01:00