- 07 Feb, 2001 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 06 Feb, 2001 15 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
has problems when linking with both.
-
Bruce Momjian authored
Marko Kreen
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Vadim B. Mikheev authored
OffsetNumber == MaxOffsetNumber + 1 - there may be garbage there!
-
Bruce Momjian authored
-
Hiroshi Inoue authored
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>>
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
elog(ERROR) not an Assert trap, since we've downgraded out-of-memory to elog(ERROR) not a fatal error. Also, change the hard boundary from 256Mb to 1Gb, just so that anyone who's actually got that much memory to spare can play with TOAST objects approaching a gigabyte.
-
- 05 Feb, 2001 3 commits
-
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
future 'timestamp without time zone', which SQL claims is equivalent to plain 'timestamp'.
-
- 04 Feb, 2001 5 commits
-
-
Peter Eisentraut authored
clean up some things in the affected areas.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
up -L options.
-
Peter Eisentraut authored
pdfjadetex.
-
Peter Eisentraut authored
the endterm to the title element, not both to the title. At least docbook2man prefers it that way.
-
- 03 Feb, 2001 6 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
has UNION/INTERSECT/EXCEPT operations. Per bug report from Ferrier.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
- 02 Feb, 2001 2 commits
-
-
Vadim B. Mikheev authored
-
Bruce Momjian authored
-
- 01 Feb, 2001 2 commits
-
-
Bruce Momjian authored
Robert B. Easter
-
Bruce Momjian authored
previous version depended on the below patch, this one does not. It is also a bit cleaner and has a few more helpful comments. Ryan Kirkpatrick
-
- 31 Jan, 2001 4 commits
-
-
Michael Meskes authored
-
Peter Mount authored
- Some minor additions to Statement to make our own extensions more portable. - Statement.close() will now call ResultSet.close() rather than just dissasociating with it.
-
Peter Mount authored
- Fixed bug where Statement.setMaxRows() was a global setting. Now limited to just itself. - Changed LargeObject.read(byte[],int,int) to return the actual number of bytes read (used to be void). - LargeObject now supports InputStream's! - PreparedStatement.setBinaryStream() now works! - ResultSet.getBinaryStream() now returns an InputStream that doesn't copy the blob into memory first! - Connection.isClosed() now tests to see if the connection is still alive rather than if it thinks it's alive.
-
Vadim B. Mikheev authored
Need in one more function to handle "my bits moved..." case. FixBTree is still FALSE.
-