projects
/
psqlodbc.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
psqlodbc.git
2014-06-07
Heikki Linnakangas
Misc whitespace and comment fixes. Remove dead, comment...
commit
|
commitdiff
|
tree
2014-06-04
Heikki Linnakangas
Fix crash if connection is closed while sending a query...
commit
|
commitdiff
|
tree
2014-06-04
Heikki Linnakangas
Remove unused NDEBUG and PSQLODBC_EXPORTS defines from...
commit
|
commitdiff
|
tree
2014-06-04
Heikki Linnakangas
Remove more unused stuff from win64.mak
commit
|
commitdiff
|
tree
2014-06-03
Heikki Linnakangas
Silence misc issues flagged up by Clang's static analyz...
commit
|
commitdiff
|
tree
2014-06-03
Heikki Linnakangas
Using tolower() requires ctype.h with some compilers.
commit
|
commitdiff
|
tree
2014-06-03
Heikki Linnakangas
Merge 32-bit and 64-bit .wxs files used to build the...
commit
|
commitdiff
|
tree
2014-06-03
Heikki Linnakangas
Unify the 32-bit and 64-bit installer build processes.
commit
|
commitdiff
|
tree
2014-06-03
Heikki Linnakangas
Fix Debug-mode builds with win64.mak
commit
|
commitdiff
|
tree
2014-06-03
Heikki Linnakangas
Fix Windows build with MSDTC=no.
commit
|
commitdiff
|
tree
2014-06-03
Heikki Linnakangas
Rename Windows output folders, for clarity.
commit
|
commitdiff
|
tree
2014-06-03
Heikki Linnakangas
Remove obsolete Windows build files.
commit
|
commitdiff
|
tree
2014-06-02
Heikki Linnakangas
Simplify win32.mak and win64.mak a little bit.
commit
|
commitdiff
|
tree
2014-06-02
Heikki Linnakangas
Improve Windows compilation instructions in the docs.
commit
|
commitdiff
|
tree
2014-06-02
Heikki Linnakangas
Refactor win64.mak to allow passing options in local...
commit
|
commitdiff
|
tree
2014-06-02
Heikki Linnakangas
Remove /incremental option from linker call on Windows...
commit
|
commitdiff
|
tree
2014-06-02
Heikki Linnakangas
Remove special check for nmake version 6.00.9782.0
commit
|
commitdiff
|
tree
2014-06-02
Heikki Linnakangas
Remove unused cruft from Windows build files.
commit
|
commitdiff
|
tree
2014-06-02
Heikki Linnakangas
Add comments to modify_msi.vbs.
commit
|
commitdiff
|
tree
2014-06-02
Heikki Linnakangas
Clean up Windows makefiles
commit
|
commitdiff
|
tree
2014-05-27
Heikki Linnakangas
Rip out broken retry/timeout logic in SOCK_wait_for_ready.
commit
|
commitdiff
|
tree
2014-05-27
Heikki Linnakangas
Fix broken expected output of catalogfunctions regressi...
commit
|
commitdiff
|
tree
2014-05-19
Heikki Linnakangas
Add Windows build directories to .gitignore
commit
|
commitdiff
|
tree
2014-05-15
Hiroshi Saito
corresponds to notice the message level change.
REL-09_03_0300
commit
|
commitdiff
|
tree
2014-05-14
Hiroshi Saito
Fixed test/expected.
commit
|
commitdiff
|
tree
2014-05-13
Hiroshi Saito
Prep release ver 09.03.0300
commit
|
commitdiff
|
tree
2014-05-12
Heikki Linnakangas
Fix typo in error message.
commit
|
commitdiff
|
tree
2014-05-05
Heikki Linnakangas
Fix crash if connection is closed during CC_send_query_...
commit
|
commitdiff
|
tree
2014-04-11
Heikki Linnakangas
Fix two UseDeclareFetch bugs.
commit
|
commitdiff
|
tree
2014-04-11
Heikki Linnakangas
Fix typo in test case
commit
|
commitdiff
|
tree
2014-04-10
Heikki Linnakangas
Don't clear error number when SQLGetDiagRec is called.
commit
|
commitdiff
|
tree
2014-04-10
Heikki Linnakangas
Print a better error message in regression tests on...
commit
|
commitdiff
|
tree
2014-03-25
Heikki Linnakangas
Add test case for error-rollback behavior.
commit
|
commitdiff
|
tree
2014-03-24
Heikki Linnakangas
Avoid deprecated SQLAllocStmt/SQLFreeStmt in regression...
commit
|
commitdiff
|
tree
2014-03-24
Heikki Linnakangas
Add test case for SQLGetConnectOption
commit
|
commitdiff
|
tree
2014-03-20
Heikki Linnakangas
Add a new test case to test ODBC functions deprecated...
commit
|
commitdiff
|
tree
2014-03-18
Heikki Linnakangas
Add more test cases for ODBC catalog functions.
commit
|
commitdiff
|
tree
2014-03-18
Heikki Linnakangas
Add test/Makefile to .gitignore.
commit
|
commitdiff
|
tree
2014-03-17
Heikki Linnakangas
Use the PG_CONFIG setting from ./configure cmd line...
commit
|
commitdiff
|
tree
2014-03-17
Heikki Linnakangas
Replace NOT_USE_LIBPQ with USE_LIBPQ #define.
commit
|
commitdiff
|
tree
2014-03-17
Heikki Linnakangas
Use the same CFLAGS/LDFLAGS to build regression tests...
commit
|
commitdiff
|
tree
2014-03-12
Heikki Linnakangas
Add missing function declarations.
commit
|
commitdiff
|
tree
2014-03-12
Heikki Linnakangas
Use "function(void)" instead of "function()" to declare...
commit
|
commitdiff
|
tree
2014-03-11
Heikki Linnakangas
Remove a couple of unused functions, and fix a typeo.
commit
|
commitdiff
|
tree
2014-03-11
Heikki Linnakangas
More whitespace cleanup.
commit
|
commitdiff
|
tree
2014-03-11
Heikki Linnakangas
Whitespace and indentation fixes.
commit
|
commitdiff
|
tree
2014-03-10
Heikki Linnakangas
Pass the argument to isalpha/isspace etc. routines...
commit
|
commitdiff
|
tree
2014-03-10
Heikki Linnakangas
Fix implicit casts between SQLCHAR and char. Don't...
commit
|
commitdiff
|
tree
2014-03-06
Hiroshi Saito
Prep release 09.03.0210.
REL-09_03_0210
commit
|
commitdiff
|
tree
2014-03-06
Heikki Linnakangas
Add a .gitignore file to ignore test/results dir.
commit
|
commitdiff
|
tree
2014-03-06
Heikki Linnakangas
Use "exit(1);" instead of "return;" to exit from main().
commit
|
commitdiff
|
tree
2014-03-06
Heikki Linnakangas
Remove some dead code.
commit
|
commitdiff
|
tree
2014-03-05
Hiroshi Inoue
Pass the content of POSTGRES_RESOURCE_VERSION variable...
commit
|
commitdiff
|
tree
2014-03-03
Heikki Linnakangas
Silence another compiler warning.
commit
|
commitdiff
|
tree
2014-03-03
Heikki Linnakangas
Silence compiler warning.
commit
|
commitdiff
|
tree
2014-02-28
Hiroshi Inoue
Record the result of Build in configuration.xml.
commit
|
commitdiff
|
tree
2014-02-28
Hiroshi Inoue
It's preferable to leave PRODUCTCODE history.
commit
|
commitdiff
|
tree
2014-02-28
Heikki Linnakangas
Add test case for CTE queries (WITH ...)
commit
|
commitdiff
|
tree
2014-02-24
Heikki Linnakangas
Fix encoding of release-7.3.html
commit
|
commitdiff
|
tree
2014-02-24
Heikki Linnakangas
Convert line-endings from CT+LF to LF.
commit
|
commitdiff
|
tree
2014-02-24
Heikki Linnakangas
Fix locking in SC_set_prepared
commit
|
commitdiff
|
tree
2014-02-24
Heikki Linnakangas
Update EXTRA_DIST in Makefile.am
commit
|
commitdiff
|
tree
2014-02-23
Hiroshi Inoue
SSL verify[-(ca|full)] is avaiable since 8.4. There...
commit
|
commitdiff
|
tree
2014-02-23
Hiroshi Inoue
Currently PQConnectdbParams() not yet used anyway.
commit
|
commitdiff
|
tree
2014-02-23
Hiroshi Saito
change version number.
REL-09_03_0200
commit
|
commitdiff
|
tree
2014-02-23
Hiroshi Saito
change version number.
commit
|
commitdiff
|
tree
2014-02-23
Hiroshi Saito
change version number.
commit
|
commitdiff
|
tree
2014-02-23
Hiroshi Saito
Ooops missing change.
commit
|
commitdiff
|
tree
2014-02-23
Hiroshi Saito
Forget win_md5.c.
commit
|
commitdiff
|
tree
2014-02-22
Hiroshi Saito
Prep release ver 09.03.0200.
commit
|
commitdiff
|
tree
2014-02-22
Hiroshi Saito
Prep release ver 09.03.0200.
commit
|
commitdiff
|
tree
2014-02-22
Hiroshi Saito
Additional modules, and etc.
commit
|
commitdiff
|
tree
2014-02-22
Hiroshi Inoue
winresrc.h instead of winres.h.
commit
|
commitdiff
|
tree
2014-02-22
Hiroshi Inoue
Change to supply non-NULL parameters for SC_set_error().
commit
|
commitdiff
|
tree
2014-02-22
Hiroshi Inoue
It's safe to lock SC_set_prepared() itself.
commit
|
commitdiff
|
tree
2014-02-22
Hiroshi Inoue
The next release allows minor version up from 09.03...
commit
|
commitdiff
|
tree
2014-02-20
Hiroshi Inoue
Fix compilation errors caused by the commit 3116f70ab51...
commit
|
commitdiff
|
tree
2014-02-20
Hiroshi Inoue
The 2dn argument of SC_set_prepared() is int(enum)...
commit
|
commitdiff
|
tree
2014-02-20
Hiroshi Inoue
Fix the judgement condition of minor or major upgrade.
commit
|
commitdiff
|
tree
2014-02-20
Heikki Linnakangas
Add locking to SQLFreeStmt and SQLFreeHandle.
commit
|
commitdiff
|
tree
2014-02-20
Heikki Linnakangas
Refactor utf8_to_ucs_lf.
commit
|
commitdiff
|
tree
2014-02-19
Hiroshi Inoue
Revert "When LF->CR+LF conversion causes an buffer...
commit
|
commitdiff
|
tree
2014-02-14
Heikki Linnakangas
The driver takes SQL_C_LONG to mean SQLINTEGER rather...
commit
|
commitdiff
|
tree
2014-02-14
Heikki Linnakangas
Add regression test for SQLBindCol.
commit
|
commitdiff
|
tree
2014-02-13
Heikki Linnakangas
Fix cursors test case on big-endian systems.
commit
|
commitdiff
|
tree
2014-02-04
Hiroshi Inoue
MSBuild instead of nmake to build binaries using 10...
commit
|
commitdiff
|
tree
2014-01-14
Hiroshi Inoue
Set TCP keepalive by default.
commit
|
commitdiff
|
tree
2014-01-09
Heikki Linnakangas
Fix out-of-bounds write when Bind request packet size...
commit
|
commitdiff
|
tree
2014-01-07
Heikki Linnakangas
Fix off-by-one error in parsing ExtraSysTablePrefixes...
commit
|
commitdiff
|
tree
2014-01-06
Heikki Linnakangas
Remember "Description" DSN attribute
commit
|
commitdiff
|
tree
2013-12-20
Heikki Linnakangas
Update link to MSDN appendix on ODCB scalar functions.
commit
|
commitdiff
|
tree
2013-12-18
Hiroshi Inoue
Update GUI to edit configuration.xml.
REL-09_03_0100
commit
|
commitdiff
|
tree
2013-12-18
Hiroshi Inoue
The environment variable env:ProgramFiles(x86) in Power...
commit
|
commitdiff
|
tree
2013-12-18
Hiroshi Inoue
The value x64 for PROCESSOR_ARCHITECTURE on Windows...
commit
|
commitdiff
|
tree
2013-12-17
Hiroshi Saito
increment of build number.
commit
|
commitdiff
|
tree
2013-12-17
Hiroshi Saito
Fixed some typo.
commit
|
commitdiff
|
tree
2013-12-16
Hiroshi Saito
adjustment of the path name.
commit
|
commitdiff
|
tree
2013-12-16
Hiroshi Saito
change name libintl.dll.
commit
|
commitdiff
|
tree
2013-12-16
Hiroshi Saito
Forget connexp.h.
commit
|
commitdiff
|
tree
2013-12-16
Hiroshi Saito
increment of build number.
commit
|
commitdiff
|
tree
next