summaryrefslogtreecommitdiff
path: root/src/include/libpq/ip.h
AgeCommit message (Expand)Author
2016-09-02Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas
2016-01-02Update copyright for 2016Bruce Momjian
2015-02-17Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-10-01Support "samehost" and "samenet" specifications in pg_hba.conf,Tom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-06-20Split definitions for md5.c out of crypt.h and into their own headerTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-17Clean up libpq's pollution of application namespace by renaming theTom Lane
2005-01-01Some more missed copyright notices. Many of these look like theyTom Lane
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-09-05Second try at IPv4-to-v6 mapping code; avoid assuming that the structTom Lane
2003-09-05Allow IPv4-format entries in pg_hba.conf to match IPv6 connectionsTom Lane
2003-08-04pgindent run.Bruce Momjian
2003-07-23Have a go at fixing various outstanding portability issues in code thatTom Lane
2003-06-12IPv6 cleanups.Bruce Momjian
2003-06-12Back out this patch because it is patched inside a later patch.Bruce Momjian
2003-06-12Here is a patch that allows CIDR netmasks in pg_hba.conf. It allows twoBruce Momjian
2003-06-09freeaddrinfo2() does need two parameters after all, per comment byTom Lane
2003-06-08libpq can now talk to either 3.0 or 2.0 protocol servers. It first triesTom Lane
2003-04-02Whack getaddrinfo() patch around until it works, more or less, onTom Lane
2003-03-29Simplify the socket handling code by supplying a replacement getaddrinfo()Peter Eisentraut
2003-01-06Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian