aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbcMarc G. Fournier2002-08-22
* Okay, libpq++ is moved to GBorg, and all traces of it have been removedMarc G. Fournier2002-08-22
* Move PO files into subdirectories separate from the source code.Peter Eisentraut2002-08-21
* Removed code that is no longer used and has been commented outBarry Lind2002-08-20
* Add #include <sys/time.h>.Tom Lane2002-08-18
* Back out tcl patch, per Tom Lane:Bruce Momjian2002-08-18
* Add includes for prototype using timeval.Bruce Momjian2002-08-18
* Clean up compile warnings.Bruce Momjian2002-08-18
* Add libpq connection timeout parameter.Bruce Momjian2002-08-17
* What I have done for libpgtcl:Bruce Momjian2002-08-17
* removed duplicate code from jdbc2 classesDave Cramer2002-08-16
* applied patch to fix encoding bug supplied by Jun KawaiDave Cramer2002-08-16
* Applied patch for MD5 bug submitted by Jun KawaiDave Cramer2002-08-16
* Performance tweaks to StringBuffer suggested by hhaag@gmx.deBarry Lind2002-08-16
* Remove interfaces/ssl. Was unclaimed stuff that had no more usefulness.Bruce Momjian2002-08-16
* This fixes some text as well as enforces the use of "drop table cascade"Bruce Momjian2002-08-15
* Well, that certainly appeared to be very straight forward. pg.py andBruce Momjian2002-08-15
* http://archives.postgresql.org/pgsql-bugs/2002-06/msg00086.php and neverBruce Momjian2002-08-15
* I'm giving a try at some TODO items. Currently it's the turn of theBruce Momjian2002-08-15
* Added support for JDBC3. The driver will now build under JDBC3 (i.e. Java 1.4).Barry Lind2002-08-14
* Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion...Bruce Momjian2002-08-13
* Change LOCK statements to start new transactionHiroshi Inoue2002-08-09
* 1) Improve the handling of the queries like (select ..) union (select ..)Hiroshi Inoue2002-08-01
* Since we're depending on %option noyywrap in the main scanner now,Tom Lane2002-07-30
* added tests for crossReferencesDave Cramer2002-07-30
* changed test user back to testDave Cramer2002-07-30
* Added DataSource code and tests submitted by Aaron MulderDave Cramer2002-07-30
* changes for new DatasourceDave Cramer2002-07-30
* Fix a bug about automatic client_encoding setting.Hiroshi Inoue2002-07-30
* Assemble portability modules into libpgport library.Peter Eisentraut2002-07-27
* Fix a bug about the handling of CX parameter of the connection stringHiroshi Inoue2002-07-26
* Fouth (and final) phase of restructuring to add jdbc3 support.Barry Lind2002-07-26
* Third phase of restructuring to add jdbc3 support.Barry Lind2002-07-25
* Second phase of restructuring to add jdbc3 support.Barry Lind2002-07-24
* Initial restructuring to add jdbc3 support. There was a significant amountBarry Lind2002-07-23
* Fixed some minor typos.Michael Meskes2002-07-21
* Re-Committed old file.Michael Meskes2002-07-21
* Synced parser yet again.Michael Meskes2002-07-20
* Hello, i noticed that win32 native stopped working/compiling after the SSL mergeBruce Momjian2002-07-20
* Fix for PgTransaction class to make these visible to C apps:Bruce Momjian2002-07-18
* Make src/backend/port/*.c file location dependent only on configure.in.Bruce Momjian2002-07-18
* I have committed many support files for CREATE CONVERSION. DefaultTatsuo Ishii2002-07-18
* fixed bug in support for timestamp without time zone reported by Yuva Chandol...Barry Lind2002-07-16
* Remove certain Makefile dependencies by using full pathnames inBruce Momjian2002-07-15
* Fix a bug about the handling of '.' in parse.c.Hiroshi Inoue2002-07-15
* Changed getCrossReference to return information about each composite key sepe...Dave Cramer2002-07-12
* An improvement of User Interface(Setup dialog) by Dave Page.Hiroshi Inoue2002-07-12
* 1) Fix a memory leak in use declare/fetch mode.Hiroshi Inoue2002-07-12
* Make NAMEDATALEN changeable at compile time.Hiroshi Inoue2002-07-11
* fix bug in getTime() with fractional seconds reported by Laurette Cisneros (l...Barry Lind2002-07-10