- 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.
-
- 30 Jan, 2001 1 commit
-
-
Bruce Momjian authored
-
- 29 Jan, 2001 12 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Vadim B. Mikheev authored
-
Marc G. Fournier authored
update configure to beta4 Install a ChangeLog file from beta3->beta4
-
Bruce Momjian authored
-
Tom Lane authored
allocated by plan nodes are not leaked at end of query. This doesn't really matter for normal queries, but it sure does for queries invoked repetitively inside SQL functions. Clean up some other grotty code associated with tupdescs, and fix a few other memory leaks exposed by tests with simple SQL functions.
-
Bruce Momjian authored
Robert E. Bruccole
-
- 28 Jan, 2001 8 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Philip Warner authored
-