Skip to content

Releases: postgresql-interfaces/psqlodbc

REL-16_00_0007-mimalloc

01 Oct 13:30
e271b49
Compare
Choose a tag to compare

A build of REL-16_00_0007 that uses the mimalloc allocator for improved performance.

REL-16_00_0007

01 Oct 13:30
e271b49
Compare
Choose a tag to compare
update version numbers to release 16.00.0007 to release a version 16 …

REL-17_00_0001-mimalloc

28 Sep 23:37
ab76a10
Compare
Choose a tag to compare

A build of REL-17_00_0001 that uses the mimalloc allocator for improved performance.

REL-17_00_0001

28 Sep 23:37
ab76a10
Compare
Choose a tag to compare

What's Changed

Full Changelog: REL-17_00_0000...REL-17_00_0001

REL-17_00_0000-mimalloc

27 Sep 13:21
b149ff2
Compare
Choose a tag to compare

A build of REL-17_00_0000 that uses the mimalloc allocator for improved performance.

REL-17_00_0000

27 Sep 13:21
b149ff2
Compare
Choose a tag to compare
update version numbers for release 17 (#52)

* update version numbers for release 17

REL-16_00_0006-mimalloc

27 Sep 11:39
68db561
Compare
Choose a tag to compare

A build of REL-16_00_0006 that uses the mimalloc allocator for improved performance.

REL-16_00_0006

27 Sep 11:39
68db561
Compare
Choose a tag to compare
release 16_00_0006 bugfix for double free (#50)

* release 16_00_0006 bugfix for double free

REL-16_00_0005-mimalloc

28 May 11:25
6ca29b7
Compare
Choose a tag to compare

A build of REL-16_00_0005 that uses the mimalloc allocator for improved performance.

REL-16_00_0005

28 May 11:25
6ca29b7
Compare
Choose a tag to compare
Fixed bugs, reported in issue #8. (#25)

* Fixed bugs, reported in issue #8.
Bunch of memory leaks, occuring in tests.
One heap-buffer-overrun in read operation at convert.c:3162.
Two memory leaks, detected by my unit tests:
  password, conn_settings, pqopt fields overwrite if their values
  provided by both, system config and connstring.
  Restored reference counting lifetime managment of COL_INFO objects.
Some minor cosmetic changes.

Signed-off-by: Alexandr Kuznetsov <[email protected]>

* Minor cosmetic changes.

Signed-off-by: Alexandr Kuznetsov <[email protected]>

* Forgot set col_info to NULL in TABLE_INFO object while clearing it.

Signed-off-by: Alexandr Kuznetsov <[email protected]>

* Fixing comments.

Signed-off-by: Alexandr Kuznetsov <[email protected]>

---------

Signed-off-by: Alexandr Kuznetsov <[email protected]>