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