]> granicus.if.org Git - postgresql/history - src/backend/libpq/ip.c
When a GUC string variable is not set, print the empty string (in SHOW etc.),
[postgresql] / src / backend / libpq / ip.c
2006-06-20 Tom LaneSplit definitions for md5.c out of crypt.h and into...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-17 Tom LaneClean up libpq's pollution of application namespace...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-08 Tom LaneFix unportable code in SockAddr_cidr_mask: you can...
2004-09-27 Bruce MomjianAdd new macro as shorthand for MS VC and Borland C++:
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-26 Bruce Momjian*) inet_(client|server)_(addr|port)() and necessary...
2004-04-24 Tom LaneEnsure getaddrinfo_all returns null result on failure.
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-12 Tom LaneRevert to our pre-7.4 behavior of identifying Unix...
2003-09-08 Tom LaneAvoid using s_addr as a local variable name, to work...
2003-09-05 Tom LaneSecond try at IPv4-to-v6 mapping code; avoid assuming...
2003-09-05 Tom LaneAllow IPv4-format entries in pg_hba.conf to match IPv6...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneFix inconsistent static-vs-not-static declarations.
2003-07-23 Tom LaneHave a go at fixing various outstanding portability...
2003-06-12 Bruce MomjianAttached is the complete diff against current CVS.
2003-06-12 Bruce MomjianBack out patch that got bundled into another patch.
2003-06-12 Bruce MomjianNew patch with corrected README attached.
2003-06-12 Bruce MomjianIPv6 cleanups.
2003-06-12 Bruce MomjianBack out this patch because it is patched inside a...
2003-06-12 Bruce MomjianHere is a patch that allows CIDR netmasks in pg_hba...
2003-06-09 Tom Lanefreeaddrinfo2() does need two parameters after all...
2003-06-08 Tom Lanelibpq can now talk to either 3.0 or 2.0 protocol server...
2003-04-22 Tom Lanegetaddrinfo has no business doing unlink().
2003-04-03 Tom LaneDon't re-invent the strchr() wheel.
2003-04-02 Tom LaneFix convSockAddr6to4(): eliminate bogus assumptions...
2003-04-02 Tom LaneWhack getaddrinfo() patch around until it works, more...
2003-03-29 Peter EisentrautSimplify the socket handling code by supplying a replac...
2003-01-09 Peter EisentrautFix IPv6 detection and IPv6 to 4 conversion to use...
2003-01-06 Bruce MomjianEnable IPv6 connections to the server, and add pg_hba...