]> granicus.if.org Git - postgresql/history - src/backend/libpq/ip.c
pgindent run for release 9.3
[postgresql] / src / backend / libpq / ip.c
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-10-05 Tom Lanegetnameinfo_unix has to be taught not to insist on...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
2011-04-13 Heikki LinnakangasOn HP/UX, the structs used by ioctl(SIOCGLIFCONF) are...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-10 Magnus HaganderCreate typedef pgsocket for storing socket descriptors.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-10-01 Tom LaneSupport "samehost" and "samenet" specifications in...
2009-06-11 Tom LaneRemove our inadequate kluge that tried to get AIX's...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-23 Tom LaneSuppress some 'variable may be used uninitialized'...
2009-01-23 Tom LaneTweak the existing special case for AIX in pg_getaddrin...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-02-10 Peter EisentrautStrNCpy -> strlcpy (not complete)
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-19 Tom LaneTry to fix the AIX getaddrinfo mess in a way that works...
2006-10-19 Tom LaneWork around reported problem that AIX's getaddrinfo...
2006-06-20 Tom LaneSplit definitions for md5.c out of crypt.h and into...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-17 Tom LaneClean up libpq's pollution of application namespace...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-08 Tom LaneFix unportable code in SockAddr_cidr_mask: you can...
2004-09-27 Bruce MomjianAdd new macro as shorthand for MS VC and Borland C++:
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-26 Bruce Momjian*) inet_(client|server)_(addr|port)() and necessary...
2004-04-24 Tom LaneEnsure getaddrinfo_all returns null result on failure.
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-12 Tom LaneRevert to our pre-7.4 behavior of identifying Unix...
2003-09-08 Tom LaneAvoid using s_addr as a local variable name, to work...
2003-09-05 Tom LaneSecond try at IPv4-to-v6 mapping code; avoid assuming...
2003-09-05 Tom LaneAllow IPv4-format entries in pg_hba.conf to match IPv6...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneFix inconsistent static-vs-not-static declarations.
2003-07-23 Tom LaneHave a go at fixing various outstanding portability...
2003-06-12 Bruce MomjianAttached is the complete diff against current CVS.
2003-06-12 Bruce MomjianBack out patch that got bundled into another patch.
2003-06-12 Bruce MomjianNew patch with corrected README attached.
2003-06-12 Bruce MomjianIPv6 cleanups.
2003-06-12 Bruce MomjianBack out this patch because it is patched inside a...
2003-06-12 Bruce MomjianHere is a patch that allows CIDR netmasks in pg_hba...
2003-06-09 Tom Lanefreeaddrinfo2() does need two parameters after all...
2003-06-08 Tom Lanelibpq can now talk to either 3.0 or 2.0 protocol server...
2003-04-22 Tom Lanegetaddrinfo has no business doing unlink().
2003-04-03 Tom LaneDon't re-invent the strchr() wheel.
2003-04-02 Tom LaneFix convSockAddr6to4(): eliminate bogus assumptions...
2003-04-02 Tom LaneWhack getaddrinfo() patch around until it works, more...
2003-03-29 Peter EisentrautSimplify the socket handling code by supplying a replac...
2003-01-09 Peter EisentrautFix IPv6 detection and IPv6 to 4 conversion to use...
2003-01-06 Bruce MomjianEnable IPv6 connections to the server, and add pg_hba...