index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
inet.h
Age
Commit message (
Expand
)
Author
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-03-15
Add support for EUI-64 MAC addresses as macaddr8
Stephen Frost
2017-03-12
Recommend wrappers of PG_DETOAST_DATUM_PACKED().
Noah Misch
2017-01-17
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-08-23
Create an SP-GiST opclass for inet/cidr.
Tom Lane
2016-08-23
Refactor some network.c code to create cidr_set_masklen_internal().
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-03-28
Add index-only scan support to inet GiST opclass.
Heikki Linnakangas
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-08
Add an in-core GiST index opclass for inet/cidr types.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-12
Revert the behavior of inet/cidr functions to not unpack the arguments.
Heikki Linnakangas
2011-11-08
Make DatumGetInetP() unpack inet datums with a 1-byte header, and add
Heikki Linnakangas
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-02-23
Change the declaration of struct varlena so that the length word is
Tom Lane
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-04-06
Support varlena fields with single-byte headers and unaligned storage.
Tom Lane
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-07-11
Allow each C include file to compile on its own by including any needed
Bruce Momjian
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-01-26
Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag
Tom Lane
2006-01-23
Use is_cidr in INET/CIDR structure, rather than the generic 'type'.
Bruce Momjian
2004-12-31
Tag appropriate files for rc3
PostgreSQL Daemon
2004-08-29
Update copyright to 2004.
Bruce Momjian
2004-06-13
Give inet/cidr datatypes their own hash function that ignores the inet vs
Tom Lane
2003-11-29
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-08-04
Update copyrights to 2003.
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-06-20
Update copyright to 2002.
Bruce Momjian
2001-11-05
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-03-22
pgindent run. Make it all clean.
Bruce Momjian
2001-01-24
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2000-08-03
Convert inet-related functions to new fmgr style. I have also taken it
Tom Lane
2000-07-06
Functions on 'text' type updated to new fmgr style. 'text' is
Tom Lane
2000-01-26
Add:
Bruce Momjian
1999-05-25
Another pgindent run. Sorry folks.
Bruce Momjian
1999-05-25
pgindent run over code.
Bruce Momjian
1999-02-13
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1998-10-21
New CIDR type and fixed INET type, from D'Arcy.
Bruce Momjian
1998-10-08
I agree. I think, though, that the best argument presented in the
Bruce Momjian