summaryrefslogtreecommitdiff
path: root/src/port/getaddrinfo.c
AgeCommit message (Expand)Author
2022-08-13Remove replacement code for getaddrinfo.Thomas Munro
2022-07-03Remove redundant null pointer checks before free()Peter Eisentraut
2022-01-11Clean up messy API for src/port/thread.c.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-10-21Fix -Wcast-function-type warnings on Windows/MinGWPeter Eisentraut
2020-02-20Cleanup more code related to ws2_32.dll loading in src/port/getaddrinfo.cMichael Paquier
2020-02-19Clean up some code, comments and docs referring to Windows 2000 and olderMichael Paquier
2020-01-01Update copyrights for 2020Bruce Momjian
2019-08-18Avoid conflicts with library versions of inet_net_ntop() and friends.Tom Lane
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-01-02Update copyright for 2019Bruce Momjian
2018-08-15Clean up assorted misuses of snprintf()'s result value.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-10-02Yet another pg_bswap typo in a windows only file.Andres Freund
2017-10-01Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund
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