Commit Graph

693 Commits

Author SHA1 Message Date
Jenkins user
c867e6fea6 [maven-release-plugin] prepare release v0.5.2 2017-08-17 11:51:05 +00:00
Jiri Pechanec
03228b1045 Merge pull request #269 from debezium/jpechane-patch-1
Changelog for 0.5.2
2017-08-17 12:57:54 +02:00
Jiri Pechanec
9c6d699fb0 Changelog for 0.5.2 2017-08-17 12:45:53 +02:00
Jiri Pechanec
a869e0d617 Changelog for 0.5.2 2017-08-17 12:20:15 +02:00
Gunnar Morling
73d33ecc55 Adding Steven Siahetiong to COPYRIGHT.txt 2017-08-17 09:56:26 +02:00
Steven Siahetiong
6c34aea9d1 DBZ-337 Added ability to treat Postgres NUMERIC as double 2017-08-17 09:55:50 +02:00
Gunnar Morling
9d2993f005 DBZ-298 Moving two methods only used in tests to test itself 2017-08-17 09:08:17 +02:00
Gunnar Morling
1665026c8a DBZ-298 Adding support for quoted identifiers for schemas, tables and
columns; expanding test
2017-08-17 09:08:17 +02:00
Emrul Islam
b9be392cd9 DBZ-298 Adding test case for quoted table and column names in Postgres 2017-08-17 09:03:16 +02:00
Gunnar Morling
564d90dc09 DBZ-298 Formatting 2017-08-17 09:03:16 +02:00
Satyajit Vegesna
b4a0ac0c35 DBZ-324 Support for PAGE_CHECKSUM=1 2017-08-17 08:56:53 +02:00
Gunnar Morling
0a83dc6219 Adding Satyajit Vegesna to COPYRIGHT.txt 2017-08-17 08:56:23 +02:00
Gunnar Morling
a4dc7620fe DBZ-327 Simplifying validation implementation a bit via Strings#isNullOrEmpty() 2017-08-16 14:37:01 +02:00
Mario Mueller
2a2f911e74 DBZ-327 Fix broken SMT validation and add some tests for the
configuration combinations
2017-08-16 11:57:48 +02:00
Jiri Pechanec
6343c6b82c Snapshot image instructions for release 2017-08-10 08:50:49 +02:00
Jiri Pechanec
ba1d59f6c9 Fix release notes link 2017-08-10 08:50:12 +02:00
Gunnar Morling
c319168871 Adding Emrul to COPYRIGHT.txt 2017-07-27 10:06:54 +02:00
Emrul Islam
bb79b2f60f DBZ-297 Initial support for some Postgres array types (one-dimensional only) 2017-07-27 10:04:13 +02:00
Gunnar Morling
79fbc028a8 DBZ-311 Precompiling and simplifying some regular expressions 2017-07-25 21:43:26 +02:00
Gunnar Morling
825530256e DBZ-311 Removing trailing whitespace 2017-07-25 21:43:26 +02:00
Gunnar Morling
03d3160bb0 Adding Matteo to COPYRIGHT.txt 2017-07-25 14:37:46 +02:00
Gunnar Morling
bddf715324 DBZ-287 Avoiding double conversion; changing test to use a larger scale 2017-07-25 14:34:21 +02:00
Matteo Capitanio
7fb8829cb1 DBZ-287 Corrected scale representation for Postgres NUMERIC/DECIMAL 2017-07-25 14:14:40 +02:00
Gunnar Morling
a1e68d413f Adding Eric to COPYRIGHT.txt 2017-07-25 09:52:38 +02:00
Eric Kreiser
80168f74fd DBZ-302 Remove database.list configuration since it is unused and is now superseded by database.whitelist and database.blacklist 2017-07-25 09:50:38 +02:00
Eric Kreiser
3c2d5338bf DBZ-302 Add support for "database.whitelist" and "database.blacklist" mongodb connector configuration options 2017-07-25 09:50:34 +02:00
Gunnar Morling
374c0cf21a Updating release guide regarding handling of doc PRs 2017-07-18 09:35:44 +03:00
Jiri Pechanec
1f2061c2fc DBZ-286 Connection keepAlive support 2017-07-14 15:17:10 +02:00
Jiri Pechanec
c2d6d16803 DBZ-301 Providing a hint for test extensions 2017-07-13 12:46:25 +02:00
Gunnar Morling
224e7ca82e Updating CONTRIBUTE.md to the process a bit simpler for once-off contributions 2017-07-13 09:43:10 +02:00
Gunnar Morling
4d90fb5154 DBZ-284 Removing some trailing whitespace 2017-06-13 17:10:29 +02:00
Omar Al-Safi
107a3a8b56 DBZ-284 Fix NPE when inserting a NULL in a POINT column 2017-06-13 15:33:37 +02:00
Gunnar Morling
2292d457a7 Adding some missing steps to release guide 2017-06-12 15:13:45 +02:00
Gunnar Morling
cac6044cd5 Fixing some typos and redundancies in RELEASING.md 2017-06-09 20:56:21 +02:00
Gunnar Morling
a8d1817c22 [maven-release-plugin] prepare for next development iteration 2017-06-09 16:14:31 +00:00
Gunnar Morling
3f512aace7 [maven-release-plugin] prepare release v0.5.1 2017-06-09 16:14:31 +00:00
Gunnar Morling
8e274de33d Adding myself as a developer to pom.xml 2017-06-09 18:04:16 +02:00
Gunnar Morling
cf7bb2a8cd Updating changelog prior to 0.5.1 release 2017-06-09 18:04:05 +02:00
Gunnar Morling
46bc2ab38b DBZ-228 Avoiding some auto-boxing; extracting some additions to initialization time 2017-06-09 13:53:45 +02:00
Omar Al-Safi
730767f6c5 DBZ-228 Fix formatting issue 2017-06-09 13:53:45 +02:00
Omar Al-Safi
451bd95a75 DBZ-228 Add UNSIGNED BIGINT support 2017-06-09 13:53:45 +02:00
Omar Al-Safi
5d86ae592f DBZ-228 Fix MySQL connector unsigned integer types 2017-06-09 11:52:14 +02:00
Duncan Sands
19a4b0a012 DBZ-282 Correct the text describing the default values to match the actual defaults 2017-06-09 10:50:45 +02:00
Jiri Pechanec
168914c9fb DBZ-281 Fail task when connection to db is lost 2017-06-09 10:27:19 +02:00
Gunnar Morling
4eda7b9651 Adding Aaron Rosenberg to copyright.txt 2017-06-08 22:18:21 +02:00
Gunnar Morling
aa4f102ff0 DBZ-280 Expanding test 2017-06-08 22:17:29 +02:00
arosenber
616ba945bf DBZ-280 - Explicitly handle the tstzrange type to directly push the postgres string representation of the column type 2017-06-07 10:08:02 -04:00
Randall Hauch
9581140c36 DBZ-216 MySQL connector should ignore DELETE FROM statements
Parse and ignore any `DELETE` statements that might be seen in the binlog.

Theoretically, the binlog of a properly-configured MySQL server with row-level binlog enabled should never see these statements. However, users on Amazon RDS run into this quite frequently, and we should just handle and ignore them.
2017-06-01 20:04:45 +02:00
Gunnar Morling
b0f3c0994b Adding Jiri to COPYRIGHT.txt 2017-06-01 16:21:21 +02:00
Gunnar Morling
110bfbe9e0 DBZ-250 Adding Duncan Sands to COPYRIGHT.txt 2017-06-01 16:20:29 +02:00