summaryrefslogtreecommitdiff
path: root/src/port/getaddrinfo.c
AgeCommit message (Expand)Author
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-02Fix assorted issues in client host name lookup.Tom Lane
2014-03-13C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-10-05Remove redundant code for getnameinfo() replacementPeter Eisentraut
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-12-10Enable compiling with the mingw-w64 32 bit compiler.Andrew Dunstan
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-01-31Enable building with the Mingw64 compiler.Andrew Dunstan
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-11-25Fix getaddrinfo() in pgport to use proper parameters, as detected byBruce Momjian
2010-11-24When reporting the server as not responding, if the hostname wasBruce 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-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-07-16Include libpq/pqcomm.h to ensure we have correct knowledge ofTom Lane
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-10-13Fix uppercase TRUE/FALSE that are WIN32 stuffl.Bruce Momjian
2005-08-25Fix bogus freeaddrinfo() call in WIN32 code, extend gai_strerror toTom Lane
2005-08-24Add code to use Windows getaddrinfo and friends if they exist. ThisTom Lane
2005-07-28Fix a whole bunch of #includes that were either wrong or redundant.Tom Lane
2005-01-01Some more missed copyright notices. Many of these look like theyTom Lane
2004-09-28Revert patch that removed BUFSIZ usage. The memory has to hold theBruce Momjian
2004-09-27Remove use of large BUFSIZ for buffers and use the proper struct sizes.Bruce Momjian
2004-09-27Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-04pgindent run.Bruce Momjian
2003-07-23Have a go at fixing various outstanding portability issues in code thatTom Lane
2003-06-23Remove references to sa_family_t, except when SOCKADDR_STORAGE requiresBruce Momjian
2003-06-14Handle threading in two more gethostbyname calls.Bruce Momjian
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-27Make getaddrinfo's behavior with NULL node parameter agree with theTom Lane
2003-04-02Whack getaddrinfo() patch around until it works, more or less, onTom Lane