index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
getaddrinfo.h
Age
Commit message (
Expand
)
Author
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-11-21
WSATYPE_NOT_FOUND was already defined for BCC so don't redefine it
Bruce Momjian
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-10-04
pgindent run for 8.2.
Bruce Momjian
2006-07-06
WIN32 fixes:
Bruce Momjian
2006-06-07
Prepare code to be built by MSVC:
Bruce Momjian
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2005-12-08
Disble some Win32-specific code in win32-client-only builds:
Bruce Momjian
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-08-25
Fix bogus freeaddrinfo() call in WIN32 code, extend gai_strerror to
Tom Lane
2005-07-27
Fix a few macro definitions to ensure that unary minus is enclosed in
Neil Conway
2005-01-01
Some more missed copyright notices. Many of these look like they
Tom Lane
2004-09-27
Add new macro as shorthand for MS VC and Borland C++:
Bruce Momjian
2003-11-29
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-08-14
Workaround for platforms that have getaddrinfo() without AI_NUMERICHOST.
Tom Lane
2003-08-08
Another pgindent run with updated typedefs.
Bruce Momjian
2003-08-07
Don't use HAVE_STRUCT_ADDRINFO as a guide to whether netdb.h defines
Tom Lane
2003-08-04
pgindent run.
Bruce Momjian
2003-07-23
Have a go at fixing various outstanding portability issues in code that
Tom Lane
2003-06-12
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-04-02
Whack getaddrinfo() patch around until it works, more or less, on
Tom Lane
2003-03-29
Simplify the socket handling code by supplying a replacement getaddrinfo()
Peter Eisentraut