summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
2003-05-15Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian
2003-05-12Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane
2003-05-09COPY BINARY uses the new binary I/O routines. Update a few more datatypesTom Lane
2003-05-09Binary send/receive routines for a few basic datatypes --- enough forTom Lane
2003-05-08Update 3.0 protocol support to match recent agreements about how toTom Lane
2003-04-25const-ify info_cb() to match recent openssl releases. Per Joe Conway.Tom Lane
2003-04-25Fix breakage induced by yours truly in Kerberos and PAM code.Tom Lane
2003-04-25Use closesocket() for all socket/pipe closing, because Win32 requiresBruce Momjian
2003-04-22getaddrinfo has no business doing unlink().Tom Lane
2003-04-22Another round of protocol changes. Backend-to-frontend messages now allTom Lane
2003-04-19Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane
2003-04-17First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane
2003-04-13Second try at avoiding conflicts with system isblank().Tom Lane
2003-04-12Guard against macro versions of isblank().Tom Lane
2003-04-10Fix error recovery for SSL_read/SSL_write calls.Tom Lane
2003-04-03Don't re-invent the strchr() wheel.Tom Lane
2003-04-03Fix load_user/load_group to not leave dangling pointers around if theTom Lane
2003-04-02Fix convSockAddr6to4(): eliminate bogus assumptions about byte ordering,Tom Lane
2003-04-02Whack getaddrinfo() patch around until it works, more or less, onTom Lane
2003-03-29Simplify the socket handling code by supplying a replacement getaddrinfo()Peter Eisentraut
2003-03-29[ Backpatch to 7.3.X.]Bruce Momjian
2003-03-29[ Backpatch to 7.3.X.]Bruce Momjian
2003-03-20Add start time to pg_stat_activityBruce Momjian
2003-03-15A typo in src/backend/libpq/hba.c breaks local ident authenticationBruce Momjian
2003-02-14Update FAQ's in head and 7.3.X.Bruce Momjian
2003-02-14Remove bogus manipulation of SIGPIPE; the backend already runs withTom Lane
2003-02-03#ifdef out stuff that shouldn't be compiled when not USE_SSL.Tom Lane
2003-02-03Move pg_service.conf.sample to /interfaces/libpq.Bruce Momjian
2003-01-25Where available, use utime() or utimes() to update the file mod timeTom Lane
2003-01-14Readd #include netinet/in.h for FreeBSD.Bruce Momjian
2003-01-09Fix IPv6 detection and IPv6 to 4 conversion to use only standardPeter Eisentraut
2003-01-08Remove 'const' from secure_write, to prevent compiler warning.Bruce Momjian
2003-01-08The second was that renegotiation was just plain broken. I can'tBruce Momjian
2003-01-08I was playing around with 7.3.1 and found some more SSL problems. TheBruce Momjian
2003-01-07Add connection service file.Bruce Momjian
2003-01-06Fix for systems that don't have INET_ADDRSTRLEN.Peter Eisentraut
2003-01-06Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian
2002-12-23Update SSL error message for improper permissions. Backpatch to 7.3.X.Bruce Momjian
2002-12-18From the SSL_CTX_new man page:PostgreSQL Daemon
2002-12-14The actual segfault was caused by a double pfree(), but ISTM thatBruce Momjian
2002-12-14Ok, I think I've gotten this figured out now. I saw this comment inBruce Momjian
2002-12-13Remove strerror output for openssl SYSCALL error check.Bruce Momjian
2002-12-12Check SSL_get_error() value SSL_ERROR_SYSCALL to see if SSL_read()Bruce Momjian
2002-12-11Fix line count error reporting in config files, like pg_hba.conf, perBruce Momjian
2002-12-06Back out V6 code, caused postmaster startup failure.Bruce Momjian
2002-12-06Add missing v6utils file.Bruce Momjian
2002-12-06Updated IPv6 patch to fix netmask.Bruce Momjian
2002-12-06We have just finished porting the old KAME IPv6 patch over toBruce Momjian
2002-12-05Clearify variables names so it is clear which variable is theBruce Momjian
2002-12-05Allow 'password' encryption even when pg_shadow has MD5 passwords, perBruce Momjian