Commits

DateSubjectAuthorReleases
2006-06-20 Split definitions for md5.c out of crypt.h and into their own header Tom Lane 8.2.0
2005-10-17 Clean up libpq's pollution of application namespace by renaming the Tom Lane 8.1.0
2004-11-08 Fix unportable code in SockAddr_cidr_mask: you can't assume that Tom Lane 7.4.7
2004-11-08 Fix unportable code in SockAddr_cidr_mask: you can't assume that Tom Lane 8.0.0
2004-04-24 Ensure getaddrinfo_all returns null result on failure. Tom Lane 7.4.3
2004-04-24 Ensure getaddrinfo_all returns null result on failure. Tom Lane 8.0.0
2003-09-12 Revert to our pre-7.4 behavior of identifying Unix-socket connections in Tom Lane 7.4.1
2003-09-08 Avoid using s_addr as a local variable name, to work around broken Tom Lane 7.4.1
2003-09-05 Second try at IPv4-to-v6 mapping code; avoid assuming that the struct Tom Lane 7.4.1
2003-09-05 Allow IPv4-format entries in pg_hba.conf to match IPv6 connections Tom Lane 7.4.1
2003-08-01 Fix inconsistent static-vs-not-static declarations. Tom Lane 7.4.1
2003-07-23 Have a go at fixing various outstanding portability issues in code that Tom Lane 7.4.1
2003-06-09 freeaddrinfo2() does need two parameters after all, per comment by Tom Lane 7.4.1
2003-06-08 libpq can now talk to either 3.0 or 2.0 protocol servers. It first tries Tom Lane 7.4.1
2003-04-22 getaddrinfo has no business doing unlink(). Tom Lane 7.4.1
2003-04-03 Don't re-invent the strchr() wheel. Tom Lane 7.4.1
2003-04-02 Fix convSockAddr6to4(): eliminate bogus assumptions about byte ordering, Tom Lane 7.4.1
2003-04-02 Whack getaddrinfo() patch around until it works, more or less, on Tom Lane 7.4.1