aboutsummaryrefslogtreecommitdiff
path: root/src/port/getaddrinfo.c
Commit message (Expand)AuthorAge
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix assorted issues in client host name lookup.Tom Lane2014-04-02
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-13
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Remove redundant code for getnameinfo() replacementPeter Eisentraut2012-10-04
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Enable compiling with the mingw-w64 32 bit compiler.Andrew Dunstan2011-12-10
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Enable building with the Mingw64 compiler.Andrew Dunstan2011-01-30
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Fix getaddrinfo() in pgport to use proper parameters, as detected byBruce Momjian2010-11-25
* When reporting the server as not responding, if the hostname wasBruce Momjian2010-11-24
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Include libpq/pqcomm.h to ensure we have correct knowledge ofTom Lane2006-07-16
* Prepare code to be built by MSVC:Bruce Momjian2006-06-07
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Disble some Win32-specific code in win32-client-only builds:Bruce Momjian2005-12-08
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix uppercase TRUE/FALSE that are WIN32 stuffl.Bruce Momjian2005-10-13
* Fix bogus freeaddrinfo() call in WIN32 code, extend gai_strerror toTom Lane2005-08-25
* Add code to use Windows getaddrinfo and friends if they exist. ThisTom Lane2005-08-24
* Fix a whole bunch of #includes that were either wrong or redundant.Tom Lane2005-07-28
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-01
* Revert patch that removed BUFSIZ usage. The memory has to hold theBruce Momjian2004-09-28
* Remove use of large BUFSIZ for buffers and use the proper struct sizes.Bruce Momjian2004-09-27
* Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian2004-09-27
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* pgindent run.Bruce Momjian2003-08-04
* Have a go at fixing various outstanding portability issues in code thatTom Lane2003-07-23
* Remove references to sa_family_t, except when SOCKADDR_STORAGE requiresBruce Momjian2003-06-23
* Handle threading in two more gethostbyname calls.Bruce Momjian2003-06-14
* Attached is the complete diff against current CVS.Bruce Momjian2003-06-12
* Back out patch that got bundled into another patch.Bruce Momjian2003-06-12
* New patch with corrected README attached.Bruce Momjian2003-06-12
* IPv6 cleanups.Bruce Momjian2003-06-12
* Make getaddrinfo's behavior with NULL node parameter agree with theTom Lane2003-04-27
* Whack getaddrinfo() patch around until it works, more or less, onTom Lane2003-04-02
* Simplify the socket handling code by supplying a replacement getaddrinfo()Peter Eisentraut2003-03-29