aboutsummaryrefslogtreecommitdiff
path: root/src/include/libpq/ip.h
Commit message (Expand)AuthorAge
* Second try at IPv4-to-v6 mapping code; avoid assuming that the structTom Lane2003-09-05
* Allow IPv4-format entries in pg_hba.conf to match IPv6 connectionsTom Lane2003-09-05
* pgindent run.Bruce Momjian2003-08-04
* Have a go at fixing various outstanding portability issues in code thatTom Lane2003-07-23
* IPv6 cleanups.Bruce Momjian2003-06-12
* Back out this patch because it is patched inside a later patch.Bruce Momjian2003-06-12
* Here is a patch that allows CIDR netmasks in pg_hba.conf. It allows twoBruce Momjian2003-06-12
* freeaddrinfo2() does need two parameters after all, per comment byTom Lane2003-06-09
* libpq can now talk to either 3.0 or 2.0 protocol servers. It first triesTom Lane2003-06-08
* Whack getaddrinfo() patch around until it works, more or less, onTom Lane2003-04-02
* Simplify the socket handling code by supplying a replacement getaddrinfo()Peter Eisentraut2003-03-29
* Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian2003-01-06