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
/
inet_net_ntop.c
Commit message (
Expand
)
Author
Age
*
Fix another passel of include-file breakage. Kris Jurka, Tom Lane
Tom Lane
2006-07-14
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Remove compiler warning by casting SNPRINTF() call to void.
Bruce Momjian
2006-04-24
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.
Tom Lane
2005-09-24
*
Sync inet formatting code with recent BIND releases. In particular,
Tom Lane
2005-02-01
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Remove rcsid CVS header variable --- not used.
Bruce Momjian
2003-11-10
*
pgindent run.
Bruce Momjian
2003-08-04
*
>> If a transaction marks a tuple for update and later commits without
Bruce Momjian
2003-06-25
*
Prevent compiler warning from sprintf in recent ipv6 patch.
Bruce Momjian
2003-06-24
*
Add ipv6 address parsing support to 'inet' and 'cidr' data types.
Bruce Momjian
2003-06-24
*
Remove sys/types.h in files that include postgres.h, and hence c.h,
Bruce Momjian
2002-09-02
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
Adjust INET/CIDR display conventions and reimplement some INET/CIDR
Tom Lane
2000-11-10
*
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
*
pgindent run over code.
Bruce Momjian
1999-05-25
*
FIx for 0.0.0.0/0 output as 00/0.
Bruce Momjian
1999-05-25
*
Fix for no platform NAN.
Bruce Momjian
1999-01-01
*
CIDR/INET fixes from D'Arcy.
Bruce Momjian
1998-10-22
*
Add prototype include to inet types.
Bruce Momjian
1998-10-04
*
Integrate new IP type from Tom Ivar Helbekkmo.
Bruce Momjian
1998-10-03