aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/network.c
Commit message (Expand)AuthorAge
* Work around spurious compiler warning in inet operatorsAndres Freund2023-03-16
* Convert a few more datatype input functions to report errors softly.Tom Lane2022-12-14
* Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro2022-08-26
* Specialize tuplesort routines for different kinds of abbreviated keysJohn Naylor2022-04-02
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-27
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Avoid conflicts with library versions of inet_net_ntop() and friends.Tom Lane2019-08-18
* Add sort support routine for the inet data type.Peter Geoghegan2019-08-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-11
* Allow extensions to generate lossy index conditions.Tom Lane2019-02-11
* Suppress -Wshift-negative-value warnings.Tom Lane2018-06-17
* Fix assorted issues in convert_to_scalar().Tom Lane2018-03-03
* Distinguish selectivity of < from <= and > from >=.Tom Lane2017-09-13
* Introduce 64-bit hash functions with a 64-bit seed.Robert Haas2017-08-31
* Minor spelling correction in commentSimon Riggs2017-03-23
* Add support for EUI-64 MAC addresses as macaddr8Stephen Frost2017-03-15
* Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas2016-09-02
* Refactor some network.c code to create cidr_set_masklen_internal().Tom Lane2016-08-23
* Add geometry/range functions to support BRIN inclusionAlvaro Herrera2015-05-05
* Add min and max aggregates for inet/cidr data types.Tom Lane2014-08-28
* pgindent run for 9.4Bruce Momjian2014-05-06
* Add an in-core GiST index opclass for inet/cidr types.Tom Lane2014-04-08
* Fix header comment for bitncmp().Tom Lane2014-01-04
* Revert the behavior of inet/cidr functions to not unpack the arguments.Heikki Linnakangas2011-12-12
* Make DatumGetInetP() unpack inet datums with a 1-byte header, and addHeikki Linnakangas2011-11-08
* Use clearer notation for getnameinfo() return handlingPeter Eisentraut2011-08-09
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible byHeikki Linnakangas2009-10-08
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-05
* Temporary fix for the problem that pg_stat_activity, inet_client_addr(),Tom Lane2007-05-17
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-06
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Adjust network errmsg("result is out of range") message to be consistentBruce Momjian2007-01-02
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Fix incorrect addition, subtraction, and overflow checking in newTom Lane2006-02-11
* Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inetBruce Momjian2006-02-11
* Source code cleanup.Bruce Momjian2006-02-07
* Suppress signed-vs-unsigned-char warning.Tom Lane2006-01-26
* Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flagTom Lane2006-01-26
* Prototype fix for typo.Bruce Momjian2006-01-23
* Use is_cidr in INET/CIDR structure, rather than the generic 'type'.Bruce Momjian2006-01-23
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-11
* I have added these macros to c.h:Bruce Momjian2005-12-25
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-17
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15