summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Don't use gethostbyname2(). It's not portable and we don't claim toPeter Eisentraut2002-09-051-3/+3
* pgindent run.Bruce Momjian2002-09-0432-753/+924
* Brand 7.3. Ready for beta!Bruce Momjian2002-09-041-4/+4
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-034-63/+12
* Partial solution for 'unexpected EOF' problem with pg_disconnect: itTom Lane2002-09-022-13/+36
* Translation updatesPeter Eisentraut2002-09-023-2/+831
* pg_on_connection_loss command for libpgtcl. Patch fromTom Lane2002-09-025-34/+206
* Fix breakage introduced by evidently-completely-untested snprintf patch.Tom Lane2002-09-021-2/+3
* I checked all the previous string handling errors and most of them wereBruce Momjian2002-09-025-31/+32
* JDBC checkin fixing the following bugs:Barry Lind2002-09-0210-40/+243
* patch from Thomas O'Dowd to ensure that connections are closedDave Cramer2002-09-011-2/+5
* testing for insertRowDave Cramer2002-09-011-70/+71
* patch to allow insertRow on an empty resultSetDave Cramer2002-09-011-10/+20
* Changed to reflect the current reality, ie we do support updateable resultsetsDave Cramer2002-09-011-5/+6
* perl5 interface moved to gborgMarc G. Fournier2002-08-3014-3661/+2
* libpgeasy moved to gborg ...Marc G. Fournier2002-08-3012-887/+2
* Fix off-by-one allocation error in PasswordFromFile(), per Gordon Runkle.Tom Lane2002-08-301-3/+2
* > > > > If you want to put in security restrictions that are actually useful,Bruce Momjian2002-08-291-1/+17
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-293-51/+3
* Remove support for version-0 FE/BE protocol, per pghackers discussion.Tom Lane2002-08-291-1/+6
* Updates from Dennis BjorklundPeter Eisentraut2002-08-281-133/+129
* backend where a statically sized buffer is written to. Most of theseBruce Momjian2002-08-281-1/+1
* This is a quick patch to fix a crash in pgquery_dictresult() introducedBruce Momjian2002-08-281-71/+7
* The attached patch implements the password packet length sanity checkBruce Momjian2002-08-271-6/+7
* More connection timeout cleanups.Bruce Momjian2002-08-271-4/+4
* Cleanup of libpq connection timeout code.Bruce Momjian2002-08-271-47/+47
* This is a 2 line patch to src/interfaces/perl5/GNUMakefile that fixesBruce Momjian2002-08-271-3/+3
* The cstring datatype can now be copied, passed around, etc. The typlenTom Lane2002-08-241-8/+4
* Enhancements to how queries with bind values are stored internally and sent toBarry Lind2002-08-236-147/+162
* Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbcMarc G. Fournier2002-08-2281-39755/+2
* Okay, libpq++ is moved to GBorg, and all traces of it have been removedMarc G. Fournier2002-08-2231-2021/+2
* Move PO files into subdirectories separate from the source code.Peter Eisentraut2002-08-217-4/+4
* Removed code that is no longer used and has been commented outBarry Lind2002-08-207-351/+5
* Add #include <sys/time.h>.Tom Lane2002-08-181-2/+3
* Back out tcl patch, per Tom Lane:Bruce Momjian2002-08-183-26/+11
* Add includes for prototype using timeval.Bruce Momjian2002-08-182-8/+11
* Clean up compile warnings.Bruce Momjian2002-08-181-4/+5
* Add libpq connection timeout parameter.Bruce Momjian2002-08-173-8/+87
* What I have done for libpgtcl:Bruce Momjian2002-08-173-11/+26
* removed duplicate code from jdbc2 classesDave Cramer2002-08-162-3302/+523
* applied patch to fix encoding bug supplied by Jun KawaiDave Cramer2002-08-161-4/+4
* Applied patch for MD5 bug submitted by Jun KawaiDave Cramer2002-08-161-10/+11
* Performance tweaks to StringBuffer suggested by hhaag@gmx.deBarry Lind2002-08-163-8/+11
* Remove interfaces/ssl. Was unclaimed stuff that had no more usefulness.Bruce Momjian2002-08-165-676/+0
* This fixes some text as well as enforces the use of "drop table cascade"Bruce Momjian2002-08-151-3/+3
* Well, that certainly appeared to be very straight forward. pg.py andBruce Momjian2002-08-152-3/+6
* http://archives.postgresql.org/pgsql-bugs/2002-06/msg00086.php and neverBruce Momjian2002-08-152-11/+48
* I'm giving a try at some TODO items. Currently it's the turn of theBruce Momjian2002-08-152-18/+119
* Added support for JDBC3. The driver will now build under JDBC3 (i.e. Java 1.4).Barry Lind2002-08-1451-3153/+2955
* Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion...Bruce Momjian2002-08-132-7/+7