| Age | Commit message (Expand) | Author |
| 2001-01-24 | Removed the 8k row limit reported by DatabaseMetaData | Peter Mount |
| 2001-01-23 | Subject: Bug in SQLForeignKeys() | Bruce Momjian |
| 2001-01-23 | Moved database name handling to libecpg. | Michael Meskes |
| 2001-01-22 | Synced preproc.y with gram.y and added missing include file to pgc.l. | Michael Meskes |
| 2001-01-20 | Get rid of sunos4-only strerror() macro, and arrange to use the | Tom Lane |
| 2001-01-19 | Make pqexpbuffer a little more robust, per bug report from Heinz Ekker. | Tom Lane |
| 2001-01-19 | Fri Jan 19 08:47:00 GMT 2001 peter@retep.org.uk | Peter Mount |
| 2001-01-18 | Forgot to cvs add UpdateableResultSet.java ;-) | Peter Mount |
| 2001-01-18 | Thu Jan 18 17:37:00 GMT 2001 peter@retep.org.uk | Peter Mount |
| 2001-01-18 | Thu Jan 18 12:24:00 GMT 2001 peter@retep.org.uk | Peter Mount |
| 2001-01-14 | Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts | Tom Lane |
| 2001-01-13 | Backed out: | Bruce Momjian |
| 2001-01-13 | Attached is a set of patches for a couple of bugs dealing with | Bruce Momjian |
| 2001-01-09 | Synced preproc.y with gram.y. | Michael Meskes |
| 2001-01-06 | No need for screen_size to be static. | Tom Lane |
| 2001-01-05 | Remove not-really-standard implementation of CREATE TABLE's UNDER clause, | Tom Lane |
| 2001-01-02 | I've found a memory leak in libecpg of PostgreSQL 7.0.3. | Bruce Momjian |
| 2000-12-31 | On further thought, we need a defense against empty PGPORT here too. | Tom Lane |
| 2000-12-31 | Ignore PGPORT environment variable if it is an empty string. | Tom Lane |
| 2000-12-30 | Remove C++ comment. | Peter Eisentraut |
| 2000-12-30 | Fix unportable use of '!' in shell commands. | Peter Eisentraut |
| 2000-12-29 | column and tuple numbers should be int not size_t. | Tom Lane |
| 2000-12-28 | Attached are patches for two fixes to reduce memory usage by the JDBC | Bruce Momjian |
| 2000-12-22 | - Fixed bug in a connect statement using varchars. | Michael Meskes |
| 2000-12-22 | Fix PQsetdbLogin() backward compatibility problem. | Tatsuo Ishii |
| 2000-12-22 | In looking at the 7.1beta1 code for JDBC, I noticed that support was | Bruce Momjian |
| 2000-12-20 | Finished build.xml and updated Driver.java.in and buildDriver to match how Ma... | Peter Mount |
| 2000-12-19 | Remove inclusions of <malloc.h>. | Peter Eisentraut |
| 2000-12-19 | Finally created ant build.xml file | Peter Mount |
| 2000-12-18 | Ensure that 'errno' is saved and restored by all signal handlers that | Tom Lane |
| 2000-12-18 | - Synced gram.y and preproc.y. | Michael Meskes |
| 2000-12-16 | Fix linker options for ODBC driver. See comment in | Peter Eisentraut |
| 2000-12-15 | Remove current->old mapping. | Bruce Momjian |
| 2000-12-15 | Change ET_WARN to ET_NOTICE to match internal codes, leave message as | Bruce Momjian |
| 2000-12-15 | there is one problem with Zoltan patches commited into the tree: | Bruce Momjian |
| 2000-12-11 | Make all ODBCVER = 2.50 | Bruce Momjian |
| 2000-12-11 | Fix ODBC compile, prevent ODBCVER warning, though the version numbers go | Bruce Momjian |
| 2000-12-10 | Here is patch to the ODBC driver to update the version to 2.5 and allow | Bruce Momjian |
| 2000-12-10 | Here is a diff to info.c in interfaces/odbc that updates SQLForeignKeys to | Bruce Momjian |
| 2000-12-07 | Silence compiler warning. | Tom Lane |
| 2000-12-07 | Silence compiler warning. | Tom Lane |
| 2000-12-03 | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane |
| 2000-11-30 | Repair residual sillinesses from UUNET virtual host/socket path patch. | Tom Lane |
| 2000-11-30 | Make all commands that link a program look like | Peter Eisentraut |
| 2000-11-30 | Remove remaining unixsocket-setting interfaces, since the host parameter | Peter Eisentraut |
| 2000-11-28 | Remove PQunixsocket from dll file. | Bruce Momjian |
| 2000-11-28 | Remove PQunixsocket prototype | Bruce Momjian |
| 2000-11-28 | Remove PQunixsocket, per Peter's recommendation. PQhost shows the socket dir... | Bruce Momjian |
| 2000-11-27 | Make PQhost return socket path. | Bruce Momjian |
| 2000-11-27 | Added pg_execute command behaving like spi_exec of PL/Tcl | Jan Wieck |