summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
Commit message (Expand)AuthorAgeFilesLines
* Document libpq service capability, and add sample file.Bruce Momjian2003-01-071-7/+4
* Enable IPv6 libpq 'hostaddr' addresses. Update docs.Bruce Momjian2003-01-061-4/+3
* Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian2003-01-062-77/+160
* Attached is a patch to provide makefiles, etc. to allow the compilationBruce Momjian2002-12-303-0/+244
* pgindent fe-connect.c --- done to make IPv6 patch easier to apply.Bruce Momjian2002-12-191-109/+118
* From the SSL_CTX_new man page:PostgreSQL Daemon2002-12-181-2/+2
* Increment libpq major number for 7.3.1 and minor for 7.4.Bruce Momjian2002-12-131-3/+3
* Check SSL_get_error() value SSL_ERROR_SYSCALL to see if SSL_read()Bruce Momjian2002-12-121-3/+5
* Bump version for 7.3 and 7.4.Bruce Momjian2002-12-111-2/+2
* Back out V6 code, caused postmaster startup failure.Bruce Momjian2002-12-062-94/+102
* We have just finished porting the old KAME IPv6 patch over toBruce Momjian2002-12-062-102/+94
* Stamp minor version numbers for 7.4 release.Bruce Momjian2002-12-042-6/+6
* Deal with cases where getpeereid _and_ another creditial method isBruce Momjian2002-12-031-2/+4
* I just discovered, that there is missing a const when passing a bufferBruce Momjian2002-11-102-8/+8
* Remove inappropriate inclusions of OpenSSL internal header e_os.h,Tom Lane2002-11-071-4/+2
* Fix inclusion order, per Andreas.Tom Lane2002-11-041-4/+3
* Code review for connection timeout patch. Avoid unportable assumptionTom Lane2002-10-242-30/+45
* Translation updatesPeter Eisentraut2002-10-211-95/+184
* Fix from Joe on timeout code.Bruce Momjian2002-10-161-2/+2
* Fix connection_timeout to use time() and handle timeout == 1.Bruce Momjian2002-10-163-35/+22
* Fix libpq startup code to work correctly in autocommit off mode.Tom Lane2002-10-151-64/+56
* Translation updatesPeter Eisentraut2002-10-143-498/+892
* Mention that resetting the timeout may be wrong on select retry.Bruce Momjian2002-10-141-2/+7
* Restore ptmp_timeout for cases where no timeout is passed.Bruce Momjian2002-10-141-2/+4
* libpq connection_timeout doesn't do subsecond timing, so make the codeBruce Momjian2002-10-143-14/+10
* Add tv_sec change for connection timeout suggested by author.Bruce Momjian2002-10-111-6/+4
* Prevent tv_sec from becoming negative in connection timeout code.Bruce Momjian2002-10-111-2/+5
* The attached patch fixes a number of issues related to compiling theBruce Momjian2002-10-037-41/+33
* Clean up SSL compiler warnings.Bruce Momjian2002-09-261-1/+7
* Allow SSL to work withouth client-side certificate infrastructure.Bruce Momjian2002-09-261-1/+11
* Translation updates, some messages tweaked.Peter Eisentraut2002-09-224-105/+201
* Translation updatesPeter Eisentraut2002-09-142-145/+146
* Fix printf() quote handling and improper exit(), per Tom.Bruce Momjian2002-09-061-6/+5
* Fix compile error.Bruce Momjian2002-09-051-2/+3
* Remove PGPASSWORDFILE and default to always trying $HOME/.pgpass.Bruce Momjian2002-09-051-19/+35
* Don't use gethostbyname2(). It's not portable and we don't claim toPeter Eisentraut2002-09-051-3/+3
* pgindent run.Bruce Momjian2002-09-048-505/+664
* Brand 7.3. Ready for beta!Bruce Momjian2002-09-041-4/+4
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-033-60/+10
* Translation updatesPeter Eisentraut2002-09-023-2/+831
* I checked all the previous string handling errors and most of them wereBruce Momjian2002-09-021-4/+4
* Fix off-by-one allocation error in PasswordFromFile(), per Gordon Runkle.Tom Lane2002-08-301-3/+2
* > > > > If you want to put in security restrictions that are actually useful,Bruce Momjian2002-08-291-1/+17
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-293-51/+3
* Remove support for version-0 FE/BE protocol, per pghackers discussion.Tom Lane2002-08-291-1/+6
* Updates from Dennis BjorklundPeter Eisentraut2002-08-281-133/+129
* The attached patch implements the password packet length sanity checkBruce Momjian2002-08-271-6/+7
* More connection timeout cleanups.Bruce Momjian2002-08-271-4/+4
* Cleanup of libpq connection timeout code.Bruce Momjian2002-08-271-47/+47
* The cstring datatype can now be copied, passed around, etc. The typlenTom Lane2002-08-241-8/+4