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