2018-05-02 |
Hiroshi Inoue | Revise ConfigDSN() so that it handles the 4th parameter... |
commit | commitdiff | tree |
2018-05-02 |
Hiroshi Inoue | Fix SQLGetTypeInfo() so that it filters SQL_TYPE_DATE... |
commit | commitdiff | tree |
2018-04-18 |
Hiroshi Inoue | Put back the handling of lock_CC_for_rb variable. |
commit | commitdiff | tree |
2018-03-30 |
Hiroshi Saito | Fixed typo.. |
commit | commitdiff | tree |
2018-03-30 |
Hiroshi Saito | Prep release 10.02.0000 REL-10_02_0000 |
commit | commitdiff | tree |
2018-03-27 |
Hiroshi Inoue | Fix a crash bug in AddDeleted(). |
commit | commitdiff | tree |
2018-03-27 |
Hiroshi Inoue | Make SQLSetPos(SQL_DELETE/SQL_REFRESH) more effective. |
commit | commitdiff | tree |
2018-03-26 |
Hiroshi Inoue | Handle MALLOC/REALLOC errors while fetching tuples... |
commit | commitdiff | tree |
2018-03-26 |
Hiroshi Inoue | Oops, setting *tidval* variable in SC_pos_reload_with_k... |
commit | commitdiff | tree |
2018-03-26 |
Hiroshi Inoue | Modify positioned-update-test. |
commit | commitdiff | tree |
2018-03-14 |
Hiroshi Inoue | Avoid replacing effective notice messages. |
commit | commitdiff | tree |
2018-03-14 |
Ayappan | Fix build for non-gcc systems |
commit | commitdiff | tree |
2018-02-28 |
Hiroshi Inoue | It's safer to call setlocale(LC_CTYPE, "") than calling... |
commit | commitdiff | tree |
2018-01-12 |
Hiroshi Inoue | It is not appropriate to distribute test/Makefile. REL-10_01_0000 |
commit | commitdiff | tree |
2018-01-12 |
Hiroshi Inoue | Fix a bug in is_setting_search_path. A pointer might... |
commit | commitdiff | tree |
2017-12-31 |
Hiroshi Inoue | Oops, get_DocumentElement() doesn't return xml type. |
commit | commitdiff | tree |
2017-12-28 |
Hiroshi Saito | Fixed typo release document. |
commit | commitdiff | tree |
2017-12-27 |
Hiroshi Saito | Prep release 10.01.0000 |
commit | commitdiff | tree |
2017-12-26 |
Hiroshi Inoue | Review the level of MYLOG, QLOG. |
commit | commitdiff | tree |
2017-12-23 |
Hiroshi Inoue | Free any data at exec params before the statement is... |
commit | commitdiff | tree |
2017-12-23 |
Hiroshi Inoue | Fix a bug in pgdebug_realloc(). |
commit | commitdiff | tree |
2017-12-22 |
Hiroshi Inoue | Use MYLOG instead of inolog in inouealc.c . |
commit | commitdiff | tree |
2017-11-23 |
Hiroshi Inoue | Add add an option -NoPDB to buildInstallers.ps1. |
commit | commitdiff | tree |
2017-11-20 |
Hiroshi Inoue | Review the handling of @@IDENTITY when a column's defau... |
commit | commitdiff | tree |
2017-11-16 |
Hiroshi Inoue | Fix my mistake of previous commit. |
commit | commitdiff | tree |
2017-10-18 |
Hiroshi Inoue | Call Get-VSSetupInstance to detect Visual Studio instal... |
commit | commitdiff | tree |
2017-10-13 |
Hiroshi Saito | Prep version 10.00.0000! REL-10_00_0000 |
commit | commitdiff | tree |
2017-10-12 |
Hiroshi Inoue | Fix the bug that 'create table T_$001 (\81c)' fails when... |
commit | commitdiff | tree |
2017-10-05 |
Hiroshi Inoue | Correct the use of MatchInfo object which is an output... |
commit | commitdiff | tree |
2017-10-04 |
Hiroshi Inoue | Preparation for development with VC15(VS 2017). |
commit | commitdiff | tree |
2017-09-30 |
Hiroshi Inoue | Don't forget to call resetPQExpBuffer() before processi... |
commit | commitdiff | tree |
2017-09-27 |
Hiroshi Inoue | Use macro IS_NOT_SPACE() instead of !isspace() to ensur... |
commit | commitdiff | tree |
2017-09-27 |
Hiroshi Inoue | Correct CC_set_error_if_not_set(). |
commit | commitdiff | tree |
2017-09-27 |
Hiroshi Inoue | Improve the use of SC_error_copy() in info.c. |
commit | commitdiff | tree |
2017-09-24 |
Hiroshi Inoue | Improve error handling in info.c. |
commit | commitdiff | tree |
2017-09-24 |
Hiroshi Inoue | Change QLOG() so that it calls corresponding MYLOG... |
commit | commitdiff | tree |
2017-09-24 |
Hiroshi Inoue | Change the return value of strncpy_null() from char... |
commit | commitdiff | tree |
2017-09-23 |
Hiroshi Inoue | Review getNextToken() in parse.c. |
commit | commitdiff | tree |
2017-09-22 |
Hiroshi Inoue | Use pg_get_serial_sequence() to get serial sequence... |
commit | commitdiff | tree |
2017-09-21 |
Hiroshi Inoue | Review the use of encoded_nextchar(). |
commit | commitdiff | tree |
2017-09-20 |
Hiroshi Inoue | Fix "unrecognized format function type" warnings in... |
commit | commitdiff | tree |
2017-09-18 |
Hiroshi Inoue | Improve @@identty handling. |
commit | commitdiff | tree |
2017-09-17 |
Hiroshi Inoue | Add some QLOGs. |
commit | commitdiff | tree |
2017-09-13 |
Hiroshi Inoue | Remove the "unknown" column from colattribute-test... |
commit | commitdiff | tree |
2017-09-12 |
Hiroshi Inoue | For PG10 servers, we will never see "unknown" output... |
commit | commitdiff | tree |
2017-09-12 |
Hiroshi Inoue | Handle PG 10 identity columns. |
commit | commitdiff | tree |
2017-09-10 |
Hiroshi Inoue | Fix multibyte handling of ansi driver. |
commit | commitdiff | tree |
2017-09-08 |
Hiroshi Inoue | Fix a compiler warning. |
commit | commitdiff | tree |
2017-09-07 |
Hiroshi Inoue | Don't forget to set default values when registering... |
commit | commitdiff | tree |
2017-09-05 |
Hiroshi Saito | Prep release 09.06.0500 REL-09_06_0500 |
commit | commitdiff | tree |
2017-09-03 |
Hiroshi Inoue | Fix compiler warnings. |
commit | commitdiff | tree |
2017-09-03 |
Hiroshi Inoue | Allow PROCCALL in ReadOnly mode. |
commit | commitdiff | tree |
2017-09-02 |
Hiroshi Inoue | Move 2 CtrlCheckButton() calls into a switch statement. |
commit | commitdiff | tree |
2017-09-01 |
Hiroshi Inoue | Add __attribute__((format(printf,3,4))) to the declarat... |
commit | commitdiff | tree |
2017-09-01 |
Hiroshi Inoue | Improve QLOG. |
commit | commitdiff | tree |
2017-08-30 |
Hiroshi Inoue | Review ER_ReturnError(). |
commit | commitdiff | tree |
2017-08-30 |
Hiroshi Inoue | Add level parameter to Commlog/Mylog option of setup... |
commit | commitdiff | tree |
2017-08-30 |
Hiroshi Inoue | Add missing type declaration of log_params(). |
commit | commitdiff | tree |
2017-08-30 |
Hiroshi Inoue | Further improvement of qlog. |
commit | commitdiff | tree |
2017-08-29 |
Hiroshi Inoue | Put back the behavior when conversion errors from the... |
commit | commitdiff | tree |
2017-08-29 |
Hiroshi Inoue | Fix a compilation failure with nmake since 503bb09. |
commit | commitdiff | tree |
2017-08-29 |
Hiroshi Inoue | Detect fast shutdown while connecting. |
commit | commitdiff | tree |
2017-08-27 |
Hiroshi Inoue | Further Mylog renewal. |
commit | commitdiff | tree |
2017-08-25 |
Hiroshi Inoue | Fix bug that calls strdup() for NULL pointers. |
commit | commitdiff | tree |
2017-08-24 |
Hiroshi Inoue | Remove the GssAuthUseGssapi option completely. |
commit | commitdiff | tree |
2017-08-24 |
Hiroshi Inoue | Move the implemetation of GetExeName() from psqlodbc... |
commit | commitdiff | tree |
2017-08-23 |
Hiroshi Inoue | The second cut of QLOG renewal. |
commit | commitdiff | tree |
2017-08-22 |
Hiroshi Inoue | Use macro QLOG instead of function qlog. |
commit | commitdiff | tree |
2017-08-22 |
Hiroshi Inoue | Stop build operations on error. |
commit | commitdiff | tree |
2017-08-21 |
Hiroshi Inoue | Fixed typos. |
commit | commitdiff | tree |
2017-08-21 |
Hiroshi Inoue | The 1st cut of qlog renewal. |
commit | commitdiff | tree |
2017-08-21 |
Hiroshi Inoue | Fix an parameter unmatch error which would cause a... |
commit | commitdiff | tree |
2017-08-20 |
Hiroshi Inoue | Add __FILE__, __FUNCTION__, __LINE__ to MYLOG. |
commit | commitdiff | tree |
2017-08-20 |
Hiroshi Inoue | Introduce token control while parsing. |
commit | commitdiff | tree |
2017-08-19 |
Hiroshi Inoue | Add a test case to parse-test. |
commit | commitdiff | tree |
2017-08-19 |
Hiroshi Inoue | Fix catalogfunctions-test. The output of catalogfunctio... |
commit | commitdiff | tree |
2017-08-19 |
Hiroshi Inoue | Add 2 test cases to parse-test which handles '$'s in... |
commit | commitdiff | tree |
2017-08-18 |
Hiroshi Inoue | Add more test cases to parse-test. |
commit | commitdiff | tree |
2017-08-18 |
Hiroshi Inoue | Add a test case for parse-test. |
commit | commitdiff | tree |
2017-08-16 |
Hiroshi Inoue | Let program name as a part of logfile name. This would... |
commit | commitdiff | tree |
2017-08-16 |
Hiroshi Inoue | Modify one MYLOG() and one MYPRINTF(). |
commit | commitdiff | tree |
2017-08-16 |
Hiroshi Inoue | Fix some compiler warnings about MYLOG calls. |
commit | commitdiff | tree |
2017-08-16 |
Hiroshi Inoue | Implement myprintf() which prints logs according to... |
commit | commitdiff | tree |
2017-08-15 |
Hiroshi Inoue | Review the use of mylog(). |
commit | commitdiff | tree |
2017-08-15 |
Hiroshi Inoue | Reduce the use of snprintfcat(or SPRINTFCAT_FIXED macro... |
commit | commitdiff | tree |
2017-08-14 |
Hiroshi Inoue | Remove a meaningless 'static'. |
commit | commitdiff | tree |
2017-08-14 |
Hiroshi Inoue | Handle '$'s in identifiers correctly. |
commit | commitdiff | tree |
2017-08-10 |
Hiroshi Inoue | Fix a bug when fetching bytea field to SQL_C_BINALY... |
commit | commitdiff | tree |
2017-08-06 |
Hiroshi Inoue | Allow building test suite using nmake in a different... |
commit | commitdiff | tree |
2017-08-06 |
Hiroshi Inoue | Add linker option /MANIFEST:EMBED so as to build test... |
commit | commitdiff | tree |
2017-08-04 |
Hiroshi Inoue | Fix a linkage error when doing installcheck for test... |
commit | commitdiff | tree |
2017-08-01 |
Hiroshi Inoue | Fix a segfault on ResolveOneParam() function while... |
commit | commitdiff | tree |
2017-07-27 |
Hiroshi Saito | Prep release 09.06.0410 REL-09_06_0410 |
commit | commitdiff | tree |
2017-07-24 |
Hiroshi Inoue | Make quote_table() and ti_quote() thread safe. |
commit | commitdiff | tree |
2017-07-24 |
Hiroshi Inoue | Handle StrLen_or_IndPtr argument of SQLBindParameter... |
commit | commitdiff | tree |
2017-07-23 |
Hiroshi Inoue | Specify the size of query[]. |
commit | commitdiff | tree |
2017-07-22 |
Hiroshi Inoue | Modify wchar-char test so that it handles parameters... |
commit | commitdiff | tree |
2017-07-20 |
Hiroshi Saito | Reset a Makefile , test module forgetting |
commit | commitdiff | tree |
2017-07-20 |
Hiroshi Saito | add test/RegisterRegdsn.c, test module forgetting .. |
commit | commitdiff | tree |
2017-07-20 |
Hiroshi Inoue | Correct the behavior of snprintfcat() on Windows using... |
commit | commitdiff | tree |
next |