| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2001-02-07 | Actually, it looks like DEF_PGPORT belongs over in config.h.win32 for | Tom Lane | |
| the Windows build... | |||
| 2001-02-07 | Remove broken (and unnecessary) definition of DEF_PGPORT. | Tom Lane | |
| 2001-02-07 | Only 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-07 | Need to specify DYNAMIC_PATH flag to shl_load, else HPUX's dld will not | Tom Lane | |
| honor library search path that we so carefully installed into the executable ... | |||
| 2001-02-07 | Update FAQ. | Bruce Momjian | |
| 2001-02-07 | Update FAQ. | Bruce Momjian | |
| 2001-02-07 | Some 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-07 | Add java. | Bruce Momjian | |
| 2001-02-07 | Update TODO list. | Bruce Momjian | |
| 2001-02-07 | Add item. | Bruce Momjian | |
| 2001-02-07 | Update TODO list. | Bruce Momjian | |
| 2001-02-07 | Update TODO list. | Bruce Momjian | |
| 2001-02-06 | cleaned up. | Bruce Momjian | |
| 2001-02-06 | Make it clearer. | Bruce Momjian | |
| 2001-02-06 | Only use termcap xor [n]curses, depending on what readline needs. Solaris | Peter Eisentraut | |
| has problems when linking with both. | |||
| 2001-02-06 | Well, learned the hard way... | Bruce Momjian | |
| Marko Kreen | |||
| 2001-02-06 | Add. | Bruce Momjian | |
| 2001-02-06 | Update /contrib and TODO.detail. | Bruce Momjian | |
| 2001-02-06 | Update TODO list. | Bruce Momjian | |
| 2001-02-06 | Update TODO list. | Bruce Momjian | |
| 2001-02-06 | If the first argument is --version or --help, skip the root check. | Peter Eisentraut | |
| 2001-02-06 | PageAddItem in overwrite mode: must *NOT* check itemid' flag if | Vadim B. Mikheev | |
| OffsetNumber == MaxOffsetNumber + 1 - there may be garbage there! | |||
| 2001-02-06 | Update FAQ. | Bruce Momjian | |
| 2001-02-06 | Improved 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-06 | Now that I look at it, PQoidValue() ain't quite right either. | Tom Lane | |
| 2001-02-06 | Repair PQoidStatus() bug reported by darcy@druid.net. | Tom Lane | |
| 2001-02-06 | Out-of-bounds memory allocation request sizes should be treated as just | Tom Lane | |
| 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. | |||
| 2001-02-05 | Document BETWEEN. | Peter Eisentraut | |
| 2001-02-05 | Update FAQ. | Bruce Momjian | |
| 2001-02-05 | Dump/display 'timestamp' as 'timestamp with time zone', to make room for a | Peter Eisentraut | |
| future 'timestamp without time zone', which SQL claims is equivalent to plain 'timestamp'. | |||
| 2001-02-04 | Move PL docs to programmer's guide, "storage" chapter to admin guide, | Peter Eisentraut | |
| clean up some things in the affected areas. | |||
| 2001-02-04 | Check for -lresolv. | Peter Eisentraut | |
| 2001-02-04 | Pass LDFLAGS along with LIBS to the Python build stuff, especially to pick | Peter Eisentraut | |
| up -L options. | |||
| 2001-02-04 | Must run jadetex three times to get correct page numbers. Add support for | Peter Eisentraut | |
| pdfjadetex. | |||
| 2001-02-04 | When making xrefs to refsects, the linkend should point to the refsect and | Peter Eisentraut | |
| the endterm to the title element, not both to the title. At least docbook2man prefers it that way. | |||
| 2001-02-03 | Re-add Peter E's changes. | Bruce Momjian | |
| 2001-02-03 | Fix inappropriate attempt to push down qual clauses into a view that | Tom Lane | |
| has UNION/INTERSECT/EXCEPT operations. Per bug report from Ferrier. | |||
| 2001-02-03 | Use elog() instead of exit() for fatal scanner errors. | Peter Eisentraut | |
| 2001-02-03 | Improved wording, from Albert REINER <areiner@tph.tuwien.ac.at>. | Peter Eisentraut | |
| 2001-02-03 | Update, polish, consistencify preface/intro sections. | Peter Eisentraut | |
| 2001-02-03 | Change description. | Bruce Momjian | |
| 2001-02-02 | Runtime tree recovery is implemented, just testing is left -:) | Vadim B. Mikheev | |
| 2001-02-02 | Apply patches for QNX from Maurizio | Bruce Momjian | |
| 2001-02-01 | A patch for the GROUP BY/HAVING example. p.date should be s.date. | Bruce Momjian | |
| Robert B. Easter | |||
| 2001-02-01 | Please replace with the one attached to this email message. The | Bruce Momjian | |
| 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 | |||
| 2001-01-31 | Applied two bug fixes by Christof Petig. | Michael Meskes | |
| 2001-01-31 | Wed Jan 31 08:46:00 GMT 2001 peter@retep.org.uk | Peter Mount | |
| - 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. | |||
| 2001-01-31 | Tue Jan 30 22:24:00 GMT 2001 peter@retep.org.uk | Peter Mount | |
| - 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. | |||
| 2001-01-31 | Couple additional functions to fix tree at runtime. | Vadim B. Mikheev | |
| Need in one more function to handle "my bits moved..." case. FixBTree is still FALSE. | |||
| 2001-01-30 | Update /contrib README and add init.d from Ryan. | Bruce Momjian | |
