]> granicus.if.org Git - postgresql/history - src/interfaces/odbc/convert.c
Add LOCALTIME and LOCALTIMESTAMP functions per SQL99 standard.
[postgresql] / src / interfaces / odbc / convert.c
2002-06-15 Thomas G. LockhartAdd LOCALTIME and LOCALTIMESTAMP functions per SQL99...
2002-06-06 Hiroshi InoueAdd *Int8 As* option.
2002-05-22 Hiroshi Inoue1) Support Keyset Driven driver cursors.
2002-04-25 Hiroshi InoueFix for the following items about escape sequence
2002-04-24 Bruce MomjianSorry for the package, but the following patch need...
2002-04-23 Hiroshi Inoue1) Fix SQLProcedures().
2002-04-01 Hiroshi Inoue1) Add rollback functionality to updatable cursors.
2002-03-28 Hiroshi Inoue[2002-03-28]
2002-03-25 Bruce MomjianFix for ODBC compile warnings.
2002-03-14 Hiroshi Inoue1) Internal improvements to handle updatable cursors...
2002-03-11 Hiroshi InoueBug fixes for the 2002-03-08 change.
2002-03-08 Hiroshi Inoue1) Implement SQLParamOptions().
2002-02-27 Hiroshi InoueImprove the handling of ODBC escape(a request from...
2002-02-18 Hiroshi InoueThe version is now 7.01.0010.
2001-12-30 Tom LaneMake sure that all <ctype.h> routines are called with...
2001-12-10 Thomas G. LockhartRemove duplicate lines from previous patch attempt...
2001-12-10 Thomas G. LockhartSupport ODBC-style CURRENT_TIME, CURRENT_USER, etc...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-11-05 Hiroshi Inoue1) Fix a few bugs about SQLGetData()
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-25 Bruce MomjianAdd do { ... } while (0) to more bad macros.
2001-10-25 Bruce MomjianAdd missing "do { ... } while(0)" in ODBC macros and...
2001-10-18 Thomas G. LockhartAccept an INTERVAL argument for SET TIME ZONE per SQL99.
2001-10-12 Hiroshi InoueFix the bug reported by Chris Lee.
2001-09-30 Tom LaneFix sloppiness about static vs non-static declaration...
2001-09-29 Hiroshi InoueFix the bug about boolean type handling reported by
2001-09-24 Hiroshi Inoue1) Fix compile errors on Windows.
2001-09-22 Peter EisentrautProvide some initial support for building the ODBC...
2001-09-14 Hiroshi Inoue1) Improve the implementation of *Disallow Premature...
2001-09-13 Hiroshi Inoue1) Not export ODBC 3.0 functions.
2001-09-11 Hiroshi InoueFix some multibyte related bugs.
2001-09-08 Hiroshi InoueImprove declare/fetch mode a little.
2001-09-08 Hiroshi InoueResolve compile errors on unix.
2001-09-07 Hiroshi Inoue1) Most driver options could be set per DSN.
2001-08-27 Hiroshi InoueFix a complie error on Windows platform.
2001-08-24 Peter EisentrautRename config.h to pg_config.h and os.h to pg_config_os...
2001-08-21 Hiroshi InoueFix a lot of compile errors on unix.
2001-08-18 Hiroshi Inoue1) Change all internal SQL function calls from
2001-08-04 Bruce Momjian> 1) When a row is retrieved, and then a SQL_FETCH_FIRS...
2001-06-27 Hiroshi InoueHandle Procedure calls.
2001-06-18 Hiroshi InoueFix *escape* handling in copy_statement_with_parameters...
2001-05-25 Hiroshi InoueGet rid of the following size limit.
2001-05-08 Bruce MomjianRun pgindent on ODBC code only, to reformat new comments.
2001-05-08 Bruce MomjianODBC source code cleanup patch. Should match rest...
2001-04-23 Hiroshi Inoue1) Decrease the size of needlessly large buffers. For...
2001-04-23 Hiroshi InoueA patch to fix the following bugs.
2001-04-06 Hiroshi InoueSorry my previous change was a mistake.
2001-04-06 Hiroshi Inoue1) Fit the precision of floating point to that of serve...
2001-03-27 Bruce MomjianODBC source code cleanup. Mostly alignment of #define...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-16 Hiroshi InoueAdd multibyte support.
2001-03-10 Hiroshi Inoue1)Allow the access to indexes with up to 16 keys.
2001-02-16 Tom Laneichar() has been renamed to chr(), so fix translation...
2001-02-16 Hiroshi InoueAdd casting for numeric/float4/float8 type value
2001-02-14 Bruce MomjianBack out all ODBC formatting changes, and back out...
2001-02-11 Bruce MomjianMore cleanup.
2001-02-11 Bruce MomjianCleanup of source.
2001-02-10 Bruce MomjianMore ODBC formatting cleanup.
2001-02-10 Bruce MomjianRun pgindent over ODBC source. We couldn't do this...
2001-02-10 Bruce MomjianProperly exit ODBC with 'X', allow linking on BSD/OS.
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-05-27 Bruce MomjianRemove // comments from ODBC.
2000-05-17 Bruce MomjianBack out odbc changes until 7.1.
2000-05-16 Bruce MomjianSeveral compilation and run-time problems occur when...
2000-04-07 Thomas G. LockhartAdd transcendental math functions (sine, cosine, etc)
2000-04-04 Tom LaneCorrect off-by-one error in strncat() usage.
2000-04-04 Thomas G. LockhartAugment the function call map logic with code from...
2000-03-27 Thomas G. LockhartChange form of query which used "DISTINCT ON" to help...
2000-03-18 Tom LaneClean up minor compiler warnings.
2000-01-30 Byron NikolaidisAdded numeric and int8 types.
2000-01-10 Bruce MomjianRename oid8 -> oidvector and int28 -> int2vector. ...
2000-01-05 Bruce MomjianFix it's and its to be correct.
1999-05-13 Byron NikolaidisUpdate driver to 6-40-0006
1999-01-06 Byron NikolaidisUpdate 06-40-0003
1998-12-29 Byron NikolaidisUpdate for version 6-40-0002 and re-merge Thomas' changes.
1998-11-11 Byron NikolaidisUpdate for version 06-40-0001
1998-11-04 Thomas G. LockhartTest for and handle NULL arguments to mylog() print...
1998-10-06 Thomas G. LockhartUpdate source code to Byron's v6.30.0250 sources plus...
1998-07-22 Byron NikolaidisVersion 06-30-0248
1998-06-16 Byron NikolaidisUpdate to v.0246
1998-06-08 Byron NikolaidisUpdate driver to official 6.30.0244 release.
1998-06-03 Byron NikolaidisUpdate odbc driver to current version V.0244
1998-04-13 Marc G. FournierReplace old PostODBC driver with new one...