0
I Use This!
Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
getVersion already got $VERSION correctly. More... over 8 years ago
Use the same version number in buildBootstrapper.ps1 as buildInstaller.ps1 uses. More... over 8 years ago
Prep relese 09.06.0100. More... over 8 years ago
Change expected result of catalogfunctions-test according to the change of ByteaAsLongVarBinary's default. Now bulkoperations-test under Use Declare/Fetch mode is available. More... over 8 years ago
Just an improvement for testing. More... over 8 years ago
Change the default of ByteaAsLongVarBinary from 0 to 1. More... over 8 years ago
As tuple_updated item in AddUpdated(), the parameter should be used. Deriving from other items caused bad results. More... over 8 years ago
Fix a corner case when parsing connection strings enclosed with braces. More... over 8 years ago
Fix a compiltaion error and some warnings. More... over 8 years ago
Parse connection strings enncloed with braces more correctly. More... over 8 years ago
Suppress a diff output of deprecated-test. More... over 8 years ago
Add an environment variable which defines a common connection string for regression test. Switch declare/fetch mode in Windows regression test using this functionality. More... over 8 years ago
Add a new option 'pqopt' which specifies libpq connection parameters as a conninfo style string. The string must be enclosed with braces {} e.g. pqopt={sslcert=... sslkey=... sslrootcert=...} in the case of connection strings. Though host, port, dbname, user, password, sslmode, keepalives_idle or keepalive_interval parameters can be set using this option, they are ordinarily set by other options. When some settings for those parameters conflict with other ordinary options, connections are rejected. More... over 8 years ago
Oops I placed parameters of memset() in the wrong order. More... over 8 years ago
Make some macros more safe. More... over 8 years ago
Implement SQL_FECTH_BY_BOOKMARK operation of SQLBulkOperations properly. More... over 8 years ago
Removed a duplicate definition. More... over 8 years ago
Use lo_lseek64(lo_tell64) instead of lo_lseek(lo_tell) if the server's version >= 9.3. We are now able to handle > 2GB BLOBs. More... over 8 years ago
Improve connection error messages. More... over 8 years ago
Change the default for ExtraSysTablePrefixes to an empty string. More... over 8 years ago
Use LF as the line-ending. More... over 8 years ago
Fix expected output for UseServerSidePrepare=0. More... over 8 years ago
Add #ifdef for Windows only functions. More... over 8 years ago
If the package needs vc14, distribute it with vcruntime140.dll instead of msvcr1x0.dll or with Visual C++ Redistributable 2015. More... over 8 years ago
In psqlsetup, call both FreeLibrary() and __FUnloadDelayLoadedDLL2() for psqlodbc35w(30a) because psqlodbc35w(30a) is explicitly loaded beforehand and delay loaded also. More... over 8 years ago
Give up the use of delayload hook for vc14 or later. More... over 8 years ago
Use VCVersion instead of uninitialized variable VisulStudioVersion. More... over 8 years ago
Improve the way to detect the target PlatformToolset is of vc14 or later. More... over 8 years ago
Fix an error in a MSBuild condition in case of Windows SDK 7.1. More... over 8 years ago
Give up the use of GetVersionEx(). More... over 8 years ago