summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2001-02-09Remove last code that assumed xinv/xinx are large object files.Bruce Momjian
2001-02-09I have deleted the include of termios.h in include/port/qnx4.h.Bruce Momjian
2001-02-09Change SELECT to not trigger "BEGIN" in not autocommit mode.Hiroshi Inoue
2001-02-08Fix a misuse of 'char *' declaration.Hiroshi Inoue
2001-02-07Actually, it looks like DEF_PGPORT belongs over in config.h.win32 forTom Lane
2001-02-07Remove broken (and unnecessary) definition of DEF_PGPORT.Tom Lane
2001-02-07Only pass the -L* portions of LDFLAGS to the Python build environment.Peter Eisentraut
2001-02-07Some updates prior to retrieving a fresh cvs copy:Peter Mount
2001-02-06Improved version handling introduced by Dave Page.Hiroshi Inoue
2001-02-06Now that I look at it, PQoidValue() ain't quite right either.Tom Lane
2001-02-06Repair PQoidStatus() bug reported by darcy@druid.net.Tom Lane
2001-02-04Check for -lresolv.Peter Eisentraut
2001-02-04Pass LDFLAGS along with LIBS to the Python build stuff, especially to pickPeter Eisentraut
2001-02-02Apply patches for QNX from MaurizioBruce Momjian
2001-01-31Applied two bug fixes by Christof Petig.Michael Meskes
2001-01-31Wed Jan 31 08:46:00 GMT 2001 peter@retep.org.ukPeter Mount
2001-01-31Tue Jan 30 22:24:00 GMT 2001 peter@retep.org.ukPeter Mount
2001-01-27Here is an update on the Win32 patch. Modified files are 'config.h.win32'Bruce Momjian
2001-01-26odbc1.diff changes the text on the Protocol Radio buttons on the driverBruce Momjian
2001-01-26gcc complains about improperly terminated comment.Tom Lane
2001-01-25Synced gram.y and preproc.y.Michael Meskes
2001-01-25Added an alternative constructor to PGSQLException so that debuggingPeter Mount
2001-01-25Further to the previous ODBC patches I posted today, I found a couple ofBruce Momjian
2001-01-25> From: Tom Lane [mailto:tgl@sss.pgh.pa.us]Bruce Momjian
2001-01-25I decided to give this a go after all :-) The attached patch does theBruce Momjian
2001-01-25This patch fixes an arrayindexoutofbounds exception that was justBruce Momjian
2001-01-24Attached is a revised patch that removes the static SimpleDateFormatBruce Momjian
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
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