Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-02Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas
2016-01-02Update copyright for 2016Bruce Momjian
2015-02-17Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-04-16check socket creation errors against PGINVALID_SOCKETBruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-10-05getnameinfo_unix has to be taught not to insist on NI_NUMERIC flags, too.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-11Remove many -Wcast-qual warningsPeter Eisentraut
2011-04-13On HP/UX, the structs used by ioctl(SIOCGLIFCONF) are named differentlyHeikki Linnakangas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-10Create typedef pgsocket for storing socket descriptors.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-10-01Support "samehost" and "samenet" specifications in pg_hba.conf,Tom Lane
2009-06-11Remove our inadequate kluge that tried to get AIX's various broken versionsTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-04-23Suppress some 'variable may be used uninitialized' warnings from gcc 4.4.Tom Lane
2009-01-23Tweak the existing special case for AIX in pg_getaddrinfo_all() to handleTom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-02-10StrNCpy -> strlcpy (not complete)Peter Eisentraut
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-19Try to fix the AIX getaddrinfo mess in a way that works on all versions.Tom Lane
2006-10-19Work around reported problem that AIX's getaddrinfo() doesn't seem to zeroTom Lane
2006-06-20Split definitions for md5.c out of crypt.h and into their own headerTom Lane
2006-06-07Prepare code to be built by MSVC:Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-17Clean up libpq's pollution of application namespace by renaming theTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-11-08Fix unportable code in SockAddr_cidr_mask: you can't assume thatTom Lane
2004-09-27Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-05-26*) inet_(client|server)_(addr|port)() and necessary documentation forBruce Momjian
2004-04-24Ensure getaddrinfo_all returns null result on failure.Tom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-12Revert to our pre-7.4 behavior of identifying Unix-socket connections inTom Lane
2003-09-08Avoid using s_addr as a local variable name, to work around brokenTom Lane
2003-09-05Second try at IPv4-to-v6 mapping code; avoid assuming that the structTom Lane
2003-09-05Allow IPv4-format entries in pg_hba.conf to match IPv6 connectionsTom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-08-01Fix inconsistent static-vs-not-static declarations.Tom Lane
2003-07-23Have a go at fixing various outstanding portability issues in code thatTom Lane
2003-06-12Attached is the complete diff against current CVS.Bruce Momjian