summaryrefslogtreecommitdiff
path: root/src/backend/libpq
Commit message (Expand)AuthorAgeFilesLines
* COPY BINARY uses the new binary I/O routines. Update a few more datatypesTom Lane2003-05-091-1/+142
* Binary send/receive routines for a few basic datatypes --- enough forTom Lane2003-05-091-5/+181
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-081-9/+14
* const-ify info_cb() to match recent openssl releases. Per Joe Conway.Tom Lane2003-04-251-3/+3
* Fix breakage induced by yours truly in Kerberos and PAM code.Tom Lane2003-04-251-6/+6
* Use closesocket() for all socket/pipe closing, because Win32 requiresBruce Momjian2003-04-252-6/+6
* getaddrinfo has no business doing unlink().Tom Lane2003-04-221-4/+1
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-223-27/+66
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-194-150/+262
* First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane2003-04-173-26/+34
* Second try at avoiding conflicts with system isblank().Tom Lane2003-04-131-16/+11
* Guard against macro versions of isblank().Tom Lane2003-04-121-2/+7
* Fix error recovery for SSL_read/SSL_write calls.Tom Lane2003-04-101-18/+24
* Don't re-invent the strchr() wheel.Tom Lane2003-04-031-11/+4
* Fix load_user/load_group to not leave dangling pointers around if theTom Lane2003-04-031-29/+35
* Fix convSockAddr6to4(): eliminate bogus assumptions about byte ordering,Tom Lane2003-04-021-11/+6
* Whack getaddrinfo() patch around until it works, more or less, onTom Lane2003-04-023-41/+50
* Simplify the socket handling code by supplying a replacement getaddrinfo()Peter Eisentraut2003-03-292-94/+16
* [ Backpatch to 7.3.X.]Bruce Momjian2003-03-291-1/+7
* [ Backpatch to 7.3.X.]Bruce Momjian2003-03-291-2/+2
* Add start time to pg_stat_activityBruce Momjian2003-03-201-2/+2
* A typo in src/backend/libpq/hba.c breaks local ident authenticationBruce Momjian2003-03-151-2/+2
* Update FAQ's in head and 7.3.X.Bruce Momjian2003-02-141-1/+6
* Remove bogus manipulation of SIGPIPE; the backend already runs withTom Lane2003-02-141-10/+1
* #ifdef out stuff that shouldn't be compiled when not USE_SSL.Tom Lane2003-02-031-1/+5
* Move pg_service.conf.sample to /interfaces/libpq.Bruce Momjian2003-02-031-16/+0
* Where available, use utime() or utimes() to update the file mod timeTom Lane2003-01-251-9/+50
* Readd #include netinet/in.h for FreeBSD.Bruce Momjian2003-01-141-1/+2
* Fix IPv6 detection and IPv6 to 4 conversion to use only standardPeter Eisentraut2003-01-091-2/+6
* Remove 'const' from secure_write, to prevent compiler warning.Bruce Momjian2003-01-081-3/+3
* The second was that renegotiation was just plain broken. I can'tBruce Momjian2003-01-081-8/+12
* I was playing around with 7.3.1 and found some more SSL problems. TheBruce Momjian2003-01-081-2/+2
* Add connection service file.Bruce Momjian2003-01-071-0/+16
* Fix for systems that don't have INET_ADDRSTRLEN.Peter Eisentraut2003-01-062-3/+3
* Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian2003-01-066-129/+595
* Update SSL error message for improper permissions. Backpatch to 7.3.X.Bruce Momjian2002-12-231-2/+4
* From the SSL_CTX_new man page:PostgreSQL Daemon2002-12-181-2/+2
* The actual segfault was caused by a double pfree(), but ISTM thatBruce Momjian2002-12-141-9/+6
* Ok, I think I've gotten this figured out now. I saw this comment inBruce Momjian2002-12-141-6/+6
* Remove strerror output for openssl SYSCALL error check.Bruce Momjian2002-12-131-5/+1
* Check SSL_get_error() value SSL_ERROR_SYSCALL to see if SSL_read()Bruce Momjian2002-12-121-3/+9
* Fix line count error reporting in config files, like pg_hba.conf, perBruce Momjian2002-12-111-2/+6
* Back out V6 code, caused postmaster startup failure.Bruce Momjian2002-12-066-521/+165
* Add missing v6utils file.Bruce Momjian2002-12-061-0/+300
* Updated IPv6 patch to fix netmask.Bruce Momjian2002-12-061-1/+1
* We have just finished porting the old KAME IPv6 patch over toBruce Momjian2002-12-065-165/+221
* Clearify variables names so it is clear which variable is theBruce Momjian2002-12-051-20/+20
* Allow 'password' encryption even when pg_shadow has MD5 passwords, perBruce Momjian2002-12-051-6/+22
* Deal with cases where getpeereid _and_ another creditial method isBruce Momjian2002-12-031-2/+4
* Add OpenBSD local indent credentials, from William Ahern.Bruce Momjian2002-12-031-2/+29