summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/parse.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbcMarc G. Fournier2002-08-221-1229/+0
* 1) Improve the handling of the queries like (select ..) union (select ..)Hiroshi Inoue2002-08-011-0/+5
* Fix a bug about the handling of '.' in parse.c.Hiroshi Inoue2002-07-151-1/+1
* Add *Int8 As* option.Hiroshi Inoue2002-06-061-42/+116
* 1) Support Keyset Driven driver cursors.Hiroshi Inoue2002-05-221-75/+158
* [HACKERS] Proposed patch for ODBC driver w/ C-a-n-c-e-lHiroshi Inoue2002-04-021-17/+39
* 1) Add rollback functionality to updatable cursors.Hiroshi Inoue2002-04-011-8/+43
* [2002-03-28]Hiroshi Inoue2002-03-281-71/+86
* 1) Internal improvements to handle updatable cursors(1st cut).Hiroshi Inoue2002-03-141-10/+28
* 1) Implement SQLParamOptions().Hiroshi Inoue2002-03-081-25/+48
* The version is now 7.01.0010.Hiroshi Inoue2002-02-181-1/+1
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-1/+1
* 1) Improve literal handling in parse_statement().Hiroshi Inoue2001-11-031-15/+21
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-5/+5
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-26/+27
* Provide some initial support for building the ODBC driver forPeter Eisentraut2001-09-221-7/+0
* Fix some multibyte related bugs.Hiroshi Inoue2001-09-111-0/+7
* 1) Fix SQLForeignKeys() in multibyte mode.Hiroshi Inoue2001-09-101-0/+5
* Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut2001-08-241-3/+1
* 1) Change all internal SQL function calls fromHiroshi Inoue2001-08-181-84/+121
* Run pgindent on ODBC code only, to reformat new comments.Bruce Momjian2001-05-081-3/+5
* ODBC source code cleanup patch. Should match rest of PostgreSQL code better.Bruce Momjian2001-05-081-60/+28
* 1) fix bugs reported by Andrea Aime.Hiroshi Inoue2001-05-011-3/+19
* ODBC source code cleanup. Mostly alignment of #define constants.Bruce Momjian2001-03-271-1/+0
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-226/+347
* Add multibyte support.Hiroshi Inoue2001-03-161-0/+13
* Fix the bug report [ODBC] select from a table having more than 32 fields:Hiroshi Inoue2001-02-221-12/+14
* Back out all ODBC formatting changes, and back out removal of <6.4Bruce Momjian2001-02-141-340/+238
* More cleanup.Bruce Momjian2001-02-111-5/+5
* More ODBC formatting cleanup.Bruce Momjian2001-02-101-15/+0
* Run pgindent over ODBC source. We couldn't do this years ago because weBruce Momjian2001-02-101-227/+345
* Properly exit ODBC with 'X', allow linking on BSD/OS.Bruce Momjian2001-02-101-1/+0
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-031-7/+8
* Remove // comments from ODBC.Bruce Momjian2000-05-271-14/+14
* Back out odbc changes until 7.1.Bruce Momjian2000-05-171-14/+14
* Several compilation and run-time problems occur when building on SGIBruce Momjian2000-05-161-14/+14
* Fix it's and its to be correct.Bruce Momjian2000-01-051-2/+2
* Update source code to Byron's v6.30.0250 sources plus minor cleanupThomas G. Lockhart1998-10-061-5/+15
* Version 06-30-0248Byron Nikolaidis1998-07-221-0/+775