index
:
psqlodbc.git
PRE_LIBPQ
REL-07_03_ENHANCED
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL8_1_STABLE
master
Official repository of the psqlodbc driver.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
loadlib.c
Age
Commit message (
Expand
)
Author
2017-08-15
Review the use of mylog().
Hiroshi Inoue
2017-06-09
Rename snprintf_add() snprintfcat().
Hiroshi Inoue
2017-06-02
Add or change some mylog messages for debugging.
Hiroshi Inoue
2016-11-23
In psqlsetup, call both FreeLibrary() and __FUnloadDelayLoadedDLL2() for psql...
Hiroshi Inoue
2016-11-23
Give up the use of delayload hook for vc14 or later.
Hiroshi Inoue
2016-11-21
vc14 seems to have troubles with delayload hook. Load psqlodbc35w(30a) in psq...
Hiroshi Inoue
2016-09-22
Build the setup program psqlsetup used for the regression dsn.
Hiroshi Inoue
2016-07-20
The following infomation is from Dave Cramer(davecramer@gmail.com).
Hiroshi Inoue
2015-01-14
Silence compiler warnings about variables being used uninitialized.
Heikki Linnakangas
2014-12-31
Use libpq for everything.
Heikki Linnakangas
2014-11-03
Fix Windows compilation with libpq enabled, but without SSPI
Heikki Linnakangas
2014-10-08
Cleanup the code for *test* button and add the functionality to test
Hiroshi Inoue
2014-03-17
Replace NOT_USE_LIBPQ with USE_LIBPQ #define.
Heikki Linnakangas
2014-03-12
Use "function(void)" instead of "function()" to declare 0-arg functions.
Heikki Linnakangas
2014-03-11
Whitespace and indentation fixes.
Heikki Linnakangas
2014-02-23
SSL verify[-(ca|full)] is avaiable since 8.4. There seems no need to
Hiroshi Inoue
2014-02-23
Currently PQConnectdbParams() not yet used anyway.
Hiroshi Inoue
2013-07-10
Revise MSDTC support.
Hiroshi Inoue
2013-04-18
Fix references to 'notice.txt'.
Heikki Linnakangas
2010-08-21
1.Introduce pgtype_attr_xxxx functions which take a typmod parameter as well ...
Hiroshi Inoue
2010-01-17
1) Allow password which contains special characters like {,},=,;.
Hiroshi Inoue
2009-11-23
1) Fix memory leaks on connection failure (Shouji morimoto).
Hiroshi Inoue
2009-11-15
1) Added --with(out)-libpq[=DIR} option to configure.
Hiroshi Inoue
2009-04-24
1. Remove the implicit sslverify option and add 'verify-ca' and 'verify-full'
Hiroshi Inoue
2009-03-23
Change sslverify stuff so that it can be built with older version of libpq.
Hiroshi Inoue
2009-03-20
The version is now 8.03.0402.
Hiroshi Inoue
2008-11-23
The version is now 8.3.0401.
Hiroshi Inoue
2008-05-03
1. Fix a bug in socket which uses a socket variable.
Hiroshi Inoue
2008-01-22
Fix final FreeLibrary of SSL.
Hiroshi Saito
2007-12-26
*** empty log message ***
Hiroshi Inoue
2007-11-02
I may have introduced a bug in the last change which may cause an
Hiroshi Inoue
2007-10-27
The version is now 8.2.0501.
Hiroshi Inoue
2007-06-02
The version is now 8.2.0402.
Hiroshi Inoue
2007-04-05
. Use different dll name for Unicode and ANSI DTC enlist DLL
Hiroshi Inoue
2007-04-03
The version is now 8.2.0205.
Hiroshi Inoue
2006-10-17
The version is now 8.2.0104.
Hiroshi Inoue
2006-10-13
The version is now 8.2.0103.
Hiroshi Inoue
2006-08-27
Adjustment of the order of a definition.
Hiroshi Saito
2006-04-08
Commit the changed files from the enhanced branch
Dave Page