summaryrefslogtreecommitdiff
path: root/src/include/getaddrinfo.h
Commit message (Expand)AuthorAgeFilesLines
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-3/+3
* Remove symbol WIN32_ONLY_COMPILERMagnus Hagander2017-04-111-1/+1
* Remove support for bcc and msvc standalone libpq buildsMagnus Hagander2017-04-111-2/+0
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Fix assorted issues in client host name lookup.Tom Lane2014-04-021-0/+3
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* WSATYPE_NOT_FOUND was already defined for BCC so don't redefine itBruce Momjian2007-11-211-1/+3
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-3/+3
* WIN32 fixes:Bruce Momjian2006-07-061-1/+22
* Prepare code to be built by MSVC:Bruce Momjian2006-06-071-4/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Disble some Win32-specific code in win32-client-only builds:Bruce Momjian2005-12-081-1/+5
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-5/+5
* Fix bogus freeaddrinfo() call in WIN32 code, extend gai_strerror toTom Lane2005-08-251-2/+14
* Fix a few macro definitions to ensure that unary minus is enclosed inNeil Conway2005-07-271-10/+10
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-011-2/+2
* Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian2004-09-271-2/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Workaround for platforms that have getaddrinfo() without AI_NUMERICHOST.Tom Lane2003-08-141-2/+10
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-5/+2
* Don't use HAVE_STRUCT_ADDRINFO as a guide to whether netdb.h definesTom Lane2003-08-071-16/+34
* pgindent run.Bruce Momjian2003-08-041-18/+17
* Have a go at fixing various outstanding portability issues in code thatTom Lane2003-07-231-2/+1
* Attached is the complete diff against current CVS.Bruce Momjian2003-06-121-1/+3
* Back out patch that got bundled into another patch.Bruce Momjian2003-06-121-3/+1
* New patch with corrected README attached.Bruce Momjian2003-06-121-1/+3
* IPv6 cleanups.Bruce Momjian2003-06-121-5/+20
* Whack getaddrinfo() patch around until it works, more or less, onTom Lane2003-04-021-10/+53
* Simplify the socket handling code by supplying a replacement getaddrinfo()Peter Eisentraut2003-03-291-0/+43