Skip to content

Releases: postgresql-interfaces/psqlodbc

REL-16_00_0005-mimalloc

28 May 11:25
6ca29b7

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

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]>

REL-16_00_0004

08 May 12:50

Choose a tag to compare

fix error

REL-16_00_0003

19 Apr 19:56

Choose a tag to compare

Build and release using github actions

REL-16_00_0001

18 Apr 20:03

Choose a tag to compare

change tag pattern