index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
inet_net_pton.c
Age
Commit message (
Expand
)
Author
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2011-09-01
Add C comment about needed include.
Bruce Momjian
2011-09-01
Put back improperly removed #include.
Tom Lane
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2006-07-14
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
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-02-01
Sync inet formatting code with recent BIND releases. In particular,
Tom Lane
2004-10-07
Adjust comments previously moved to column 1 by pgident.
Bruce Momjian
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-10
Remove rcsid CVS header variable --- not used.
Bruce Momjian
2003-08-04
pgindent run.
Bruce Momjian
2003-06-24
Add ipv6 address parsing support to 'inet' and 'cidr' data types.
Bruce Momjian
2002-09-02
Remove sys/types.h in files that include postgres.h, and hence c.h,
Bruce Momjian
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2000-12-03
Ensure that all uses of <ctype.h> functions are applied to unsigned-char
Tom Lane
2000-06-14
Big warnings cleanup for Solaris/GCC. Down to about 40 now, but
Peter Eisentraut
1999-07-17
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-15
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-05-25
pgindent run over code.
Bruce Momjian
1999-02-03
Cleanup of source files where 'return' or 'var =' is alone on a line.
Bruce Momjian
1998-10-22
CIDR/INET fixes from D'Arcy.
Bruce Momjian
1998-10-17
Re-enable inet code.
Bruce Momjian
1998-10-12
Fix for inet from Tom H.
Bruce Momjian
1998-10-12
Fix for inet_net_pton() from Tom.
Bruce Momjian
1998-10-04
Add prototype include to inet types.
Bruce Momjian
1998-10-03
Integrate new IP type from Tom Ivar Helbekkmo.
Bruce Momjian