aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* odbc1.diff changes the text on the Protocol Radio buttons on the driverBruce Momjian2001-01-26
* gcc complains about improperly terminated comment.Tom Lane2001-01-26
* Synced gram.y and preproc.y.Michael Meskes2001-01-25
* Added an alternative constructor to PGSQLException so that debuggingPeter Mount2001-01-25
* Further to the previous ODBC patches I posted today, I found a couple ofBruce Momjian2001-01-25
* > From: Tom Lane [mailto:tgl@sss.pgh.pa.us]Bruce Momjian2001-01-25
* I decided to give this a go after all :-) The attached patch does theBruce Momjian2001-01-25
* This patch fixes an arrayindexoutofbounds exception that was justBruce Momjian2001-01-25
* Attached is a revised patch that removes the static SimpleDateFormatBruce Momjian2001-01-24
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Removed the 8k row limit reported by DatabaseMetaDataPeter Mount2001-01-24
* Subject: Bug in SQLForeignKeys()Bruce Momjian2001-01-23
* Moved database name handling to libecpg.Michael Meskes2001-01-23
* Synced preproc.y with gram.y and added missing include file to pgc.l.Michael Meskes2001-01-22
* Get rid of sunos4-only strerror() macro, and arrange to use theTom Lane2001-01-20
* Make pqexpbuffer a little more robust, per bug report from Heinz Ekker.Tom Lane2001-01-19
* Fri Jan 19 08:47:00 GMT 2001 peter@retep.org.ukPeter Mount2001-01-19
* Forgot to cvs add UpdateableResultSet.java ;-)Peter Mount2001-01-18
* Thu Jan 18 17:37:00 GMT 2001 peter@retep.org.ukPeter Mount2001-01-18
* Thu Jan 18 12:24:00 GMT 2001 peter@retep.org.ukPeter Mount2001-01-18
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-14
* Backed out:Bruce Momjian2001-01-13
* Attached is a set of patches for a couple of bugs dealing withBruce Momjian2001-01-13
* Synced preproc.y with gram.y.Michael Meskes2001-01-09
* No need for screen_size to be static.Tom Lane2001-01-06
* Remove not-really-standard implementation of CREATE TABLE's UNDER clause,Tom Lane2001-01-05
* I've found a memory leak in libecpg of PostgreSQL 7.0.3.Bruce Momjian2001-01-02
* On further thought, we need a defense against empty PGPORT here too.Tom Lane2000-12-31
* Ignore PGPORT environment variable if it is an empty string.Tom Lane2000-12-31
* Remove C++ comment.Peter Eisentraut2000-12-30
* Fix unportable use of '!' in shell commands.Peter Eisentraut2000-12-30
* column and tuple numbers should be int not size_t.Tom Lane2000-12-29
* Attached are patches for two fixes to reduce memory usage by the JDBCBruce Momjian2000-12-28
* - Fixed bug in a connect statement using varchars.Michael Meskes2000-12-22
* Fix PQsetdbLogin() backward compatibility problem.Tatsuo Ishii2000-12-22
* In looking at the 7.1beta1 code for JDBC, I noticed that support wasBruce Momjian2000-12-22
* Finished build.xml and updated Driver.java.in and buildDriver to match how Ma...Peter Mount2000-12-20
* Remove inclusions of <malloc.h>.Peter Eisentraut2000-12-19
* Finally created ant build.xml filePeter Mount2000-12-19
* Ensure that 'errno' is saved and restored by all signal handlers thatTom Lane2000-12-18
* - Synced gram.y and preproc.y.Michael Meskes2000-12-18
* Fix linker options for ODBC driver. See comment inPeter Eisentraut2000-12-16
* Remove current->old mapping.Bruce Momjian2000-12-15
* Change ET_WARN to ET_NOTICE to match internal codes, leave message asBruce Momjian2000-12-15
* there is one problem with Zoltan patches commited into the tree:Bruce Momjian2000-12-15
* Make all ODBCVER = 2.50Bruce Momjian2000-12-11
* Fix ODBC compile, prevent ODBCVER warning, though the version numbers goBruce Momjian2000-12-11
* Here is patch to the ODBC driver to update the version to 2.5 and allowBruce Momjian2000-12-10
* Here is a diff to info.c in interfaces/odbc that updates SQLForeignKeys toBruce Momjian2000-12-10
* Silence compiler warning.Tom Lane2000-12-07