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