summaryrefslogtreecommitdiff
path: root/src/port/getaddrinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Yet another pg_bswap typo in a windows only file.Andres Freund2017-10-011-1/+1
* Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund2017-10-011-5/+6
* Phase 3 of pgindent updates.Tom Lane2017-06-211-1/+1
* Phase 2 of pgindent updates.Tom Lane2017-06-211-2/+2
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-13/+13
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+4
* Fix assorted issues in client host name lookup.Tom Lane2014-04-021-4/+8
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-131-3/+0
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Remove redundant code for getnameinfo() replacementPeter Eisentraut2012-10-041-5/+0
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Enable compiling with the mingw-w64 32 bit compiler.Andrew Dunstan2011-12-101-3/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-4/+4
* Enable building with the Mingw64 compiler.Andrew Dunstan2011-01-301-2/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Fix getaddrinfo() in pgport to use proper parameters, as detected byBruce Momjian2010-11-251-1/+1
* When reporting the server as not responding, if the hostname wasBruce Momjian2010-11-241-7/+5
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-2/+3
* Include libpq/pqcomm.h to ensure we have correct knowledge ofTom Lane2006-07-161-2/+3
* Prepare code to be built by MSVC:Bruce Momjian2006-06-071-13/+6
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Disble some Win32-specific code in win32-client-only builds:Bruce Momjian2005-12-081-4/+6
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-16/+16
* Fix uppercase TRUE/FALSE that are WIN32 stuffl.Bruce Momjian2005-10-131-3/+3
* Fix bogus freeaddrinfo() call in WIN32 code, extend gai_strerror toTom Lane2005-08-251-7/+35
* Add code to use Windows getaddrinfo and friends if they exist. ThisTom Lane2005-08-241-2/+133
* Fix a whole bunch of #includes that were either wrong or redundant.Tom Lane2005-07-281-2/+1
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-011-2/+2
* Revert patch that removed BUFSIZ usage. The memory has to hold theBruce Momjian2004-09-281-2/+2
* Remove use of large BUFSIZ for buffers and use the proper struct sizes.Bruce Momjian2004-09-271-2/+2
* Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian2004-09-271-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* pgindent run.Bruce Momjian2003-08-041-40/+26
* Have a go at fixing various outstanding portability issues in code thatTom Lane2003-07-231-34/+25
* Remove references to sa_family_t, except when SOCKADDR_STORAGE requiresBruce Momjian2003-06-231-8/+6
* Handle threading in two more gethostbyname calls.Bruce Momjian2003-06-141-2/+10
* Attached is the complete diff against current CVS.Bruce Momjian2003-06-121-1/+3
* Back out patch that got bundled into another patch.Bruce Momjian2003-06-121-3/+1
* New patch with corrected README attached.Bruce Momjian2003-06-121-1/+3
* IPv6 cleanups.Bruce Momjian2003-06-121-22/+127