summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-02-11Remove Perl module's unnecessary dependence on libpq-int.h.Tom Lane
1999-02-07Include -lcrypt when needed to link libpgtcl.so and plpgsql.soTom Lane
1999-02-07Add PQresStatus() function to avoid direct access to pgresStatus[] array,Tom Lane
1999-02-05Reverse out const to libpq interface from D'Arcy.Bruce Momjian
1999-02-04From: Michael Meskes <Michael.Meskes@usa.net>Marc G. Fournier
1999-02-04Const fixes from D'Arcy.Bruce Momjian
1999-02-03Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian
1999-02-03The libpq function PQfnumber does not handle case-insensitiveBruce Momjian
1999-02-02Included patches make some enhancements to the multi-byte support.Bruce Momjian
1999-01-31From: Michael Meskes <Michael.Meskes@usa.net>Marc G. Fournier
1999-01-27From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier
1999-01-25From: Peter T Mount <peter@retep.org.uk>Marc G. Fournier
1999-01-22|From: "D'Arcy" "J.M." Cain <darcy@druid.net>Marc G. Fournier
1999-01-21From: Michael Meskes <Michael.Meskes@usa.net>Marc G. Fournier
1999-01-18Okay, I've updated the ecpg parser yet again. Unfortunately it has oneBruce Momjian
1999-01-17Keep Tcl from getting confused if backend closes connectionTom Lane
1999-01-17TCL_ARRAYS option patches from Massimo Dal ZottoTom Lane
1999-01-17Apply Win32 patch from Horak Daniel.Bruce Momjian
1999-01-17As the email posted to the announce and interfaces list, attached is a tarBruce Momjian
1999-01-17Improve error message when connect() call fails:Tom Lane
1999-01-17Replace direct inclusions of c.h with inclusion of postgres.h,Tom Lane
1999-01-08Update 06-40-0004 -- Add Bookmark support!Byron Nikolaidis
1999-01-07Sorry for posting it here again, but I haven't corrected myBruce Momjian
1999-01-06Update 06-40-0003Byron Nikolaidis
1999-01-05Mini Update #2 -- final fixes for buffer lengths, null buffers, truncationByron Nikolaidis
1998-12-31uncomment MYLOG to prevent warnings in compileByron Nikolaidis
1998-12-31Mini update to fix SQLGetInfo to work properly (truncation, NULL)Byron Nikolaidis
1998-12-29Minor fixes to compile on unix for v6-40-0002Byron Nikolaidis
1998-12-29Update for version 6-40-0002 and re-merge Thomas' changes.Byron Nikolaidis
1998-12-22From: Michael Meskes <Michael.Meskes@usa.net>Marc G. Fournier
1998-12-18Here are descriptions:Bruce Momjian
1998-12-17Upgrade to Pygress 2.2.Bruce Momjian
1998-12-14Compilation of libpq for Win32 breaks on 6.4, because of a change that IBruce Momjian
1998-12-13This patch fixes the undefined (according to C) and erroneous (underBruce Momjian
1998-11-29Portability fix for old SunOS releases: realloc(NULL, ...)Tom Lane
1998-11-18Performance improvement for libpq: avoid calling malloc separatelyTom Lane
1998-11-12Fix at least a few shared-library problems on Linux.Tom Lane
1998-11-11Update for version 06-40-0001Byron Nikolaidis
1998-11-04Test for and handle NULL arguments to mylog() print statements.Thomas G. Lockhart
1998-11-04Somehow had the solaris template names reversed. Probably was somethingThomas G. Lockhart
1998-11-01Remove various files that were moved to various subdirectories...Marc G. Fournier
1998-10-28Fix macro declarations to allow disabling mylog() and qlog() on Unix boxes.Thomas G. Lockhart
1998-10-28Include appropriate flags for resolved shared library LDFLAGS_ODBCThomas G. Lockhart
1998-10-27Detect lack of permission to install into Perl module library,Tom Lane
1998-10-23Put back string instead of string.h in libpq++.Bruce Momjian
1998-10-23Change string to string.h in libpq++. BSDI 3.0 complains.Bruce Momjian
1998-10-21Include new Makefile.shlib from top levelThomas G. Lockhart
1998-10-21Arbitrary addition of a comment line to get ownership of file in theThomas G. Lockhart
1998-10-19Centralized shared-library build knowledge in a new file,Tom Lane