psqlodbc.git
2017-12-26 Hiroshi InoueReview the level of MYLOG, QLOG.
2017-12-23 Hiroshi InoueFree any data at exec params before the statement is...
2017-12-23 Hiroshi InoueFix a bug in pgdebug_realloc().
2017-12-22 Hiroshi InoueUse MYLOG instead of inolog in inouealc.c .
2017-11-23 Hiroshi InoueAdd add an option -NoPDB to buildInstallers.ps1.
2017-11-20 Hiroshi InoueReview the handling of @@IDENTITY when a column's defau...
2017-11-16 Hiroshi InoueFix my mistake of previous commit.
2017-10-18 Hiroshi InoueCall Get-VSSetupInstance to detect Visual Studio instal...
2017-10-13 Hiroshi SaitoPrep version 10.00.0000! REL-10_00_0000
2017-10-12 Hiroshi InoueFix the bug that 'create table T_$001 (\81c)' fails when...
2017-10-05 Hiroshi InoueCorrect the use of MatchInfo object which is an output...
2017-10-04 Hiroshi InouePreparation for development with VC15(VS 2017).
2017-09-30 Hiroshi InoueDon't forget to call resetPQExpBuffer() before processi...
2017-09-27 Hiroshi InoueUse macro IS_NOT_SPACE() instead of !isspace() to ensur...
2017-09-27 Hiroshi InoueCorrect CC_set_error_if_not_set().
2017-09-27 Hiroshi InoueImprove the use of SC_error_copy() in info.c.
2017-09-24 Hiroshi InoueImprove error handling in info.c.
2017-09-24 Hiroshi InoueChange QLOG() so that it calls corresponding MYLOG...
2017-09-24 Hiroshi InoueChange the return value of strncpy_null() from char...
2017-09-23 Hiroshi InoueReview getNextToken() in parse.c.
2017-09-22 Hiroshi InoueUse pg_get_serial_sequence() to get serial sequence...
2017-09-21 Hiroshi InoueReview the use of encoded_nextchar().
2017-09-20 Hiroshi InoueFix "unrecognized format function type" warnings in...
2017-09-18 Hiroshi InoueImprove @@identty handling.
2017-09-17 Hiroshi InoueAdd some QLOGs.
2017-09-13 Hiroshi InoueRemove the "unknown" column from colattribute-test...
2017-09-12 Hiroshi InoueFor PG10 servers, we will never see "unknown" output...
2017-09-12 Hiroshi InoueHandle PG 10 identity columns.
2017-09-10 Hiroshi InoueFix multibyte handling of ansi driver.
2017-09-08 Hiroshi InoueFix a compiler warning.
2017-09-07 Hiroshi InoueDon't forget to set default values when registering...
2017-09-05 Hiroshi SaitoPrep release 09.06.0500 REL-09_06_0500
2017-09-03 Hiroshi InoueFix compiler warnings.
2017-09-03 Hiroshi InoueAllow PROCCALL in ReadOnly mode.
2017-09-02 Hiroshi InoueMove 2 CtrlCheckButton() calls into a switch statement.
2017-09-01 Hiroshi InoueAdd __attribute__((format(printf,3,4))) to the declarat...
2017-09-01 Hiroshi InoueImprove QLOG.
2017-08-30 Hiroshi InoueReview ER_ReturnError().
2017-08-30 Hiroshi InoueAdd level parameter to Commlog/Mylog option of setup...
2017-08-30 Hiroshi InoueAdd missing type declaration of log_params().
2017-08-30 Hiroshi InoueFurther improvement of qlog.
2017-08-29 Hiroshi InouePut back the behavior when conversion errors from the...
2017-08-29 Hiroshi InoueFix a compilation failure with nmake since 503bb09.
2017-08-29 Hiroshi InoueDetect fast shutdown while connecting.
2017-08-27 Hiroshi InoueFurther Mylog renewal.
2017-08-25 Hiroshi InoueFix bug that calls strdup() for NULL pointers.
2017-08-24 Hiroshi InoueRemove the GssAuthUseGssapi option completely.
2017-08-24 Hiroshi InoueMove the implemetation of GetExeName() from psqlodbc...
2017-08-23 Hiroshi InoueThe second cut of QLOG renewal.
2017-08-22 Hiroshi InoueUse macro QLOG instead of function qlog.
2017-08-22 Hiroshi InoueStop build operations on error.
2017-08-21 Hiroshi InoueFixed typos.
2017-08-21 Hiroshi InoueThe 1st cut of qlog renewal.
2017-08-21 Hiroshi InoueFix an parameter unmatch error which would cause a...
2017-08-20 Hiroshi InoueAdd __FILE__, __FUNCTION__, __LINE__ to MYLOG.
2017-08-20 Hiroshi InoueIntroduce token control while parsing.
2017-08-19 Hiroshi InoueAdd a test case to parse-test.
2017-08-19 Hiroshi InoueFix catalogfunctions-test. The output of catalogfunctio...
2017-08-19 Hiroshi InoueAdd 2 test cases to parse-test which handles '$'s in...
2017-08-18 Hiroshi InoueAdd more test cases to parse-test.
2017-08-18 Hiroshi InoueAdd a test case for parse-test.
2017-08-16 Hiroshi InoueLet program name as a part of logfile name. This would...
2017-08-16 Hiroshi InoueModify one MYLOG() and one MYPRINTF().
2017-08-16 Hiroshi InoueFix some compiler warnings about MYLOG calls.
2017-08-16 Hiroshi InoueImplement myprintf() which prints logs according to...
2017-08-15 Hiroshi InoueReview the use of mylog().
2017-08-15 Hiroshi InoueReduce the use of snprintfcat(or SPRINTFCAT_FIXED macro...
2017-08-14 Hiroshi InoueRemove a meaningless 'static'.
2017-08-14 Hiroshi InoueHandle '$'s in identifiers correctly.
2017-08-10 Hiroshi InoueFix a bug when fetching bytea field to SQL_C_BINALY...
2017-08-06 Hiroshi InoueAllow building test suite using nmake in a different...
2017-08-06 Hiroshi InoueAdd linker option /MANIFEST:EMBED so as to build test...
2017-08-04 Hiroshi InoueFix a linkage error when doing installcheck for test...
2017-08-01 Hiroshi InoueFix a segfault on ResolveOneParam() function while...
2017-07-27 Hiroshi SaitoPrep release 09.06.0410 REL-09_06_0410
2017-07-24 Hiroshi InoueMake quote_table() and ti_quote() thread safe.
2017-07-24 Hiroshi InoueHandle StrLen_or_IndPtr argument of SQLBindParameter...
2017-07-23 Hiroshi InoueSpecify the size of query[].
2017-07-22 Hiroshi InoueModify wchar-char test so that it handles parameters...
2017-07-20 Hiroshi SaitoReset a Makefile , test module forgetting
2017-07-20 Hiroshi Saitoadd test/RegisterRegdsn.c, test module forgetting ..
2017-07-20 Hiroshi InoueCorrect the behavior of snprintfcat() on Windows using...
2017-07-19 Hiroshi InoueChange the default platform to x64 for regression test.
2017-07-19 Hiroshi InoueFix buffer truncations reported by Pavel Raiskup.
2017-07-18 Hiroshi SaitoOoop, fixed typo. REL-09_06_0400
2017-07-18 Hiroshi Saitochange unicode_support, and prep release 09.06.0400
2017-07-17 Hiroshi InoueAdd version check for GCC.
2017-07-11 Hiroshi InoueFix more bugs with returning NULL for malloc(0).
2017-07-05 Hiroshi InoueDocumentation fix for the PROTOCOL=<value> option.
2017-07-04 Hiroshi InoueFix some compiler warnings.
2017-07-03 Michael PaquierAdd support for foreign tables and matviews in SQLTables
2017-06-30 Hiroshi InoueReview CC_send_query_append(.., .., ROLLBACK_ON_ERROR...
2017-06-25 Hiroshi InoueReview the use of PG_ErrorInfo.
2017-06-24 Hiroshi InoueReview the error handling in libpq_bind_and_exec().
2017-06-23 Hiroshi InoueFix the bug reported by Keith Handlon.
2017-06-19 Hiroshi InoueFix an infinite loop of CC_on_commit. The loop occurs...
2017-06-19 Hiroshi InoueDon't call CC_send_query() so as to ROLLBACK to the...
2017-06-17 Hiroshi InoueReduce roundtrips when using SAVEPOINTs by issuing...
2017-06-15 Hiroshi InoueMark some queries as read-only in addition to the previ...
2017-06-14 Hiroshi InoueReduce SAVEPOINT calls especially in use declare/fetch...
next