aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/network.c
Commit message (Expand)AuthorAge
* Fix incorrect addition, subtraction, and overflow checking in newTom Lane2006-02-11
* Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inetBruce Momjian2006-02-11
* Source code cleanup.Bruce Momjian2006-02-07
* Suppress signed-vs-unsigned-char warning.Tom Lane2006-01-26
* Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flagTom Lane2006-01-26
* Prototype fix for typo.Bruce Momjian2006-01-23
* Use is_cidr in INET/CIDR structure, rather than the generic 'type'.Bruce Momjian2006-01-23
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-11
* I have added these macros to c.h:Bruce Momjian2005-12-25
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-17
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Do proper testing of CIDR bits against network mask, e.g. don't allow:Bruce Momjian2004-10-08
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Give inet/cidr datatypes their own hash function that ignores the inet vsTom Lane2004-06-13
* Code review for recently-added network functions. Get it to work whenTom Lane2004-06-13
* *) inet_(client|server)_(addr|port)() and necessary documentation forBruce Momjian2004-05-26
* netmask() and hostmask() functions should return maximum-length masklen,Tom Lane2003-12-01
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* pgindent run.Bruce Momjian2003-08-04
* inet_recv() wasn't IPv6-ready.Tom Lane2003-08-01
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-27
* Add ipv6 address parsing support to 'inet' and 'cidr' data types.Bruce Momjian2003-06-24
* More binary I/O routines.Tom Lane2003-05-13
* Fix compile warning.Tom Lane2003-03-21
* Add hostmask() function:Bruce Momjian2003-03-21
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-13
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-11
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-10
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Fix confusion over static-ness of a subroutine.Tom Lane2001-08-27
* Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilos...Tom Lane2001-06-17
* Attached is a patch adding following functions:Bruce Momjian2001-06-13
* Teach convert_to_scalar about datatypes timetz, inet, cidr, macaddr.Tom Lane2001-06-09
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change default output formatting for CIDR to be unabbreviated, perTom Lane2000-12-22
* Fix some portability bugs I'd introduced into inet/cidr code ---Tom Lane2000-11-25
* Adjust INET/CIDR display conventions and reimplement some INET/CIDRTom Lane2000-11-10
* Disallow bits beyond the mask length for CIDR values, per discussionTom Lane2000-10-27
* Convert inet-related functions to new fmgr style. I have also taken itTom Lane2000-08-03
* Functions on 'text' type updated to new fmgr style. 'text' isTom Lane2000-07-06
* TOASTJan Wieck2000-07-03
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Reversed out inet patch.Bruce Momjian2000-03-08
* Sorting for the inet data type randomly returns the wrong resultBruce Momjian2000-03-07
* Oops, commited a test version of this file by accident. Revert.Tom Lane2000-02-21
* Change parse-time representation of float literals (which include oversizeTom Lane2000-02-21
* Fix for netmask('x.x.x.x/0') is 255.255.255.255 instead of 0.0.0.0Bruce Momjian1999-09-23