summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-connect.c
Commit message (Expand)AuthorAgeFilesLines
* From: Raymond Toy <toy@rtp.ericsson.se>Marc G. Fournier1997-04-171-1/+2
* connectDB(): setsockopt (..., TCP_NODELAY, ...) added.Vadim B. Mikheev1997-04-161-2/+21
* A couple of cleanups from Scott Harrison <Scott_Harrison@next.com>Marc G. Fournier1997-04-151-1/+2
* From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>Marc G. Fournier1997-04-021-2/+2
* Here's two more diffs...Marc G. Fournier1997-03-251-2/+2
* - Renamed the variable names to something shorter, and I hopeMarc G. Fournier1997-03-251-3/+7
* - Move most of the I/O in both libpq and the backend to a setMarc G. Fournier1997-03-181-1/+29
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-121-4/+32
* Various patches for nextstep by GregorHoffleitMarc G. Fournier1997-02-131-2/+10
* Make strdup work for Ultrix. Thanks Erik BertelsenBryan Henderson1996-11-281-15/+1
* Whoops, redo Ultrix patch so the other ports still compile.Bryan Henderson1996-11-261-2/+4
* Make it compile on Ultrix. Thanks Erik Bertelson.Bryan Henderson1996-11-261-2/+3
* Remove most compile-time options, add a few runtime options to make up for it.Bryan Henderson1996-11-141-7/+4
* As proposed,Marc G. Fournier1996-11-111-1/+4
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-3/+4
* Add #include <ctype.h> to quiet compiler about missing declaration of isspace().Bryan Henderson1996-11-101-1/+2
* Added in PQconnectdb() functionMarc G. Fournier1996-11-091-2/+423
* Removed PORTNAME_. Use OS version only.Bruce Momjian1996-11-041-2/+2
* shared build fails, but the rest compiles...formatting error in theMarc G. Fournier1996-11-031-4/+6
* Fix sigaction again to try for portability.Bryan Henderson1996-10-291-3/+3
* Change treatment of sigaction structure again to include even more platforms.Bryan Henderson1996-10-161-2/+8
* Remove 4th element of sigaction structure so it works on more platforms.Bryan Henderson1996-10-151-2/+2
* Add PGUSER environment variable for client to specify Postgres username.Bryan Henderson1996-10-101-33/+76
* Here's a minor fix that fixes a casting problem:Marc G. Fournier1996-08-191-2/+2
* Fixes:Marc G. Fournier1996-08-191-63/+53
* Updates to libpq to fix breakage in previous patch...Marc G. Fournier1996-08-101-3/+4
* Fixes for:Marc G. Fournier1996-08-061-4/+4
* Alot of "changes" from Dr. George's source tree...Marc G. Fournier1996-07-231-30/+35
* - libpq calls "fe_getauthname()" two times in "fe-connect.c", butMarc G. Fournier1996-07-191-15/+19
* fixes for several potential null pointer dereferencesMarc G. Fournier1996-07-121-5/+53
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+460