summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/network.c
AgeCommit message (Expand)Author
2018-03-03Fix assorted issues in convert_to_scalar().Tom Lane
2015-05-05Add geometry/range functions to support BRIN inclusionAlvaro Herrera
2014-08-28Add min and max aggregates for inet/cidr data types.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-08Add an in-core GiST index opclass for inet/cidr types.Tom Lane
2014-01-04Fix header comment for bitncmp().Tom Lane
2011-12-12Revert the behavior of inet/cidr functions to not unpack the arguments.Heikki Linnakangas
2011-11-08Make DatumGetInetP() unpack inet datums with a 1-byte header, and addHeikki Linnakangas
2011-08-09Use clearer notation for getnameinfo() return handlingPeter Eisentraut
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-10-08Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible byHeikki Linnakangas
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-06-05Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane
2007-05-17Temporary fix for the problem that pg_stat_activity, inet_client_addr(),Tom Lane
2007-04-06Support varlena fields with single-byte headers and unaligned storage.Tom Lane
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2007-01-02Adjust network errmsg("result is out of range") message to be consistentBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-02-11Fix incorrect addition, subtraction, and overflow checking in newTom Lane
2006-02-11Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inetBruce Momjian
2006-02-07Source code cleanup.Bruce Momjian
2006-01-26Suppress signed-vs-unsigned-char warning.Tom Lane
2006-01-26Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flagTom Lane
2006-01-23Prototype fix for typo.Bruce Momjian
2006-01-23Use is_cidr in INET/CIDR structure, rather than the generic 'type'.Bruce Momjian
2006-01-11Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway
2005-12-25I have added these macros to c.h:Bruce Momjian
2005-10-17Clean up libpq's pollution of application namespace by renaming theTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2004-10-08Do proper testing of CIDR bits against network mask, e.g. don't allow:Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-06-13Give inet/cidr datatypes their own hash function that ignores the inet vsTom Lane
2004-06-13Code review for recently-added network functions. Get it to work whenTom Lane
2004-05-26*) inet_(client|server)_(addr|port)() and necessary documentation forBruce Momjian
2003-12-01netmask() and hostmask() functions should return maximum-length masklen,Tom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-29More message editing, some suggested by Alvaro HerreraPeter Eisentraut
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-08-04pgindent run.Bruce Momjian
2003-08-01inet_recv() wasn't IPv6-ready.Tom Lane
2003-07-27Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane
2003-06-24 Add ipv6 address parsing support to 'inet' and 'cidr' data types.Bruce Momjian
2003-05-13More binary I/O routines.Tom Lane
2003-03-21Fix compile warning.Tom Lane
2003-03-21Add hostmask() function:Bruce Momjian
2002-11-13Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian
2002-11-11Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian