summaryrefslogtreecommitdiff
path: root/src/include/getaddrinfo.h
AgeCommit message (Expand)Author
2013-01-01Update copyrights for 2013Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-21WSATYPE_NOT_FOUND was already defined for BCC so don't redefine itBruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-07-06WIN32 fixes:Bruce Momjian
2006-06-07Prepare code to be built by MSVC:Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-12-08Disble some Win32-specific code in win32-client-only builds:Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-08-25Fix bogus freeaddrinfo() call in WIN32 code, extend gai_strerror toTom Lane
2005-07-27Fix a few macro definitions to ensure that unary minus is enclosed inNeil Conway
2005-01-01Some more missed copyright notices. Many of these look like theyTom Lane
2004-09-27Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-08-14Workaround for platforms that have getaddrinfo() without AI_NUMERICHOST.Tom Lane
2003-08-08Another pgindent run with updated typedefs.Bruce Momjian
2003-08-07Don't use HAVE_STRUCT_ADDRINFO as a guide to whether netdb.h definesTom Lane
2003-08-04pgindent run.Bruce Momjian
2003-07-23Have a go at fixing various outstanding portability issues in code thatTom Lane
2003-06-12Attached is the complete diff against current CVS.Bruce Momjian
2003-06-12Back out patch that got bundled into another patch.Bruce Momjian
2003-06-12New patch with corrected README attached.Bruce Momjian
2003-06-12IPv6 cleanups.Bruce Momjian
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