Binary transfer support [0/7] - intro

From: Mikko Tiihonen <mikko(dot)tiihonen(at)nitorcreations(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Binary transfer support [0/7] - intro
Date: 2011-09-16 13:13:31
Message-ID: 4E734B7B.5070300@nitorcreations.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

I dusted off the latest binary transfer patches and split them to logical parts to allow for easier discussion.

[1/7] bugfixes.patch
- fix to use of getBytes on integer field
[2/7] binarytransfer-core.patch
- protocol changes
- configuration flags
- documentation
- converting of current binary transfer of byte[] to use the new framework
- includes system property forcebinary to do extra round trip and force
use of binary transfers on first use of prepared statement
[3/7] debugging.patch
- add debug logging that was useful while developing the feature
[4/7] integertypes.patch
- INT2, INT4, INT8
- FLOAT4, FLOAT8
[5/7] datetypes.patch
- TIME, TIMETZ, TIMESTAMP, TIMESTAMPTZ (only for protocol 8.0 or up)
- DATE (only for receive)
[6/7] more-tests.patch
- two tests to test problems found during the development that the unit tests did not catch
[7/7] ide-testing.patch
- optional patch: helps to run tests directly in IDE by reading the build*properties files
and providing defaults to some properties that are not defined in either

-Mikko

Browse pgsql-jdbc by date

  From Date Subject
Next Message Mikko Tiihonen 2011-09-16 13:13:40 Binary transfer support [1/7] - bugfixes
Previous Message Dave Cramer 2011-09-15 22:10:32 binary patch problems