summaryrefslogtreecommitdiff
path: root/src/include/utils/inet.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-271-7/+42
* Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut2022-09-121-42/+7
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-121-7/+42
* Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro2022-08-261-2/+2
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Add support for EUI-64 MAC addresses as macaddr8Stephen Frost2017-03-151-0/+22
* Recommend wrappers of PG_DETOAST_DATUM_PACKED().Noah Misch2017-03-121-2/+3
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-171-27/+0
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Create an SP-GiST opclass for inet/cidr.Tom Lane2016-08-231-0/+9
* Refactor some network.c code to create cidr_set_masklen_internal().Tom Lane2016-08-231-1/+4
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Add index-only scan support to inet GiST opclass.Heikki Linnakangas2015-03-281-0/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-2/+2
* Add an in-core GiST index opclass for inet/cidr types.Tom Lane2014-04-081-0/+55
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Revert the behavior of inet/cidr functions to not unpack the arguments.Heikki Linnakangas2011-12-121-1/+1
* Make DatumGetInetP() unpack inet datums with a 1-byte header, and addHeikki Linnakangas2011-11-081-1/+3
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Change the declaration of struct varlena so that the length word isTom Lane2008-02-231-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-3/+3
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-061-8/+14
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Allow each C include file to compile on its own by including any neededBruce Momjian2006-07-111-1/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flagTom Lane2006-01-261-2/+1
* Use is_cidr in INET/CIDR structure, rather than the generic 'type'.Bruce Momjian2006-01-231-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Give inet/cidr datatypes their own hash function that ignores the inet vsTom Lane2004-06-131-5/+5
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-2/+2
* Add ipv6 address parsing support to 'inet' and 'cidr' data types.Bruce Momjian2003-06-241-6/+12
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1