psqlodbc.git
2014-06-24 Heikki LinnakangasRemove unused function.
2014-06-24 Hiroshi InoueThis patch fixes a NULL pointer dereference occurring...
2014-06-23 Heikki LinnakangasFix compilation on Windows, broken by my previous commit.
2014-06-20 Heikki LinnakangasRefactor SQLCancel() and add comments, for readability.
2014-06-20 Heikki LinnakangasFix bug in SQLCancel().
2014-06-20 Hiroshi InoueFix broken buildX86-installer.ps1 due to the change...
2014-06-20 Hiroshi InoueDon't use PG_VERSION_xx() macros in original_CC_connect...
2014-06-20 Hiroshi InoueMerge remote-tracking branch 'ringerc/fix-febe-protocol...
2014-06-20 Craig RingerFix use of server-queried version before connection
2014-06-19 Hiroshi InoueFix the problems using SQLFetch on prepared INSERT...
2014-06-19 Hiroshi InoueClear errors for prepared statement for subsequent...
2014-06-19 Hiroshi InoueIncrease digits used to convert from REAL/DOUBLEs to...
2014-06-18 Heikki LinnakangasSQL_NUMERIC_STRUCT was not available until ODBC 3.0
2014-06-16 Craig RingerFix access to unallocated memory in IAsyncPG
2014-06-16 Hiroshi Inouectype_length() is missing the length for SQL_C_BIGINT...
2014-06-16 Craig RingerDiscuss issues with SDK support and installation
2014-06-16 Craig RingerDocument build outputs
2014-06-15 Hiroshi InoueFix the warning MSB8028: The intermediate directory...
2014-06-14 U-Lenovo-PC... It's safe to add this change in addition to the previou...
2014-06-14 U-Lenovo-PC... Fix potentially uninitialized local pointer access...
2014-06-13 Heikki LinnakangasAdd top-level Windows makefile targets for building...
2014-06-13 Hiroshi InoueMake sure that the psqlodbc ANSI driver is ODBC3.5.
2014-06-13 Hiroshi InoueChanges by a patch and a request from Craig Ringer...
2014-06-13 Hiroshi InoueFix a PowerShell syntax error.
2014-06-12 Heikki LinnakangasSupport running regression tests on Windows.
2014-06-12 Heikki LinnakangasFix ODBC function escape for SPACE function.
2014-06-11 Heikki LinnakangasSilence compiler warnings from regression tests.
2014-06-11 Heikki LinnakangasOops, forgot to git add some last-minute changes to...
2014-06-11 Heikki LinnakangasRewrite the conversion functions between strings and...
2014-06-09 Heikki LinnakangasMinor code cleanup.
2014-06-07 Heikki LinnakangasMisc whitespace and comment fixes. Remove dead, comment...
2014-06-04 Heikki LinnakangasFix crash if connection is closed while sending a query...
2014-06-04 Heikki LinnakangasRemove unused NDEBUG and PSQLODBC_EXPORTS defines from...
2014-06-04 Heikki LinnakangasRemove more unused stuff from win64.mak
2014-06-03 Heikki LinnakangasSilence misc issues flagged up by Clang's static analyz...
2014-06-03 Heikki LinnakangasUsing tolower() requires ctype.h with some compilers.
2014-06-03 Heikki LinnakangasMerge 32-bit and 64-bit .wxs files used to build the...
2014-06-03 Heikki LinnakangasUnify the 32-bit and 64-bit installer build processes.
2014-06-03 Heikki LinnakangasFix Debug-mode builds with win64.mak
2014-06-03 Heikki LinnakangasFix Windows build with MSDTC=no.
2014-06-03 Heikki LinnakangasRename Windows output folders, for clarity.
2014-06-03 Heikki LinnakangasRemove obsolete Windows build files.
2014-06-02 Heikki LinnakangasSimplify win32.mak and win64.mak a little bit.
2014-06-02 Heikki LinnakangasImprove Windows compilation instructions in the docs.
2014-06-02 Heikki LinnakangasRefactor win64.mak to allow passing options in local...
2014-06-02 Heikki LinnakangasRemove /incremental option from linker call on Windows...
2014-06-02 Heikki LinnakangasRemove special check for nmake version 6.00.9782.0
2014-06-02 Heikki LinnakangasRemove unused cruft from Windows build files.
2014-06-02 Heikki LinnakangasAdd comments to modify_msi.vbs.
2014-06-02 Heikki LinnakangasClean up Windows makefiles
2014-05-27 Heikki LinnakangasRip out broken retry/timeout logic in SOCK_wait_for_ready.
2014-05-27 Heikki LinnakangasFix broken expected output of catalogfunctions regressi...
2014-05-19 Heikki LinnakangasAdd Windows build directories to .gitignore
2014-05-15 Hiroshi Saitocorresponds to notice the message level change. REL-09_03_0300
2014-05-14 Hiroshi SaitoFixed test/expected.
2014-05-13 Hiroshi SaitoPrep release ver 09.03.0300
2014-05-12 Heikki LinnakangasFix typo in error message.
2014-05-05 Heikki LinnakangasFix crash if connection is closed during CC_send_query_...
2014-04-11 Heikki LinnakangasFix two UseDeclareFetch bugs.
2014-04-11 Heikki LinnakangasFix typo in test case
2014-04-10 Heikki LinnakangasDon't clear error number when SQLGetDiagRec is called.
2014-04-10 Heikki LinnakangasPrint a better error message in regression tests on...
2014-03-25 Heikki LinnakangasAdd test case for error-rollback behavior.
2014-03-24 Heikki LinnakangasAvoid deprecated SQLAllocStmt/SQLFreeStmt in regression...
2014-03-24 Heikki LinnakangasAdd test case for SQLGetConnectOption
2014-03-20 Heikki LinnakangasAdd a new test case to test ODBC functions deprecated...
2014-03-18 Heikki LinnakangasAdd more test cases for ODBC catalog functions.
2014-03-18 Heikki LinnakangasAdd test/Makefile to .gitignore.
2014-03-17 Heikki LinnakangasUse the PG_CONFIG setting from ./configure cmd line...
2014-03-17 Heikki LinnakangasReplace NOT_USE_LIBPQ with USE_LIBPQ #define.
2014-03-17 Heikki LinnakangasUse the same CFLAGS/LDFLAGS to build regression tests...
2014-03-12 Heikki LinnakangasAdd missing function declarations.
2014-03-12 Heikki LinnakangasUse "function(void)" instead of "function()" to declare...
2014-03-11 Heikki LinnakangasRemove a couple of unused functions, and fix a typeo.
2014-03-11 Heikki LinnakangasMore whitespace cleanup.
2014-03-11 Heikki LinnakangasWhitespace and indentation fixes.
2014-03-10 Heikki LinnakangasPass the argument to isalpha/isspace etc. routines...
2014-03-10 Heikki LinnakangasFix implicit casts between SQLCHAR and char. Don't...
2014-03-06 Hiroshi SaitoPrep release 09.03.0210. REL-09_03_0210
2014-03-06 Heikki LinnakangasAdd a .gitignore file to ignore test/results dir.
2014-03-06 Heikki LinnakangasUse "exit(1);" instead of "return;" to exit from main().
2014-03-06 Heikki LinnakangasRemove some dead code.
2014-03-05 Hiroshi InouePass the content of POSTGRES_RESOURCE_VERSION variable...
2014-03-03 Heikki LinnakangasSilence another compiler warning.
2014-03-03 Heikki LinnakangasSilence compiler warning.
2014-02-28 Hiroshi InoueRecord the result of Build in configuration.xml.
2014-02-28 Hiroshi InoueIt's preferable to leave PRODUCTCODE history.
2014-02-28 Heikki LinnakangasAdd test case for CTE queries (WITH ...)
2014-02-24 Heikki LinnakangasFix encoding of release-7.3.html
2014-02-24 Heikki LinnakangasConvert line-endings from CT+LF to LF.
2014-02-24 Heikki LinnakangasFix locking in SC_set_prepared
2014-02-24 Heikki LinnakangasUpdate EXTRA_DIST in Makefile.am
2014-02-23 Hiroshi InoueSSL verify[-(ca|full)] is avaiable since 8.4. There...
2014-02-23 Hiroshi InoueCurrently PQConnectdbParams() not yet used anyway.
2014-02-23 Hiroshi Saitochange version number. REL-09_03_0200
2014-02-23 Hiroshi Saitochange version number.
2014-02-23 Hiroshi Saitochange version number.
2014-02-23 Hiroshi SaitoOoops missing change.
2014-02-23 Hiroshi SaitoForget win_md5.c.
2014-02-22 Hiroshi SaitoPrep release ver 09.03.0200.
next