Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-08-22Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbcMarc G. Fournier
2002-08-09Change LOCK statements to start new transactionHiroshi Inoue
2002-08-011) Improve the handling of the queries like (select ..) union (select ..)Hiroshi Inoue
2002-06-06Add *Int8 As* option.Hiroshi Inoue
2002-05-221) Support Keyset Driven driver cursors.Hiroshi Inoue
2002-04-231) Fix SQLProcedures().Hiroshi Inoue
2002-04-10Prevent an infinite loop of error reporting.Hiroshi Inoue
2002-04-011) Add rollback functionality to updatable cursors.Hiroshi Inoue
2002-03-28[2002-03-28]Hiroshi Inoue
2002-03-141) Internal improvements to handle updatable cursors(1st cut).Hiroshi Inoue
2002-03-11Bug fixes for the 2002-03-08 change.Hiroshi Inoue
2002-03-081) Implement SQLParamOptions().Hiroshi Inoue
2002-02-18The version is now 7.01.0010.Hiroshi Inoue
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-11-05Preparation for the parameter array handling.Hiroshi Inoue
2001-11-051) Fix a few bugs about SQLGetData()Hiroshi Inoue
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-19Change SC_fetch() to not retrieve data in case theHiroshi Inoue
2001-09-22Provide some initial support for building the ODBC driver forPeter Eisentraut
2001-09-141) Improve the implementation of *Disallow Premature* forHiroshi Inoue
2001-09-08Improve declare/fetch mode a little.Hiroshi Inoue
2001-09-071) Most driver options could be set per DSN.Hiroshi Inoue
2001-08-24Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut
2001-08-21Fix a lot of compile errors on unix.Hiroshi Inoue
2001-08-181) Change all internal SQL function calls fromHiroshi Inoue
2001-06-27Handle Procedure calls.Hiroshi Inoue
2001-06-22Change SQLPrimaryKeys() so that it detects the primary keyHiroshi Inoue
2001-06-20Change the driver so that large error messages are returnedHiroshi Inoue
2001-06-19Changed the error handling as follows.Hiroshi Inoue
2001-05-25Get rid of the following size limit.Hiroshi Inoue
2001-05-08Run pgindent on ODBC code only, to reformat new comments.Bruce Momjian
2001-05-08ODBC source code cleanup patch. Should match rest of PostgreSQL code better.Bruce Momjian
2001-04-23A patch to fix the following bugs.Hiroshi Inoue
2001-03-27ODBC source code cleanup. Mostly alignment of #define constants.Bruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-03-101)Allow the access to indexes with up to 16 keys.Hiroshi Inoue
2001-02-151) Change transaction boundary in autocommit off modeHiroshi Inoue
2001-02-14Back out all ODBC formatting changes, and back out removal of <6.4Bruce Momjian
2001-02-11Source alignment cleanups.Bruce Momjian
2001-02-11More cleanup.Bruce Momjian
2001-02-11Cleanup of source.Bruce Momjian
2001-02-10More ODBC formatting cleanup.Bruce Momjian
2001-02-10Run pgindent over ODBC source. We couldn't do this years ago because weBruce Momjian
2001-02-10Remove protocol-dependent code. This should have been on previous commit.Bruce Momjian
2001-02-10CleanupBruce Momjian
2001-02-10Properly exit ODBC with 'X', allow linking on BSD/OS.Bruce Momjian
2001-02-10Ignore leading whitespace when trying to determine statement type,Tom Lane
2001-02-09Change SELECT to not trigger "BEGIN" in not autocommit mode.Hiroshi Inoue
2000-12-30Remove C++ comment.Peter Eisentraut