]> granicus.if.org Git - postgresql/history - src/port/getaddrinfo.c
Update copyright for 2019
[postgresql] / src / port / getaddrinfo.c
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-08-15 Tom LaneClean up assorted misuses of snprintf()'s result value.
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-10-02 Andres FreundYet another pg_bswap typo in a windows only file.
2017-10-01 Andres FreundReplace most usages of ntoh[ls] and hton[sl] with pg_bs...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-02 Tom LaneFix assorted issues in client host name lookup.
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-10-05 Peter EisentrautRemove redundant code for getnameinfo() replacement
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-10 Andrew DunstanEnable compiling with the mingw-w64 32 bit compiler.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-01-31 Andrew DunstanEnable building with the Mingw64 compiler.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-25 Bruce MomjianFix getaddrinfo() in pgport to use proper parameters...
2010-11-24 Bruce MomjianWhen reporting the server as not responding, if the...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-16 Tom LaneInclude libpq/pqcomm.h to ensure we have correct knowle...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-08 Bruce MomjianDisble some Win32-specific code in win32-client-only...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-13 Bruce MomjianFix uppercase TRUE/FALSE that are WIN32 stuffl.
2005-08-25 Tom LaneFix bogus freeaddrinfo() call in WIN32 code, extend...
2005-08-24 Tom LaneAdd code to use Windows getaddrinfo and friends if...
2005-07-28 Tom LaneFix a whole bunch of #includes that were either wrong...
2005-01-01 Tom LaneSome more missed copyright notices. Many of these...
2004-09-28 Bruce MomjianRevert patch that removed BUFSIZ usage. The memory...
2004-09-27 Bruce MomjianRemove use of large BUFSIZ for buffers and use the...
2004-09-27 Bruce MomjianAdd new macro as shorthand for MS VC and Borland C++:
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce Momjianpgindent run.
2003-07-23 Tom LaneHave a go at fixing various outstanding portability...
2003-06-23 Bruce MomjianRemove references to sa_family_t, except when SOCKADDR_...
2003-06-14 Bruce MomjianHandle threading in two more gethostbyname calls.
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-04-27 Tom LaneMake getaddrinfo's behavior with NULL node parameter...
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...