| 2001-09-14 |
Hiroshi Inoue | 1) Improve the implementation of *Disallow Premature... |
commit | commitdiff | tree |
| 2001-09-14 |
Hiroshi Inoue | Fix a coversation error with pre 6.4 versions. |
commit | commitdiff | tree |
| 2001-09-13 |
Bruce Momjian | Add missing paren to ODBC compiles. |
commit | commitdiff | tree |
| 2001-09-13 |
Hiroshi Inoue | 1) Not export ODBC 3.0 functions. |
commit | commitdiff | tree |
| 2001-09-11 |
Peter Eisentraut | Link ODBC driver with -lnsl and -lsocket, for Solaris. |
commit | commitdiff | tree |
| 2001-09-11 |
Hiroshi Inoue | Fix some multibyte related bugs. |
commit | commitdiff | tree |
| 2001-09-10 |
Hiroshi Inoue | Change dialog windows. |
commit | commitdiff | tree |
| 2001-09-10 |
Hiroshi Inoue | 1) Fix SQLForeignKeys() in multibyte mode. |
commit | commitdiff | tree |
| 2001-09-08 |
Hiroshi Inoue | Improve declare/fetch mode a little. |
commit | commitdiff | tree |
| 2001-09-08 |
Bruce Momjian | Move updateCommon() into Win32 block because it is... |
commit | commitdiff | tree |
| 2001-09-08 |
Hiroshi Inoue | Resolve compile errors on unix. |
commit | commitdiff | tree |
| 2001-09-07 |
Hiroshi Inoue | 1) Most driver options could be set per DSN. |
commit | commitdiff | tree |
| 2001-09-06 |
Tatsuo Ishii | Fix Karel's patch. Suggested by Eiji Tokuya |
commit | commitdiff | tree |
| 2001-09-06 |
Tatsuo Ishii | Commit Karel's patch. |
commit | commitdiff | tree |
| 2001-08-28 |
Hiroshi Inoue | Fix a wrong error handling. |
commit | commitdiff | tree |
| 2001-08-27 |
Peter Eisentraut | Do not install the odbc header files, per discussion... |
commit | commitdiff | tree |
| 2001-08-27 |
Hiroshi Inoue | Fix a complie error on Windows platform. |
commit | commitdiff | tree |
| 2001-08-24 |
Peter Eisentraut | Rename config.h to pg_config.h and os.h to pg_config_os... |
commit | commitdiff | tree |
| 2001-08-21 |
Hiroshi Inoue | Fix a lot of compile errors on unix. |
commit | commitdiff | tree |
| 2001-08-21 |
Bruce Momjian | Add SCM_CREDS to get owner of unix-domain socket on... |
commit | commitdiff | tree |
| 2001-08-18 |
Hiroshi Inoue | 1) Change all internal SQL function calls from |
commit | commitdiff | tree |
| 2001-08-17 |
Bruce Momjian | Add 4-byte MD5 salt. |
commit | commitdiff | tree |
| 2001-08-15 |
Bruce Momjian | Use MD5 for wire protocol encryption for >= 7.2 client... |
commit | commitdiff | tree |
| 2001-08-10 |
Hiroshi Inoue | Add new files for the preparation. |
commit | commitdiff | tree |
| 2001-08-04 |
Bruce Momjian | > 1) When a row is retrieved, and then a SQL_FETCH_FIRS... |
commit | commitdiff | tree |
| 2001-06-27 |
Hiroshi Inoue | Handle Procedure calls. |
commit | commitdiff | tree |
| 2001-06-22 |
Hiroshi Inoue | Change SQLPrimaryKeys() so that it detects the primary key |
commit | commitdiff | tree |
| 2001-06-20 |
Hiroshi Inoue | Change the driver so that large error messages are... |
commit | commitdiff | tree |
| 2001-06-19 |
Hiroshi Inoue | Corrected the check for *message truncated* for the... |
commit | commitdiff | tree |
| 2001-06-19 |
Hiroshi Inoue | Changed the error handling as follows. |
commit | commitdiff | tree |
| 2001-06-18 |
Hiroshi Inoue | Fix *escape* handling in copy_statement_with_parameters... |
commit | commitdiff | tree |
| 2001-06-12 |
Bruce Momjian | Fix compile error caused by patch application. |
commit | commitdiff | tree |
| 2001-06-12 |
Bruce Momjian | I installed postgres 7.1 with --enable-odbc. I then... |
commit | commitdiff | tree |
| 2001-05-30 |
Bruce Momjian | Remove OLD_FILE_NAMING code. No longer used. |
commit | commitdiff | tree |
| 2001-05-25 |
Hiroshi Inoue | Get rid of the following size limit. |
commit | commitdiff | tree |
| 2001-05-17 |
Hiroshi Inoue | 1) Decrease the size of some buffers. |
commit | commitdiff | tree |
| 2001-05-16 |
Bruce Momjian | Add missing paren. |
commit | commitdiff | tree |
| 2001-05-16 |
Bruce Momjian | Fix for HASH for index lookups in ODBC. |
commit | commitdiff | tree |
| 2001-05-14 |
Bruce Momjian | Remove columns pg_index.haskeytype and pg_index.indiscl... |
commit | commitdiff | tree |
| 2001-05-11 |
Bruce Momjian | Stamp CVS as 7.2. Update all interface version numbers... |
commit | commitdiff | tree |
| 2001-05-08 |
Bruce Momjian | Run pgindent on ODBC code only, to reformat new comments. |
commit | commitdiff | tree |
| 2001-05-08 |
Bruce Momjian | ODBC source code cleanup patch. Should match rest... |
commit | commitdiff | tree |
| 2001-05-03 |
Bruce Momjian | BTW it does not add encodign it just patches existing... REL7_1_STABLE REL7_1_2 |
commit | commitdiff | tree |
| 2001-05-02 |
Tom Lane | Previous commit mistakenly converted all newlines to... |
commit | commitdiff | tree |
| 2001-05-01 |
Hiroshi Inoue | 1) fix bugs reported by Andrea Aime. |
commit | commitdiff | tree |
| 2001-04-23 |
Hiroshi Inoue | 1) Decrease the size of needlessly large buffers. For... |
commit | commitdiff | tree |
| 2001-04-23 |
Hiroshi Inoue | A patch to fix the following bugs. |
commit | commitdiff | tree |
| 2001-04-17 |
Hiroshi Inoue | The renewal of README thanks to Dave Page. |
commit | commitdiff | tree |
| 2001-04-06 |
Hiroshi Inoue | Sorry my previous change was a mistake. REL7_1 |
commit | commitdiff | tree |
| 2001-04-06 |
Hiroshi Inoue | 1) Fit the precision of floating point to that of serve... |
commit | commitdiff | tree |
| 2001-03-27 |
Bruce Momjian | ODBC source code cleanup. Mostly alignment of #define... |
commit | commitdiff | tree |
| 2001-03-26 |
Hiroshi Inoue | Add multibyte support |
commit | commitdiff | tree |
| 2001-03-25 |
Tom Lane | Fix unportable assumptions about alignment of local... |
commit | commitdiff | tree |
| 2001-03-23 |
Bruce Momjian | Fix comments that were mis-wrapped, for Tom Lane. |
commit | commitdiff | tree |
| 2001-03-22 |
Bruce Momjian | Remove dashes in comments that don't need them, rewrap... |
commit | commitdiff | tree |
| 2001-03-22 |
Bruce Momjian | pgindent run. Make it all clean. |
commit | commitdiff | tree |
| 2001-03-21 |
Hiroshi Inoue | The attached patch fixes win32.mak which got broken... |
commit | commitdiff | tree |
| 2001-03-21 |
Hiroshi Inoue | a fix from Eiji Tokuya. |
commit | commitdiff | tree |
| 2001-03-16 |
Hiroshi Inoue | Oops I forgot to add new files for multibyte support. |
commit | commitdiff | tree |
| 2001-03-16 |
Hiroshi Inoue | Add multibyte support. |
commit | commitdiff | tree |
| 2001-03-14 |
Hiroshi Inoue | Fix some memory leaks. |
commit | commitdiff | tree |
| 2001-03-13 |
Hiroshi Inoue | The attached file contains the registry settings requir... |
commit | commitdiff | tree |
| 2001-03-10 |
Tom Lane | Provide a hack to let initialization happen on platform... |
commit | commitdiff | tree |
| 2001-03-10 |
Tom Lane | Do not accept values from sections following the specif... |
commit | commitdiff | tree |
| 2001-03-10 |
Hiroshi Inoue | 1)Allow the access to indexes with up to 16 keys. |
commit | commitdiff | tree |
| 2001-02-22 |
Hiroshi Inoue | Fix the bug report [ODBC] select from a table having... |
commit | commitdiff | tree |
| 2001-02-20 |
Tom Lane | Remove unportable #warning directive. |
commit | commitdiff | tree |
| 2001-02-20 |
Peter Eisentraut | Make sure -L and -I's for our source tree are always... |
commit | commitdiff | tree |
| 2001-02-16 |
Tom Lane | ichar() has been renamed to chr(), so fix translation... |
commit | commitdiff | tree |
| 2001-02-16 |
Hiroshi Inoue | Add casting for numeric/float4/float8 type value |
commit | commitdiff | tree |
| 2001-02-15 |
Hiroshi Inoue | 1) Change transaction boundary in autocommit off mode |
commit | commitdiff | tree |
| 2001-02-14 |
Bruce Momjian | Add 7.X to dialog box. |
commit | commitdiff | tree |
| 2001-02-14 |
Bruce Momjian | Back out all ODBC formatting changes, and back out... |
commit | commitdiff | tree |
| 2001-02-12 |
Bruce Momjian | Attached is a makefile for the ODBC driver for use... |
commit | commitdiff | tree |
| 2001-02-12 |
Bruce Momjian | New MS resource file, pgindented. |
commit | commitdiff | tree |
| 2001-02-12 |
Bruce Momjian | Update ODBC resource MS-generated file. |
commit | commitdiff | tree |
| 2001-02-12 |
Bruce Momjian | Change more // comments. |
commit | commitdiff | tree |
| 2001-02-12 |
Bruce Momjian | Replace // comments from file for MS products. |
commit | commitdiff | tree |
| 2001-02-11 |
Tom Lane | SOCK_get_next_byte should not return garbage after... |
commit | commitdiff | tree |
| 2001-02-11 |
Bruce Momjian | Remove unneeded shutdown() call, per Tom Lane. |
commit | commitdiff | tree |
| 2001-02-11 |
Bruce Momjian | More cleanups. |
commit | commitdiff | tree |
| 2001-02-11 |
Bruce Momjian | Include file alignment fixes. |
commit | commitdiff | tree |
| 2001-02-11 |
Bruce Momjian | Move X packet before shutdown(). |
commit | commitdiff | tree |
| 2001-02-11 |
Bruce Momjian | Source alignment cleanups. |
commit | commitdiff | tree |
| 2001-02-11 |
Bruce Momjian | More cleanup. |
commit | commitdiff | tree |
| 2001-02-11 |
Bruce Momjian | More cleanup. |
commit | commitdiff | tree |
| 2001-02-11 |
Bruce Momjian | Cleanup of source. |
commit | commitdiff | tree |
| 2001-02-11 |
Bruce Momjian | The attached patch does the following: |
commit | commitdiff | tree |
| 2001-02-10 |
Bruce Momjian | Disable X connection close in ODBC until solution is... |
commit | commitdiff | tree |
| 2001-02-10 |
Peter Eisentraut | Repair BSD/OS shared library fixes. |
commit | commitdiff | tree |
| 2001-02-10 |
Bruce Momjian | Remove protcol option buttons. |
commit | commitdiff | tree |
| 2001-02-10 |
Bruce Momjian | ODBC BSD/OS fix. |
commit | commitdiff | tree |
| 2001-02-10 |
Bruce Momjian | Allow -Bsymbolic on BSDI for ODBC. |
commit | commitdiff | tree |
| 2001-02-10 |
Bruce Momjian | More ODBC formatting cleanup. |
commit | commitdiff | tree |
| 2001-02-10 |
Bruce Momjian | Run pgindent over ODBC source. We couldn't do this... |
commit | commitdiff | tree |
| 2001-02-10 |
Bruce Momjian | Remove protocol-dependent code. This should have been... |
commit | commitdiff | tree |
| 2001-02-10 |
Bruce Momjian | Cleanup |
commit | commitdiff | tree |
| 2001-02-10 |
Bruce Momjian | Properly exit ODBC with 'X', allow linking on BSD/OS. |
commit | commitdiff | tree |
| 2001-02-10 |
Tom Lane | Ignore leading whitespace when trying to determine... |
commit | commitdiff | tree |
| 2001-02-09 |
Hiroshi Inoue | Change SELECT to not trigger "BEGIN" in not autocommit... |
commit | commitdiff | tree |
| next |