aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-connect.c
Commit message (Expand)AuthorAge
* Fix tolower loops to go in proper direction for cache.Bruce Momjian1997-12-05
* Update description for PGHOST and unix domain sockets. Add warning for faile...Bruce Momjian1997-12-04
* Update description for PGHOST and unix domain sockets. Add warning for faile...Bruce Momjian1997-12-04
* From: todd brandys <brandys@eng3.hep.uiuc.edu>Marc G. Fournier1997-12-04
* Fix pg_dump, and libpq changes.Bruce Momjian1997-12-01
* Document pg_dump -z, clean up option list. Fix problem with libpq handling o...Bruce Momjian1997-12-01
* Unscramble port selection logic to avoid compiler complaints aboutThomas G. Lockhart1997-11-17
* Add other initialization environment variables:Thomas G. Lockhart1997-11-14
* Add PGTZ environment variable to initialization code.Thomas G. Lockhart1997-11-10
* Fix case issues with quotes.Bruce Momjian1997-11-10
* Add Unix domain socket support, from Goran Thyni, goran@bildbasen.seBruce Momjian1997-11-07
* Inline memset() as MemSet().Bruce Momjian1997-09-18
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Add // comments.Bruce Momjian1997-09-05
* From: Igor <igor@sba.miami.edu>Marc G. Fournier1997-06-06
* From: Igor <igor@sba.miami.edu>Marc G. Fournier1997-06-01
* Added fcvt() prot for bsdi.Bruce Momjian1997-05-20
* fix for sizeof pointed out by Ed BuddingtonBruce Momjian1997-05-13
* From: Edmund Mergl <E.Mergl@bawue.de>Marc G. Fournier1997-05-09
* From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>Marc G. Fournier1997-05-07
* From: Raymond Toy <toy@rtp.ericsson.se>Marc G. Fournier1997-04-17
* connectDB(): setsockopt (..., TCP_NODELAY, ...) added.Vadim B. Mikheev1997-04-16
* A couple of cleanups from Scott Harrison <Scott_Harrison@next.com>Marc G. Fournier1997-04-15
* From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>Marc G. Fournier1997-04-02
* Here's two more diffs...Marc G. Fournier1997-03-25
* - Renamed the variable names to something shorter, and I hopeMarc G. Fournier1997-03-25
* - Move most of the I/O in both libpq and the backend to a setMarc G. Fournier1997-03-18
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-12
* Various patches for nextstep by GregorHoffleitMarc G. Fournier1997-02-13
* Make strdup work for Ultrix. Thanks Erik BertelsenBryan Henderson1996-11-28
* Whoops, redo Ultrix patch so the other ports still compile.Bryan Henderson1996-11-26
* Make it compile on Ultrix. Thanks Erik Bertelson.Bryan Henderson1996-11-26
* Remove most compile-time options, add a few runtime options to make up for it.Bryan Henderson1996-11-14
* As proposed,Marc G. Fournier1996-11-11
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-10
* Add #include <ctype.h> to quiet compiler about missing declaration of isspace().Bryan Henderson1996-11-10
* Added in PQconnectdb() functionMarc G. Fournier1996-11-09
* Removed PORTNAME_. Use OS version only.Bruce Momjian1996-11-04
* shared build fails, but the rest compiles...formatting error in theMarc G. Fournier1996-11-03
* Fix sigaction again to try for portability.Bryan Henderson1996-10-29
* Change treatment of sigaction structure again to include even more platforms.Bryan Henderson1996-10-16
* Remove 4th element of sigaction structure so it works on more platforms.Bryan Henderson1996-10-15
* Add PGUSER environment variable for client to specify Postgres username.Bryan Henderson1996-10-10
* Here's a minor fix that fixes a casting problem:Marc G. Fournier1996-08-19
* Fixes:Marc G. Fournier1996-08-19
* Updates to libpq to fix breakage in previous patch...Marc G. Fournier1996-08-10
* Fixes for:Marc G. Fournier1996-08-06
* Alot of "changes" from Dr. George's source tree...Marc G. Fournier1996-07-23