Commit Graph

28 Commits (e2da72713909d4315aa63f46819412ec4f9f6a42)

Author SHA1 Message Date
Jiri Pechanec 0d4db2816b DBZ-351 Numeric is passed with unlimited precision 2018-02-21 18:04:30 +01:00
Duncan Sands 8baab62456 DBZ-496 The call to MemoryContextReset frees all allocated memory, which is both more
efficient and more reliable than individually freeing each allocated object.
2017-11-29 16:28:18 +01:00
Jiri Pechanec e375003c3b DBZ-486 Replication message provides info about optionality 2017-11-29 15:50:38 +01:00
Jiri Pechanec 2f3179ef4e DBZ-485 Replication message provides full type info 2017-11-29 15:50:38 +01:00
Danila Kiver 6c1723a179 DBZ-445 Made postGIS support optional. 2017-11-15 08:27:26 +01:00
Duncan Sands e248eda6a1 Don't use the WARNING log level for situations that can occur perfectly normally,
as WARNING messages are transmitted all the way to the client (i.e. are costly).
In my case I have lots of tables with types that aren't yet understood by
decoderbufs.  These tables aren't being monitored, but because logical decoding
works on the level of the entire database, not just the tables monitored, rows
from them are still reaching decoderbufs, generating vast numbers of warnings
  "Encountered unknown typid..."
Likewise, I have many unmonitored materialized views.  Every row deleted when
doing a concurrent refresh generates the warning
  "...no PK is present..."
These warnings cause two types of trouble when they hit the debezium postgres
connector: a memory leak and increased CPU usage.  The memory leak is because
the JDBC layer carefully preserves these warnings in a list, and the list is
never being cleared (this should be fixed in the connector).  As for the CPU
usage, I don't fully understand why the processing time increases so much.
It's normal that it should double, as there are twice as many packets to
process (one warning for every row), but it seems to take way more than twice
as long.
2017-06-02 21:56:12 +02:00
Naci Ishakbeyoglu dbfe1fbbd5 DBZ-223 Handles dropped columns correctly. 2017-05-04 23:29:18 -07:00
Alexander Kukushkin fbb712f731 Fix compilation warnings 2017-04-11 15:21:08 +02:00
Horia Chiorean 69ff80aee0 DBZ-3 Changes the output of the plugin to include the FQN of the table and fixes plugin issues regarding dropped columns 2016-11-10 10:14:31 +02:00
Horia Chiorean 6df63f806a DBZ-3 Adds support for the CASH, BIT, JSONB, VARBIT, DATE,TIME,TIMETZ and INTERVAL oids
It also changes the previous behavior for TIMESTAMP and TIMESTAMPTZ to return UTC style LONGs as opposed to STRINGS.
2016-11-04 16:06:03 +02:00
Xavier Stevens 610ea41409 Cleaned up debug print functions 2015-04-28 12:46:18 -07:00
Xavier Stevens 913b176e5d Sync'ing up branch 2015-04-28 10:23:14 -07:00
Xavier Stevens 6fe0d68393 Fixing bug after merging oneof use in protobuf definition 2015-04-27 15:18:45 -07:00
Jarred Ward 27db93ceb8 Use `oneof` for different datum field types 2015-04-20 16:34:00 -07:00
Xavier Stevens 29a7ac49dc Fixed protocol buffer error caused by not initializing properly 2015-02-11 12:40:08 -08:00
Xavier Stevens 5b7a88438e Fixing type lookups for PostGIS types, some memory allocation, etc. 2015-02-11 11:48:42 -08:00
Xavier Stevens 744b29fa7d Syncing up code so others can see latest 2015-02-10 10:30:39 -08:00
Xavier Stevens becb332b8c Switching fprintf usage to elog 2015-02-09 14:02:13 -08:00
Xavier Stevens e19e93e715 Fixing bug that snuck in around lwgeom checks 2015-01-20 15:34:55 -08:00
Xavier Stevens 5594ad04ef Fixing styling using clang-format 2015-01-20 15:23:45 -08:00
Xavier Stevens b211211fdf Adding support for Postgres Point as well as PostGIS Geometry/Geography Points 2015-01-20 15:09:29 -08:00
Xavier Stevens 5d4368bbca Changed output table to only use table name and exclude the schema 2015-01-16 14:43:34 -08:00
Xavier Stevens d3e1a15aad Adding UUIDOID support 2015-01-07 10:32:14 -08:00
Xavier Stevens 4f29f5c47f Adding frame encoding and fixing handling of some types 2014-09-30 11:35:07 -07:00
Xavier Stevens be9ef38f1d Adding timestamp oid support 2014-09-23 12:19:29 -07:00
Xavier Stevens f9d69b3f1f Using clang-format to style nazi myself 2014-09-22 16:26:50 -07:00
Xavier Stevens 6a212e9e4c First working version for debug text output at least 2014-09-22 16:21:47 -07:00
Xavier Stevens 0241c144fc Initial commit but not compiling yet 2014-09-18 17:33:49 -07:00