summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
AgeCommit message (Expand)Author
2001-05-28Suppress useless memmove() when buffer already contains left-justifiedTom Lane
2001-05-11Stamp CVS as 7.2. Update all interface version numbers. This is theBruce Momjian
2001-05-03Updates for 7.1.1. Not done yet.Bruce Momjian
2001-03-31On Cygwin, do initial connect() call in blocking mode, per report fromTom Lane
2001-03-31pqWait() should check for exception status as well as read or writeTom Lane
2001-03-23Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian
2001-03-22Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-20Make sure -L and -I's for our source tree are always before system includePeter Eisentraut
2001-02-17Seems a bad idea to assume that select(2) doesn't touch the input masksTom Lane
2001-02-11Cleanup of source.Bruce Momjian
2001-02-11Clean up mutibyte supoorting source files.Tatsuo Ishii
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2001-02-07Actually, it looks like DEF_PGPORT belongs over in config.h.win32 forTom Lane
2001-02-07Remove broken (and unnecessary) definition of DEF_PGPORT.Tom Lane
2001-02-06Now that I look at it, PQoidValue() ain't quite right either.Tom Lane
2001-02-06Repair PQoidStatus() bug reported by darcy@druid.net.Tom Lane
2001-02-04Check for -lresolv.Peter Eisentraut
2001-01-27Here is an update on the Win32 patch. Modified files are 'config.h.win32'Bruce Momjian
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-20Get rid of sunos4-only strerror() macro, and arrange to use theTom Lane
2001-01-19Make pqexpbuffer a little more robust, per bug report from Heinz Ekker.Tom Lane
2001-01-06No need for screen_size to be static.Tom Lane
2000-12-31On further thought, we need a defense against empty PGPORT here too.Tom Lane
2000-12-31Ignore PGPORT environment variable if it is an empty string.Tom Lane
2000-12-22Fix PQsetdbLogin() backward compatibility problem.Tatsuo Ishii
2000-12-18Ensure that 'errno' is saved and restored by all signal handlers thatTom Lane
2000-12-07Silence compiler warning.Tom Lane
2000-12-03Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane
2000-11-30Repair residual sillinesses from UUNET virtual host/socket path patch.Tom Lane
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-17Recongizing PGCLIENTENCODING has been broken since 7.0.Tatsuo Ishii
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-04Fix for missing EUC_TW encodingTatsuo Ishii
2000-10-30Avoid dependency on backend's multibyte module as possible.Tatsuo Ishii
2000-10-25Rearrange handling of -L linker options so that they are always before allPeter Eisentraut
2000-10-24Increase buffer size to improve performance of client-side lo_import.Tom Lane
2000-10-23Back out xti.h portion of the patch.Bruce Momjian
2000-10-22Makeover for Unixware 7.1.1Peter Eisentraut
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-17TNS:Bruce Momjian