aboutsummaryrefslogtreecommitdiff
path: root/src/include/libpq/ip.h
Commit message (Expand)AuthorAge
* Split definitions for md5.c out of crypt.h and into their own headerTom Lane2006-06-20
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-17
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-01
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* 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