aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/odbc
Commit message (Expand)AuthorAge
* Fix sloppiness about static vs non-static declaration of functions.Tom Lane2001-09-30
* Fix the bug about boolean type handling reported byHiroshi Inoue2001-09-29
* 1) Fix compile errors on Windows.Hiroshi Inoue2001-09-24
* Don't refer to odbcinst.ini by absolute path. SQLGetPrivateProfileStringPeter Eisentraut2001-09-23
* Provide some initial support for building the ODBC driver forPeter Eisentraut2001-09-22
* 1) Avoid an overflow of connection string for Access(Microsoft Jet).Hiroshi Inoue2001-09-21
* Change an *if condition*.Hiroshi Inoue2001-09-14
* 1) Improve the implementation of *Disallow Premature* forHiroshi Inoue2001-09-14
* Fix a coversation error with pre 6.4 versions.Hiroshi Inoue2001-09-14
* Add missing paren to ODBC compiles.Bruce Momjian2001-09-13
* 1) Not export ODBC 3.0 functions.Hiroshi Inoue2001-09-13
* Link ODBC driver with -lnsl and -lsocket, for Solaris.Peter Eisentraut2001-09-11
* Fix some multibyte related bugs.Hiroshi Inoue2001-09-11
* Change dialog windows.Hiroshi Inoue2001-09-10
* 1) Fix SQLForeignKeys() in multibyte mode.Hiroshi Inoue2001-09-10
* Improve declare/fetch mode a little.Hiroshi Inoue2001-09-08
* Move updateCommon() into Win32 block because it is only used there.Bruce Momjian2001-09-08
* Resolve compile errors on unix.Hiroshi Inoue2001-09-08
* 1) Most driver options could be set per DSN.Hiroshi Inoue2001-09-07
* Fix Karel's patch. Suggested by Eiji TokuyaTatsuo Ishii2001-09-06
* Commit Karel's patch.Tatsuo Ishii2001-09-06
* Fix a wrong error handling.Hiroshi Inoue2001-08-28
* Do not install the odbc header files, per discussion on odbc list.Peter Eisentraut2001-08-27
* Fix a complie error on Windows platform.Hiroshi Inoue2001-08-27
* Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut2001-08-24
* Fix a lot of compile errors on unix.Hiroshi Inoue2001-08-21
* Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems.Bruce Momjian2001-08-21
* 1) Change all internal SQL function calls fromHiroshi Inoue2001-08-18
* Add 4-byte MD5 salt.Bruce Momjian2001-08-17
* Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian2001-08-15
* Add new files for the preparation.Hiroshi Inoue2001-08-10
* > 1) When a row is retrieved, and then a SQL_FETCH_FIRST is issued, theBruce Momjian2001-08-04
* Handle Procedure calls.Hiroshi Inoue2001-06-27
* Change SQLPrimaryKeys() so that it detects the primary keyHiroshi Inoue2001-06-22
* Change the driver so that large error messages are returnedHiroshi Inoue2001-06-20
* Corrected the check for *message truncated* for the future use.Hiroshi Inoue2001-06-19
* Changed the error handling as follows.Hiroshi Inoue2001-06-19
* Fix *escape* handling in copy_statement_with_parameters(was my fault).Hiroshi Inoue2001-06-18
* Fix compile error caused by patch application.Bruce Momjian2001-06-12
* I installed postgres 7.1 with --enable-odbc. I then installedBruce Momjian2001-06-12
* Remove OLD_FILE_NAMING code. No longer used.Bruce Momjian2001-05-30
* Get rid of the following size limit.Hiroshi Inoue2001-05-25
* 1) Decrease the size of some buffers.Hiroshi Inoue2001-05-17
* Add missing paren.Bruce Momjian2001-05-16
* Fix for HASH for index lookups in ODBC.Bruce Momjian2001-05-16
* Remove columns pg_index.haskeytype and pg_index.indisclustered. Not used.Bruce Momjian2001-05-14
* Stamp CVS as 7.2. Update all interface version numbers. This is theBruce Momjian2001-05-11
* Run pgindent on ODBC code only, to reformat new comments.Bruce Momjian2001-05-08
* ODBC source code cleanup patch. Should match rest of PostgreSQL code better.Bruce Momjian2001-05-08
* BTW it does not add encodign it just patches existing one (KOI8) toBruce Momjian2001-05-03