summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Collapse)Author
2001-02-14Web Feb 14 17:29:00 GMT 2001 peter@retep.org.ukPeter Mount
- Fixed bug in LargeObject & BlobOutputStream where the stream's output was not flushed when either the stream or the blob were closed. - Fixed PreparedStatement.setBinaryStream() where it ignored the length
2001-02-14Add 7.X to dialog box.Bruce Momjian
2001-02-14Back out all ODBC formatting changes, and back out removal of <6.4Bruce Momjian
protocol. I have left in Tom's SOCK_get_next_byte() fix, and the new win32.mak file addition. I have also left in the 'X' connection close fix.
2001-02-13Some more including the patch to DatabaseMetaData backed out by Bruce.Peter Mount
Tue Feb 13 16:33:00 GMT 2001 peter@retep.org.uk - More TestCases implemented. Refined the test suite api's. - Removed need for SimpleDateFormat in ResultSet.getDate() improving performance. - Rewrote ResultSet.getTime() so that it uses JDK api's better. Tue Feb 13 10:25:00 GMT 2001 peter@retep.org.uk - Added MiscTest to hold reported problems from users. - Fixed PGMoney. - JBuilder4/JDBCExplorer now works with Money fields. Patched Field & ResultSet (lots of methods) for this one. Also changed cash/money to return type DOUBLE not DECIMAL. This broke JBuilder as zero scale BigDecimal's can't have decimal places! - When a Statement is reused, the previous ResultSet is now closed. - Removed deprecated call in ResultSet.getTime() Thu Feb 08 18:53:00 GMT 2001 peter@retep.org.uk - Changed a couple of settings in DatabaseMetaData where 7.1 now supports those features - Implemented the DatabaseMetaData TestCase. Wed Feb 07 18:06:00 GMT 2001 peter@retep.org.uk - Added comment to Connection.isClosed() explaining why we deviate from the JDBC2 specification. - Fixed bug where the Isolation Level is lost while in autocommit mode. - Fixed bug where several calls to getTransactionIsolationLevel() returned the first call's result.
2001-02-13Remove postgresql jdbc files, per Peter.Bruce Momjian
2001-02-13Remove postgresql jdbc files, per Peter Mount.Bruce Momjian
2001-02-13Back out *inv* changes for this file. Peter want to handle it.Bruce Momjian
2001-02-12Attached is a makefile for the ODBC driver for use under win32. It has beenBruce Momjian
tested only with MS VC++ 6.0SP4 using nmake. Dave Page
2001-02-12New MS resource file, pgindented.Bruce Momjian
2001-02-12Update ODBC resource MS-generated file.Bruce Momjian
2001-02-12Change more // comments.Bruce Momjian
2001-02-12Remove // and make /* */Bruce Momjian
2001-02-12Replace // comments from file for MS products.Bruce Momjian
2001-02-11SOCK_get_next_byte should not return garbage after error/EOF. ReturnTom Lane
zero bytes instead.
2001-02-11Remove unneeded shutdown() call, per Tom Lane.Bruce Momjian
2001-02-11More cleanups.Bruce Momjian
2001-02-11Include file alignment fixes.Bruce Momjian
2001-02-11Move X packet before shutdown().Bruce Momjian
2001-02-11Source alignment cleanups.Bruce Momjian
2001-02-11More cleanup.Bruce Momjian
2001-02-11More cleanup.Bruce Momjian
2001-02-11Cleanup of source.Bruce Momjian
2001-02-11The attached patch does the following:Bruce Momjian
1) Tidies up the Datasource Dialogue now the version options are gone. 2) Tidies a comment in info.c. 3) Increments all version numbers to 07.01.0003 to take account of recent revisions. Regards, Dave Page
2001-02-11Clean up mutibyte supoorting source files.Tatsuo Ishii
Now only wchar.c is shared by fronetnd/backend.
2001-02-10Disable X connection close in ODBC until solution is found.Bruce Momjian
2001-02-10Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut
When no suitable YACC is configured, supply useful informational messages to users. (Same way flex has been handled for a while.)
2001-02-10Repair BSD/OS shared library fixes.Peter Eisentraut
2001-02-10Remove protcol option buttons.Bruce Momjian
2001-02-10ODBC BSD/OS fix.Bruce Momjian
2001-02-10Allow -Bsymbolic on BSDI for ODBC.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
weren't the master source. We are now, and it really needs it.
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
so that ODBC driver doesn't go belly up by failing to recognize a SELECT as such.
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
are now separate files "postgres.h" and "postgres_fe.h", which are meant to be the primary include files for backend .c files and frontend .c files respectively. By default, only include files meant for frontend use are installed into the installation include directory. There is a new make target 'make install-all-headers' that adds the whole content of the src/include tree to the installed fileset, for use by people who want to develop server-side code without keeping the complete source tree on hand. Cleaned up a whole lot of crufty and inconsistent header inclusions.
2001-02-09Remove last code that assumed xinv/xinx are large object files.Bruce Momjian
2001-02-09I have deleted the include of termios.h in include/port/qnx4.h.Bruce Momjian
Then I recompiled pgsql and I have compiled a program with ecpg. I have removed the termios.h, and the ECHO hack. Thanks Maurizio
2001-02-09Change SELECT to not trigger "BEGIN" in not autocommit mode.Hiroshi Inoue
2001-02-08Fix a misuse of 'char *' declaration.Hiroshi Inoue
2001-02-07Actually, it looks like DEF_PGPORT belongs over in config.h.win32 forTom Lane
the Windows build...
2001-02-07Remove broken (and unnecessary) definition of DEF_PGPORT.Tom Lane
2001-02-07Only pass the -L* portions of LDFLAGS to the Python build environment.Peter Eisentraut
Other flags can have unpredictable effects when Python uses different commands to build than we do.
2001-02-07Some updates prior to retrieving a fresh cvs copy:Peter Mount
Tue Feb 06 19:00:00 GMT 2001 peter@retep.org.uk - Completed first two TestCase's for the test suite. JUnit is now recognised by ant.
2001-02-06Improved version handling introduced by Dave Page.Hiroshi Inoue
The driver version is 07.01.0002 now. 1) initialized pg_version by DSN's protocol info so that we could always use pg_version info once a connection is established (pg_version() didn't exist before 6.4). PROTOCOL_XX() macros are removed(except from connection.[ch]). 2) provided a few macros to encapsulate connection's version info and replaced existent comparison stuff by those macros. 3) change SQLTables() so that 7.1 servers could show views. In addtion, the following patch from Dave Page is applied. This patch fixes a bug in SQLGetInfo for SQL_DBMS_VER which corrupted the driver version string. The driver version number has also been incremented to 07.01.0002. Regards, Dave. <<odbc.diff>>
2001-02-06Now that I look at it, PQoidValue() ain't quite right either.Tom Lane
2001-02-06Repair PQoidStatus() bug reported by darcy@druid.net.Tom Lane
2001-02-04Check for -lresolv.Peter Eisentraut
2001-02-04Pass LDFLAGS along with LIBS to the Python build stuff, especially to pickPeter Eisentraut
up -L options.