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