index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
network.c
Commit message (
Expand
)
Author
Age
*
Change default output formatting for CIDR to be unabbreviated, per
Tom Lane
2000-12-22
*
Fix some portability bugs I'd introduced into inet/cidr code ---
Tom Lane
2000-11-25
*
Adjust INET/CIDR display conventions and reimplement some INET/CIDR
Tom Lane
2000-11-10
*
Disallow bits beyond the mask length for CIDR values, per discussion
Tom Lane
2000-10-27
*
Convert inet-related functions to new fmgr style. I have also taken it
Tom Lane
2000-08-03
*
Functions on 'text' type updated to new fmgr style. 'text' is
Tom Lane
2000-07-06
*
TOAST
Jan Wieck
2000-07-03
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Reversed out inet patch.
Bruce Momjian
2000-03-08
*
Sorting for the inet data type randomly returns the wrong result
Bruce Momjian
2000-03-07
*
Oops, commited a test version of this file by accident. Revert.
Tom Lane
2000-02-21
*
Change parse-time representation of float literals (which include oversize
Tom Lane
2000-02-21
*
Fix for netmask('x.x.x.x/0') is 255.255.255.255 instead of 0.0.0.0
Bruce Momjian
1999-09-23
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
*
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-07-15
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
*
Cleanup of /include #include's, for 6.6 only.
Bruce Momjian
1999-07-14
*
The INET and CIDR types mistakenly compared 198.68.123.0/24 and
Bruce Momjian
1999-06-02
*
pgindent run over code.
Bruce Momjian
1999-05-25
*
Fix boolean assignment of return values to use "FALSE" rather than the
Thomas G. Lockhart
1999-04-15
*
Cleanup of NULL in inet types.
Bruce Momjian
1999-03-22
*
Thank you for the advice. I concluded that current inet code has a
Bruce Momjian
1999-02-24
*
Fix for no platform NAN.
Bruce Momjian
1999-01-01
*
Re-fix test for negative-integer return code that should be
Tom Lane
1998-10-29
*
D'Arcy INET fix.
Bruce Momjian
1998-10-29
*
Fix some actual bugs exposed by compiler warnings.
Tom Lane
1998-10-26
*
INET/CIDR cleanup from D'Arcy.
Bruce Momjian
1998-10-22