summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/network.c
AgeCommit message (Expand)Author
2007-05-17Temporary fix for the problem that pg_stat_activity, inet_client_addr(),Tom Lane
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
2002-11-10Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian
2002-09-02Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-08-27Fix confusion over static-ness of a subroutine.Tom Lane
2001-06-17Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilos...Tom Lane
2001-06-13Attached is a patch adding following functions:Bruce Momjian
2001-06-09Teach convert_to_scalar about datatypes timetz, inet, cidr, macaddr.Tom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2000-12-22Change default output formatting for CIDR to be unabbreviated, perTom Lane
2000-11-25Fix some portability bugs I'd introduced into inet/cidr code ---Tom Lane
2000-11-10Adjust INET/CIDR display conventions and reimplement some INET/CIDRTom Lane
2000-10-27Disallow bits beyond the mask length for CIDR values, per discussionTom Lane
2000-08-03Convert inet-related functions to new fmgr style. I have also taken itTom Lane
2000-07-06Functions on 'text' type updated to new fmgr style. 'text' isTom Lane
2000-07-03TOASTJan Wieck
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-03-08Reversed out inet patch.Bruce Momjian
2000-03-07Sorting for the inet data type randomly returns the wrong resultBruce Momjian
2000-02-21Oops, commited a test version of this file by accident. Revert.Tom Lane