2013-04-20 |
Hiroshi Inoue | Fix a DataSource registration crash bug on 64bit Windows. |
commit | commitdiff | tree |
2013-04-20 |
Hiroshi Inoue | Fix column size info of MACADDR, CIDR or INET type. |
commit | commitdiff | tree |
2013-04-20 |
Hiroshi Inoue | Fix SQLPrepare() -> SQLDescibeCol() -> SQLPrepare(... |
commit | commitdiff | tree |
2013-04-20 |
Hiroshi Inoue | Add some NULL checks to avoid crash. |
commit | commitdiff | tree |
2013-04-20 |
Hiroshi Inoue | Fix the bug reported by Bernhard Goebel. When fetching... |
commit | commitdiff | tree |
2013-04-20 |
Hiroshi Inoue | Fix the bug about empty bytea values reported by Nils... |
commit | commitdiff | tree |
2013-04-20 |
Hiroshi Inoue | Add missing comparison |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Change permissions on 'bootstrap' to make it executable. |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Avoid multiple evaluation in some macros. |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Change the way chained result sets are free'd, to avoid... |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Format if-statement with commented out "then"-block... |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Silence compiler warning that bmp variable might be... |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Silence warning about sscanf format vs var type mismatc... |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Mark these two structs as const. |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Restructure < 7.4 protocol code a bit. |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Initialize field to silence a Coverity false positive. |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Remove spurious 'break'. |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Add NULL-check, to silence a Coverity problem. |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Remove useless null-check. |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Don't crash if getpwuid() returns NULL. |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Handle realloc failures gracefully. |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Remove unused variable, to silence compiler warning. |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Silence compiler warnings about unused msg_truncated... |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Add parens, per compiler warning's suggestion. |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Silence warning about losing const in "const char ... |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Call shared library destructor at dlclose() or end... |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Silence compiler warning by casting away a const. |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Use FORMAT_ULEN to print SQLULENs. |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Fix typo in format string, which fixes passing an inter... |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Silence compiler warning about unhandled enum values... |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Silence compiler warnings about variables set but not... |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Use -Wno-pointer-sign to silence a lot of warnings. |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Remove commented-out if-check, and related unused variable. |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Check BUILD_LEGACY_64_BIT_MODE instead of BUILD_REAL_64... |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Check SIZEOF_LONG_INT when deciding whether SQLROWSETSI... |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | If one of 'Database', 'Port', or 'Servername' is missin... |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Fix reference-after-free bug. |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Allocate right amount of space in malloc(). |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | memset arguments were reversed. |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Fix typo in comment. |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Fix references to 'notice.txt'. |
commit | commitdiff | tree |
2013-04-18 |
Heikki Linnakangas | Remove all CVS keywords. |
commit | commitdiff | tree |
2013-02-19 |
Hiroshi Saito | Fixed EN_Destructor provided. Per Michael Kocherov. |
commit | commitdiff | tree |
2013-02-16 |
Hiroshi Inoue | Protect shared connection list when making cleanup... |
commit | commitdiff | tree |
2012-08-16 |
Hiroshi Saito | adjustment build spec. REL-09_01_0200 |
commit | commitdiff | tree |
2012-08-16 |
Hiroshi Saito | Prep release 09.01.0200 |
commit | commitdiff | tree |
2012-08-11 |
Hiroshi Saito | add the change history. |
commit | commitdiff | tree |
2012-08-10 |
Hiroshi Inoue | Take care of an environment variable PGKRBSRVNAME. |
commit | commitdiff | tree |
2012-08-10 |
Hiroshi Saito | add the change history. |
commit | commitdiff | tree |
2012-08-10 |
Hiroshi Inoue | Fix the bug that when the show OID column option is... |
commit | commitdiff | tree |
2012-07-12 |
Hiroshi Saito | follow of fixed. |
commit | commitdiff | tree |
2012-07-11 |
Hiroshi Inoue | Fix the bug which causes a segfault in SQLSpecialColumn... |
commit | commitdiff | tree |
2012-05-12 |
Hiroshi Saito | add change history. |
commit | commitdiff | tree |
2012-05-12 |
Hiroshi Saito | missing end character. |
commit | commitdiff | tree |
2012-05-12 |
Hiroshi Inoue | Remove columns info of dropped tables ASAP. |
commit | commitdiff | tree |
2012-05-12 |
Hiroshi Inoue | Fix the bug reported by Alexandre(alepaes@aldeiadigital... |
commit | commitdiff | tree |
2012-05-11 |
Hiroshi Inoue | Fix a compilation error etc when MULTITHREAD support... |
commit | commitdiff | tree |
2012-05-11 |
Hiroshi Inoue | Improve the handling of ARRAY type. |
commit | commitdiff | tree |
2012-05-11 |
Hiroshi Inoue | Fix a bug about reference count handling for columns... |
commit | commitdiff | tree |
2012-05-11 |
Hiroshi Inoue | Add a missing constant. |
commit | commitdiff | tree |
2012-05-04 |
Hiroshi Inoue | Add a necessary break in a switch statement etc. |
commit | commitdiff | tree |
2012-05-04 |
Hiroshi Inoue | Use int instead of size_t when condition >=0 is used. |
commit | commitdiff | tree |
2011-12-30 |
Hiroshi Saito | Prep release. REL-09_01_0100 |
commit | commitdiff | tree |
2011-12-30 |
Hiroshi Saito | Prep release note. |
commit | commitdiff | tree |
2011-12-29 |
Hiroshi Inoue | 1. Don't clear the columns cache info when they are... |
commit | commitdiff | tree |
2011-12-29 |
Hiroshi Saito | Prep release 09.01.0100. |
commit | commitdiff | tree |
2011-12-29 |
Hiroshi Saito | Prep release 09.01.0100. |
commit | commitdiff | tree |
2011-12-03 |
Hiroshi Saito | add the change history. |
commit | commitdiff | tree |
2011-12-02 |
Hiroshi Inoue | Improve the handling of BYTEA type. |
commit | commitdiff | tree |
2011-11-22 |
Hiroshi Saito | add the change history. |
commit | commitdiff | tree |
2011-11-22 |
Hiroshi Inoue | Clear col_info(columns info) cache ehen DROP/ALTER... |
commit | commitdiff | tree |
2011-11-16 |
Hiroshi Inoue | Fix memory leaks in case memory overflow. |
commit | commitdiff | tree |
2011-11-11 |
Hiroshi Saito | add the change history. |
commit | commitdiff | tree |
2011-11-11 |
Hiroshi Inoue | Before dropping the statement, sync and discard the... |
commit | commitdiff | tree |
2011-11-11 |
Hiroshi Inoue | Adjust the operations after closing eof-detected cursors. |
commit | commitdiff | tree |
2011-11-10 |
Hiroshi Inoue | Revise the handling of decimal point. |
commit | commitdiff | tree |
2011-11-10 |
Hiroshi Inoue | Fix the bug that the first fetch operation doesn't... |
commit | commitdiff | tree |
2011-10-31 |
Hiroshi Inoue | Fix the bug that PostgreSQL's function calls in queries... |
commit | commitdiff | tree |
2011-10-15 |
Hiroshi Inoue | SQLStatistics() sets 'D' for the collation column when... |
commit | commitdiff | tree |
2011-07-03 |
Hiroshi Saito | Prep release the minor version. REL-09_00_0310 |
commit | commitdiff | tree |
2011-06-24 |
Hiroshi Saito | Some bug fix notes. |
commit | commitdiff | tree |
2011-06-22 |
Hiroshi Inoue | Correct the behavior of SQLSetConnectAttr() for the... |
commit | commitdiff | tree |
2011-06-19 |
Hiroshi Inoue | Fix compilation errors 2. |
commit | commitdiff | tree |
2011-06-19 |
Hiroshi Inoue | Fix compilation errors in case ODBC 2.5. |
commit | commitdiff | tree |
2011-06-19 |
Hiroshi Inoue | Add some driver specific options for SQLSetConnectAttr(). |
commit | commitdiff | tree |
2011-06-19 |
Hiroshi Inoue | Use SOCK_get_next_n_bytes() instead of SOCK_get_next_by... |
commit | commitdiff | tree |
2011-06-18 |
Hiroshi Inoue | Take the environment variable into account. |
commit | commitdiff | tree |
2011-06-18 |
Hiroshi Inoue | Handle *with or without oids* correctly. |
commit | commitdiff | tree |
2011-06-18 |
Hiroshi Inoue | Now SQLDescribeCol() can detect the changes of column... |
commit | commitdiff | tree |
2011-06-11 |
Hiroshi Inoue | Don't clear the parsed plan in SC_recycle_statement(). |
commit | commitdiff | tree |
2011-05-21 |
Hiroshi Inoue | Fix the bug that strings are copied to a null pointer. REL-09_00_0300 |
commit | commitdiff | tree |
2011-05-21 |
Hiroshi Inoue | Cosmetic changes. |
commit | commitdiff | tree |
2011-05-21 |
Hiroshi Inoue | Let SC_forget_unnamed() clear the result in case the... |
commit | commitdiff | tree |
2011-05-04 |
Hiroshi Inoue | Remove ssl_verify_available() because it's no longer... |
commit | commitdiff | tree |
2011-05-02 |
Hiroshi Saito | Add the change history. |
commit | commitdiff | tree |
2011-05-02 |
Hiroshi Inoue | Remove a meaningless if clause. |
commit | commitdiff | tree |
2011-04-28 |
Hiroshi Saito | Prep release 09.00.0300. |
commit | commitdiff | tree |
2011-04-24 |
Hiroshi Saito | Add change history. |
commit | commitdiff | tree |
2011-04-08 |
Hiroshi Inoue | Resolve the trouble introduced by the change |
commit | commitdiff | tree |
2011-04-04 |
Hiroshi Saito | Arrangement of a history. |
commit | commitdiff | tree |
next |