summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2000-10-25From Zoltan Kovacs back in April (sorry for the delay Zoltan!):Thomas G. Lockhart
2000-10-25Added some more C constructs to the parser.Michael Meskes
2000-10-24Eliminate POLLUTE=1 hack for cross-Perl-version compatibility by usingTom Lane
2000-10-24Increase buffer size to improve performance of client-side lo_import.Tom Lane
2000-10-24Major overhaul of large-object implementation, by Denis Perchine withTom Lane
2000-10-23Polish shared library build to reduce number of special hacks. InPeter Eisentraut
2000-10-23Back out xti.h portion of the patch.Bruce Momjian
2000-10-22Makeover for Unixware 7.1.1Peter Eisentraut
2000-10-22Fixed mixing of two enum datatypes.Michael Meskes
2000-10-20Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut
2000-10-20Remove 'override' keyword, which breaks the build on HPUX, and probablyTom Lane
2000-10-17Locate the file pg_service.conf in the directory configured as --syconfdirPeter Eisentraut
2000-10-17Fixed some bugs in C language parsing.Michael Meskes
2000-10-17Some more getTimestamp() fixesPeter Mount
2000-10-17Simplified parsing of connect rule.Michael Meskes
2000-10-17TNS:Bruce Momjian
2000-10-16Fixed handling of variables in connect rule.Michael Meskes
2000-10-14The configure script fails to find <netinet/tcp.h>.Bruce Momjian
2000-10-12Replace constants by C variables wherever possible.Michael Meskes
2000-10-12Major update part I involving delayed patches, reworked Makefile, and howPeter Mount
2000-10-12Add more files from backendTatsuo Ishii
2000-10-11Synced preproc.y with gram.yMichael Meskes
2000-10-09Back out Gunnar R|nning jdbc changes.Bruce Momjian
2000-10-08Okay, I have some new code in place that hopefully should work better. IBruce Momjian
2000-10-04Added patch by Cristof for catching yet another NOTICE.Michael Meskes
2000-10-04removed binary fileMichael Meskes
2000-10-03Treat empty connection parameters as is, in particular to enable overridingPeter Eisentraut
2000-10-03Cleanup of fe-connect ifdef platform problem added with beos.Bruce Momjian
2000-10-03New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian
2000-10-02In the meaning of bug-fix, the patch is not needed. Because youBruce Momjian
2000-10-02Add missing python files.Bruce Momjian
2000-10-02Update for PyGreSQL 3.0, from D'Arcy J.M. CainBruce Momjian
2000-09-27Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>.Peter Eisentraut
2000-09-26- Synced preproc.y with gram.y.Michael Meskes
2000-09-26Fix compile error in ecpg when enable-multibyte is on. This is due toTatsuo Ishii
2000-09-25Revise Tcl/Tk configuration. Make missing Tcl after --with-tcl an error,Peter Eisentraut
2000-09-25Change // to /*.Bruce Momjian
2000-09-21*** empty log message ***Michael Meskes
2000-09-20*** empty log message ***Michael Meskes
2000-09-19*** empty log message ***Michael Meskes
2000-09-18Move contrib/odbc/odbc.sql together with odbc driver, remove old files;Peter Eisentraut
2000-09-17Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut
2000-09-12As if my JDBC patch hasn't already caused enough grief, there is now aBruce Momjian
2000-09-12Attached is a patch that prevents a NullPointerException in the JDBCBruce Momjian
2000-09-12This patch implements the following command:Bruce Momjian
2000-09-12Attached are a patch to allow the charset encoding used by the JDBCBruce Momjian
2000-09-12Applied to jdbc1 and jdbc2.Bruce Momjian
2000-09-12This patch for the 7.0.2 JDBC interface addresses four issues IBruce Momjian
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-08-30SSL patch from MagnusBruce Momjian