summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2000-11-30Repair residual sillinesses from UUNET virtual host/socket path patch.Tom Lane
2000-11-30Make all commands that link a program look likePeter Eisentraut
2000-11-30Remove remaining unixsocket-setting interfaces, since the host parameterPeter Eisentraut
2000-11-28Remove PQunixsocket from dll file.Bruce Momjian
2000-11-28Remove PQunixsocket prototypeBruce Momjian
2000-11-28Remove PQunixsocket, per Peter's recommendation. PQhost shows the socket dir...Bruce Momjian
2000-11-27Make PQhost return socket path.Bruce Momjian
2000-11-27Added pg_execute command behaving like spi_exec of PL/TclJan Wieck
2000-11-26 current cvs tree does build because of a small problem in ECPG. Here is aBruce Momjian
2000-11-25Allow jdbc to return proper server version numberBruce Momjian
2000-11-20Fix yacc failures in preproc.y.Tom Lane
2000-11-20Add configure checks for strtoll, strtoull (or strto[u]q). DisablePeter Eisentraut
2000-11-20Parser synced.Michael Meskes
2000-11-20Encoding patch to Connection by wrobell@posexperts.com.plPeter Mount
2000-11-20Eliminate unused-variable warning.Tom Lane
2000-11-17Recongizing PGCLIENTENCODING has been broken since 7.0.Tatsuo Ishii
2000-11-17Suppress occasional failure of final DROP DATABASE due toTom Lane
2000-11-17GNUmakefile failed to provide a way to invoke perl Makefile'sTom Lane
2000-11-17Forgot to add ppport.h to MANIFEST.Tom Lane
2000-11-16Clean files after installing, since those files will most likely be rootPeter Eisentraut
2000-11-16Make pgsql compile on FreeBSD-alpha.Bruce Momjian
2000-11-14Rename PortName to PortNumber.Bruce Momjian
2000-11-13Remove -k unix socketpath option from client side, allow hostname withBruce Momjian
2000-11-13UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian
2000-11-10Update to PyGreSQL 3.1:Bruce Momjian
2000-11-10the bug was not fixed in the snapshot of November 5th. Also the enterpriseBruce Momjian
2000-11-09Applied yet another patch by Christof. Thanks Cristof!Michael Meskes
2000-11-08Add dependencies required for parallel makePeter Eisentraut
2000-11-07Undo incorrectly committed Makefile.Michael Meskes
2000-11-07Third try. Sorry, I had a wrong path in my copy statement.Michael Meskes
2000-11-07Added more patches by Cristif Petig.Michael Meskes
2000-11-04Fix for missing EUC_TW encodingTatsuo Ishii
2000-11-03Parser sync.Michael Meskes
2000-11-01Fixed minor bug in ResultSet for jdbc2 reported by Matthew Denner that absolu...Peter Mount
2000-10-31Added patch by Christof Petig <christof.petig@wtal.de> that fixes some bugs i...Michael Meskes
2000-10-31Use $(filter ...), not $(findstring ...).Peter Eisentraut
2000-10-30Sync preproc.y with gram.y.Michael Meskes
2000-10-30Avoid dependency on backend's multibyte module as possible.Tatsuo Ishii
2000-10-29Removed multibyte stuff since client does not know about encoding in the back...Michael Meskes
2000-10-28Remove compiler warnings (add missing include files). Only link againstPeter Eisentraut
2000-10-25Synced preproc.y with gram.y.Michael Meskes
2000-10-25Rearrange handling of -L linker options so that they are always before allPeter Eisentraut
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