Age | Commit message (Expand) | Author |
2015-05-05 | Add geometry/range functions to support BRIN inclusion | Alvaro Herrera |
2014-08-28 | Add min and max aggregates for inet/cidr data types. | Tom Lane |
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-04 | Fix header comment for bitncmp(). | Tom Lane |
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-08-09 | Use clearer notation for getnameinfo() return handling | Peter Eisentraut |
2011-04-10 | pgindent run before PG 9.1 beta 1. | Bruce Momjian |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2009-10-08 | Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by | Heikki Linnakangas |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2008-03-25 | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane |
2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
2007-06-05 | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane |
2007-05-17 | Temporary fix for the problem that pg_stat_activity, inet_client_addr(), | Tom Lane |
2007-04-06 | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane |
2007-02-27 | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane |
2007-01-02 | Adjust network errmsg("result is out of range") message to be consistent | Bruce Momjian |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-02-11 | Fix incorrect addition, subtraction, and overflow checking in new | Tom Lane |
2006-02-11 | Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inet | Bruce Momjian |
2006-02-07 | Source code cleanup. | Bruce Momjian |
2006-01-26 | Suppress signed-vs-unsigned-char warning. | Tom Lane |
2006-01-26 | Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag | Tom Lane |
2006-01-23 | Prototype fix for typo. | Bruce Momjian |
2006-01-23 | Use is_cidr in INET/CIDR structure, rather than the generic 'type'. | Bruce Momjian |
2006-01-11 | Cosmetic code cleanup: fix a bunch of places that used "return (expr);" | Neil Conway |
2005-12-25 | I have added these macros to c.h: | Bruce Momjian |
2005-10-17 | Clean up libpq's pollution of application namespace by renaming the | Tom Lane |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2004-10-08 | Do proper testing of CIDR bits against network mask, e.g. don't allow: | Bruce Momjian |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-06-13 | Give inet/cidr datatypes their own hash function that ignores the inet vs | Tom Lane |
2004-06-13 | Code review for recently-added network functions. Get it to work when | Tom Lane |
2004-05-26 | *) inet_(client|server)_(addr|port)() and necessary documentation for | Bruce Momjian |
2003-12-01 | netmask() and hostmask() functions should return maximum-length masklen, | Tom Lane |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-09-29 | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut |
2003-09-25 | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut |
2003-08-04 | pgindent run. | Bruce Momjian |
2003-08-01 | inet_recv() wasn't IPv6-ready. | Tom Lane |
2003-07-27 | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane |
2003-06-24 | Add ipv6 address parsing support to 'inet' and 'cidr' data types. | Bruce Momjian |
2003-05-13 | More binary I/O routines. | Tom Lane |
2003-03-21 | Fix compile warning. | Tom Lane |
2003-03-21 | Add hostmask() function: | Bruce Momjian |
2002-11-13 | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian |
2002-11-11 | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian |
2002-11-10 | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian |