| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
shifting left by full word width gives zero. Per bug report from
Tyson Thomson.
|
| |
|
|
|
|
|
|
| |
ps status as '[local]', not as 'localhost' as the code has been doing
recently. That's too easily confused with TCP loopback connections,
and there is no good reason to change the behavior anyway.
|
|
|
|
| |
system headers on Unixware.
|
|
|
|
| |
returned by getaddrinfo_all will have enough room for an IPv6 address.
|
|
|
|
| |
that have IPv4-embedded-in-IPv6 addresses. Per idea of Andreas Pflug.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
was modified for IPv6. Use a robust definition of struct sockaddr_storage,
do a proper configure test to see if ss_len exists, don't assume that
getnameinfo() will handle AF_UNIX sockets, don't trust getaddrinfo to
return the protocol we ask for, etc. This incorporates several outstanding
patches from Kurt Roeckx, but I'm to blame for anything that doesn't
work ...
|
|
|
|
|
|
| |
Compiles on BCC 5.5 and VC++ 6.0 (with warnings).
Karl Waclawek
|
| |
|
|
|
|
|
|
| |
Also quickly added mention that it may be a qualified schema name.
Rod Taylor
|
|
|
|
|
| |
Kurt Roeckx
Andrew Dunstan
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
---------------------------------------------------------------------------
here is a patch that allows CIDR netmasks in pg_hba.conf. It allows two
address/mask forms:
. address/maskbits, or
. address netmask (as now)
If the patch is accepted I will submit a documentation patch to cover
it.
This is submitted by agreement with Kurt Roeckx, who has worked on a
patch that covers this and other IPv6 issues.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
address/mask forms:
. address/maskbits, or
. address netmask (as now)
If the patch is accepted I will submit a documentation patch to cover
it.
This is submitted by agreement with Kurt Roeckx, who has worked on a
patch that covers this and other IPv6 issues.
Andrew Dunstan
|
|
|
|
|
| |
Kurt Roeckx. Add some documentation to try to prevent others from
repeating my mistake.
|
|
|
|
|
|
|
| |
protocol 3, then falls back to 2 if postmaster rejects the startup packet
with an old-format error message. A side benefit of the rewrite is that
SSL-encrypted connections can now be made without blocking. (I think,
anyway, but do not have a good way to test.)
|
| |
|
| |
|
|
|
|
| |
remove useless SockAddr_ntop() call. Per report from Andreas Pflug.
|
|
|
|
| |
machines without IPv6. Or at least it works on HPUX 10.20 ...
|
|
|
|
| |
function if the OS doesn't provide one.
|
|
|
|
| |
interfaces.
|
|
if the OS supports it. Code will still compile on non-IPv6-aware
machines (feature added by Bruce).
Nigel Kukard
|