summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2002-09-04pgindent run.Bruce Momjian
2002-09-04Brand 7.3. Ready for beta!Bruce Momjian
2002-09-03Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut
2002-09-02Partial solution for 'unexpected EOF' problem with pg_disconnect: itTom Lane
2002-09-02Translation updatesPeter Eisentraut
2002-09-02pg_on_connection_loss command for libpgtcl. Patch fromTom Lane
2002-09-02Fix breakage introduced by evidently-completely-untested snprintf patch.Tom Lane
2002-09-02I checked all the previous string handling errors and most of them wereBruce Momjian
2002-09-02JDBC checkin fixing the following bugs:Barry Lind
2002-09-01patch from Thomas O'Dowd to ensure that connections are closedDave Cramer
2002-09-01testing for insertRowDave Cramer
2002-09-01patch to allow insertRow on an empty resultSetDave Cramer
2002-09-01Changed to reflect the current reality, ie we do support updateable resultsetsDave Cramer
2002-08-30perl5 interface moved to gborgMarc G. Fournier
2002-08-30libpgeasy moved to gborg ...Marc G. Fournier
2002-08-30Fix off-by-one allocation error in PasswordFromFile(), per Gordon Runkle.Tom Lane
2002-08-29> > > > If you want to put in security restrictions that are actually useful,Bruce Momjian
2002-08-29Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii
2002-08-29Remove support for version-0 FE/BE protocol, per pghackers discussion.Tom Lane
2002-08-28Updates from Dennis BjorklundPeter Eisentraut
2002-08-28backend where a statically sized buffer is written to. Most of theseBruce Momjian
2002-08-28This is a quick patch to fix a crash in pgquery_dictresult() introducedBruce Momjian
2002-08-27The attached patch implements the password packet length sanity checkBruce Momjian
2002-08-27More connection timeout cleanups.Bruce Momjian
2002-08-27Cleanup of libpq connection timeout code.Bruce Momjian
2002-08-27This is a 2 line patch to src/interfaces/perl5/GNUMakefile that fixesBruce Momjian
2002-08-24The cstring datatype can now be copied, passed around, etc. The typlenTom Lane
2002-08-23Enhancements to how queries with bind values are stored internally and sent toBarry Lind
2002-08-22Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbcMarc G. Fournier
2002-08-22Okay, libpq++ is moved to GBorg, and all traces of it have been removedMarc G. Fournier
2002-08-21Move PO files into subdirectories separate from the source code.Peter Eisentraut
2002-08-20Removed code that is no longer used and has been commented outBarry Lind
2002-08-18Add #include <sys/time.h>.Tom Lane
2002-08-18Back out tcl patch, per Tom Lane:Bruce Momjian
2002-08-18Add includes for prototype using timeval.Bruce Momjian
2002-08-18Clean up compile warnings.Bruce Momjian
2002-08-17Add libpq connection timeout parameter.Bruce Momjian
2002-08-17What I have done for libpgtcl:Bruce Momjian
2002-08-16removed duplicate code from jdbc2 classesDave Cramer
2002-08-16applied patch to fix encoding bug supplied by Jun KawaiDave Cramer
2002-08-16Applied patch for MD5 bug submitted by Jun KawaiDave Cramer
2002-08-16Performance tweaks to StringBuffer suggested by hhaag@gmx.deBarry Lind
2002-08-16Remove interfaces/ssl. Was unclaimed stuff that had no more usefulness.Bruce Momjian
2002-08-15This fixes some text as well as enforces the use of "drop table cascade"Bruce Momjian
2002-08-15Well, that certainly appeared to be very straight forward. pg.py andBruce Momjian
2002-08-15http://archives.postgresql.org/pgsql-bugs/2002-06/msg00086.php and neverBruce Momjian
2002-08-15I'm giving a try at some TODO items. Currently it's the turn of theBruce Momjian
2002-08-14Added support for JDBC3. The driver will now build under JDBC3 (i.e. Java 1.4).Barry Lind
2002-08-13Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion...Bruce Momjian
2002-08-09Change LOCK statements to start new transactionHiroshi Inoue