Skip to content

Releases: arenadata/pxf

6.6.0_arenadata9

09 Jun 11:37
bd6a7fc
Compare
Choose a tag to compare
Merge pull request #43 from arenadata/6.6.0-sync

ADBDEV-3637 6.6.0 sync

6.5.0_arenadata9

19 May 12:55
0c78f16
Compare
Choose a tag to compare
Merge pull request #41 from arenadata/ADBDEV-3683

ADBDEV-3683: Downgrade to Spring Boot 2.4.3

6.5.0_arenadata8: ADBDEV-3099: Fix TIMESTAMP_WITH_TIME_ZONE for readable tables

05 Apr 15:24
Compare
Choose a tag to compare
We don't need to convert OffsetDateTime to LocalDateTime on the PXF site as it has its own time zone that might be not the same as in GP.

6.5.0_arenadata6

27 Mar 08:40
f87fac8
Compare
Choose a tag to compare
Merge pull request #35 from arenadata/feature/pxf-6.x-ADBDEV-3099

ADBDEV-3099: Add support year if it contains more than 4 digits

6.5.0_arenadata5

26 Jan 12:24
c68cf0b
Compare
Choose a tag to compare
Merge pull request #34 from arenadata/release-6.5.0-sync

Release 6.5.0 sync

6.4.2_arenadata4

21 Nov 05:54
93f41a7
Compare
Choose a tag to compare
ADBDEV-2976: Handle multi_perform curl errors immediately (#24)

The internal buffer will be filled during the first pxfprotocol_import call.
If there is chunk corruption, we fail here without trying to interpret the
received message during check_response. But if a corrupted chunk is read
during the next filling of the buffer, this chunk will be written in the
internal buffer. Then if trailer CRLF sequence is not faced, CHUNKE_BAD_CHUNK
(with code 3) will be returned and connection must be interrupted as far as
application isn't able to find next chunk start position. But current PXF
implementation doesn't check error buffer in case of internal buffer isn't
empty (we've already placed corrupted chunk here) and tries to interpret it
with gpdbwritableformatter_import. If we are lucky and memory corruption
isn't happened, we receive error during next buffer filling.

To solve this problem, we should check multi_perform result, similar to
curl_easy_perform libcurl function.

6.4.2_arenadata3

15 Nov 18:33
fe6d05a
Compare
Choose a tag to compare
Merge pull request #29 from arenadata/feature/ADBDEV-3209

ADBDEV-3209: Add possibility to decrypt an encrypted password

6.4.2_arenadata2

11 Oct 12:47
d649732
Compare
Choose a tag to compare
Merge pull request #27 from arenadata/feature-pxf-6.x/ADBDEV-3096

PXF-6.x/ADBDEV-3096: PXF JDBC: Allow set Oracle parallel instructions

6.3.1_arenadata1

13 Jul 17:54
d6eb6bc
Compare
Choose a tag to compare
Merge pull request #20 from arenadata/6.3.1-sync

ADBDEV-2799 6.3.1 sync

6.3.0_arenadata1

29 Mar 09:00
ac49d8f
Compare
Choose a tag to compare
Merge pull request #19 from arenadata/6.3.0-sync

ADBDEV-2545 6.3.0 sync