]> granicus.if.org Git - postgresql/history - src/port/getaddrinfo.c
Revise psql pattern-matching switches as per discussion. The rule is now
[postgresql] / src / port / getaddrinfo.c
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...