Releases: postgresql-interfaces/psqlodbc
Releases · postgresql-interfaces/psqlodbc
REL-17_00_0006
release 17.00.0006
REL-17_00_0006-mimalloc
A build of REL-17_00_0006 that uses the mimalloc allocator for improved performance.
REL-17_00_0005-mimalloc
A build of REL-17_00_0005 that uses the mimalloc allocator for improved performance.
REL-17_00_0005
What's Changed
- fix release notes to properly reflect the change by @davecramer in #81
- fix: spelling of stmt_deferred by @davecramer in #86
- chore: Documentation and new test table for SQLSpecialColumns by @davecramer in #85
- Fix duplicate component codes by @chrullrich in #75
- test with just unique keys by @davecramer in #87
- Update the font and the layouts of all dialogs to improve their look and feel by @jkwuc89 in #91
- Change SpecialColumns to return correct information for unique indexes by @davecramer in #97
- fix: fix possible use of unitialized memory by @davecramer in #100
- Update main.yml to use wix version 6.0.0 by @davecramer in #104
- chore: replace unsafe string-to-number conversions by @faviansamatha in #103
- chore: change memset to memset_s/SecureZeroMemory by @faviansamatha in #105
- chore: update makeConnectString to not overflow connect_string where len < MAX_CONNECT_STRING by @micahdbak in #106
- feat: safe sscanf by @ColinKYuen in #108
- fix: use memset if memset_s is not available by @faviansamatha in #107
- remove schema and table name from SpecialColumns and update test by @davecramer in #109
- fix: revert to memset for pgdebug_memset by @faviansamatha in #111
- configure: make sure to call AC_CHECK_HEADER_STDBOOL by @shr-project in #112
- SQLFreeStmt(stmt,SQL_DROP) now returns an error when it's conn has been disconnected. by @harukat in #113
- fix: use pgfree for libpq mallocs by @ColinKYuen in #114
- fix double free stmt by @davecramer in #115
- update version and release notes in preparation for release 17_00_0005 by @davecramer in #118
- Revert "fix double free stmt" by @davecramer in #120
- fix possible int overflow fixes #Issue 119 by @davecramer in #121
New Contributors
- @jkwuc89 made their first contribution in #91
- @faviansamatha made their first contribution in #103
- @micahdbak made their first contribution in #106
- @ColinKYuen made their first contribution in #108
- @shr-project made their first contribution in #112
- @harukat made their first contribution in #113
Full Changelog: REL-17_00_0004...REL-17_00_0005
REL-17_00_0004-mimalloc
A build of REL-17_00_0004 that uses the mimalloc allocator for improved performance.
REL-17_00_0004
Update release notes and versions for 17.00.0004 (#80)
REL-17_00_0003-mimalloc
A build of REL-17_00_0003 that uses the mimalloc allocator for improved performance.
REL-17_00_0003
What's Changed
- Remove the NMAKE build system for installers by @chrullrich in #65
- Use WiX 5 by @chrullrich in #66
- fix small memory leak in 'CC_initial_log' function by @iobnc in #67
- Fix typo failing the Rebuild target by @chrullrich in #68
- Correct wrong string method calls by @chrullrich in #69
- Fix PG_ErrorInfo and ER_ReturnError when error message is larger than 65535 bytes by @r33s3n6 in #70
- Update version numbers for release 17.0003 by @davecramer in #77
New Contributors
Full Changelog: REL-17_00_0002...REL-17_00_0003
REL-17_00_0002-mimalloc
A build of REL-17_00_0002 that uses the mimalloc allocator for improved performance.
REL-17_00_0002
What's Changed
- Fix MSI error messages by @chrullrich in #58
- update version numbers by @davecramer in #63
Full Changelog: REL-16_00_0007...REL-17_00_0002