Age | Commit message (Expand) | Author |
2001-12-30 | Make sure that all <ctype.h> routines are called with unsigned char | Tom Lane |
2001-12-21 | Remove duplicate lines from fouled up last commit (my DSL line failed | Thomas G. Lockhart |
2001-12-10 | Remove duplicate lines from previous patch attempt. Trouble with my | Thomas G. Lockhart |
2001-12-10 | Support ODBC-style CURRENT_TIME, CURRENT_USER, etc with trailing empty | Thomas G. Lockhart |
2001-12-02 | More correct way to check for existence of types, which allows to specify | Peter Eisentraut |
2001-12-02 | Update since left and right are no longer key words. | Peter Eisentraut |
2001-11-28 | No longer need define test in md5.h because of Hiroshi's win_md5.c. | Bruce Momjian |
2001-11-19 | Fix comment at top of file to match file name. | Hiroshi Inoue |
2001-11-18 | Improve comments about duplicate files. | Bruce Momjian |
2001-11-16 | Add missing prototype. | Bruce Momjian |
2001-11-16 | Add configure result checks on odbc, per Peter E. | Bruce Momjian |
2001-11-16 | Change SQLDescribeCol so that it returns alias name properly. | Hiroshi Inoue |
2001-11-15 | Update md5.h because it can't get the value from configure. | Bruce Momjian |
2001-11-15 | Fix comment at top of file to match file name. | Bruce Momjian |
2001-11-13 | Update CVS tags. | Bruce Momjian |
2001-11-13 | Remove md5.c check, add CVS log stamp. Update comments. | Bruce Momjian |
2001-11-12 | Sync up both files. | Bruce Momjian |
2001-11-12 | Add comments and remove CVS tag from md5.c so they remain identical. | Bruce Momjian |
2001-11-12 | Update md5 to match. | Bruce Momjian |
2001-11-12 | Add md5 authentication support thanks to Bruce Momjian. | Hiroshi Inoue |
2001-11-11 | Use abbreviated connection string more widely. | Hiroshi Inoue |
2001-11-08 | Fix indenting for 'extern "C"' cases. | Bruce Momjian |
2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
2001-11-05 | Preparation for the parameter array handling. | Hiroshi Inoue |
2001-11-05 | 1) Fix a few bugs about SQLGetData() | Hiroshi Inoue |
2001-11-03 | 1) Improve literal handling in parse_statement(). | Hiroshi Inoue |
2001-11-02 | Suppress compiler warning (only seen in MULTIBYTE case). | Tom Lane |
2001-10-31 | Suppress a compiler warning. | Hiroshi Inoue |
2001-10-29 | Change position of a check button in multibyte mode. | Hiroshi Inoue |
2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
2001-10-25 | Add do { ... } while (0) to more bad macros. | Bruce Momjian |
2001-10-25 | Add missing "do { ... } while(0)" in ODBC macros and add find_baddefs | Bruce Momjian |
2001-10-19 | Change SC_fetch() to not retrieve data in case the | Hiroshi Inoue |
2001-10-18 | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart |
2001-10-13 | Fix logic in insert() function. | Peter Eisentraut |
2001-10-12 | Update the version of psqlodbc driver. | Hiroshi Inoue |
2001-10-12 | Fix the bug reported by Chris Lee. | Hiroshi Inoue |
2001-10-09 | Allow optional () after current_user, session_user, user, current_time, | Peter Eisentraut |
2001-09-30 | Fix sloppiness about static vs non-static declaration of functions. | Tom Lane |
2001-09-29 | Fix the bug about boolean type handling reported by | Hiroshi Inoue |
2001-09-24 | 1) Fix compile errors on Windows. | Hiroshi Inoue |
2001-09-23 | Don't refer to odbcinst.ini by absolute path. SQLGetPrivateProfileString | Peter Eisentraut |
2001-09-22 | Provide some initial support for building the ODBC driver for | Peter Eisentraut |
2001-09-21 | 1) Avoid an overflow of connection string for Access(Microsoft Jet). | Hiroshi Inoue |
2001-09-14 | Change an *if condition*. | Hiroshi Inoue |
2001-09-14 | 1) Improve the implementation of *Disallow Premature* for | Hiroshi Inoue |
2001-09-14 | Fix a coversation error with pre 6.4 versions. | Hiroshi Inoue |
2001-09-13 | Add missing paren to ODBC compiles. | Bruce Momjian |
2001-09-13 | 1) Not export ODBC 3.0 functions. | Hiroshi Inoue |