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