| Commit message (Expand) | Author | Age | Files | Lines |
| * | Do proper testing of CIDR bits against network mask, e.g. don't allow: | Bruce Momjian | 2004-10-08 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -50/+54 |
| * | Give inet/cidr datatypes their own hash function that ignores the inet vs | Tom Lane | 2004-06-13 | 1 | -4/+25 |
| * | Code review for recently-added network functions. Get it to work when | Tom Lane | 2004-06-13 | 1 | -104/+145 |
| * | *) inet_(client|server)_(addr|port)() and necessary documentation for | Bruce Momjian | 2004-05-26 | 1 | -1/+108 |
| * | netmask() and hostmask() functions should return maximum-length masklen, | Tom Lane | 2003-12-01 | 1 | -17/+5 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut | 2003-09-29 | 1 | -6/+6 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -3/+3 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -117/+141 |
| * | inet_recv() wasn't IPv6-ready. | Tom Lane | 2003-08-01 | 1 | -13/+10 |
| * | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane | 2003-07-27 | 1 | -20/+47 |
| * | Add ipv6 address parsing support to 'inet' and 'cidr' data types. | Bruce Momjian | 2003-06-24 | 1 | -273/+335 |
| * | More binary I/O routines. | Tom Lane | 2003-05-13 | 1 | -1/+97 |
| * | Fix compile warning. | Tom Lane | 2003-03-21 | 1 | -3/+2 |
| * | Add hostmask() function: | Bruce Momjian | 2003-03-21 | 1 | -1/+41 |
| * | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian | 2002-11-13 | 1 | -9/+5 |
| * | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian | 2002-11-11 | 1 | -5/+9 |
| * | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian | 2002-11-10 | 1 | -9/+5 |
| * | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 | 1 | -2/+1 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -38/+37 |
| * | Fix confusion over static-ness of a subroutine. | Tom Lane | 2001-08-27 | 1 | -2/+2 |
| * | Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilos... | Tom Lane | 2001-06-17 | 1 | -1/+29 |
| * | Attached is a patch adding following functions: | Bruce Momjian | 2001-06-13 | 1 | -1/+47 |
| * | Teach convert_to_scalar about datatypes timetz, inet, cidr, macaddr. | Tom Lane | 2001-06-09 | 1 | -1/+51 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -21/+28 |
| * | Change default output formatting for CIDR to be unabbreviated, per | Tom Lane | 2000-12-22 | 1 | -12/+50 |
| * | Fix some portability bugs I'd introduced into inet/cidr code --- | Tom Lane | 2000-11-25 | 1 | -6/+36 |
| * | Adjust INET/CIDR display conventions and reimplement some INET/CIDR | Tom Lane | 2000-11-10 | 1 | -55/+87 |
| * | Disallow bits beyond the mask length for CIDR values, per discussion | Tom Lane | 2000-10-27 | 1 | -16/+50 |
| * | Convert inet-related functions to new fmgr style. I have also taken it | Tom Lane | 2000-08-03 | 1 | -144/+128 |
| * | Functions on 'text' type updated to new fmgr style. 'text' is | Tom Lane | 2000-07-06 | 1 | -63/+58 |
| * | TOAST | Jan Wieck | 2000-07-03 | 1 | -6/+6 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -3/+3 |
| * | Reversed out inet patch. | Bruce Momjian | 2000-03-08 | 1 | -14/+11 |
| * | Sorting for the inet data type randomly returns the wrong result | Bruce Momjian | 2000-03-07 | 1 | -11/+14 |
| * | Oops, commited a test version of this file by accident. Revert. | Tom Lane | 2000-02-21 | 1 | -45/+70 |
| * | Change parse-time representation of float literals (which include oversize | Tom Lane | 2000-02-21 | 1 | -70/+45 |
| * | Fix for netmask('x.x.x.x/0') is 255.255.255.255 instead of 0.0.0.0 | Bruce Momjian | 1999-09-23 | 1 | -2/+3 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -3/+1 |
| * | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 1 | -3/+3 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -2/+1 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -3/+1 |
| * | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 | 1 | -1/+2 |
| * | The INET and CIDR types mistakenly compared 198.68.123.0/24 and | Bruce Momjian | 1999-06-02 | 1 | -2/+10 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -10/+10 |
| * | Fix boolean assignment of return values to use "FALSE" rather than the | Thomas G. Lockhart | 1999-04-15 | 1 | -5/+5 |
| * | Cleanup of NULL in inet types. | Bruce Momjian | 1999-03-22 | 1 | -63/+65 |
| * | Thank you for the advice. I concluded that current inet code has a | Bruce Momjian | 1999-02-24 | 1 | -2/+7 |
| * | Fix for no platform NAN. | Bruce Momjian | 1999-01-01 | 1 | -3/+2 |