summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/network.c
AgeCommit message (Expand)Author
8 daysRemove unused #include's in src/backend/utils/adt/*Peter Eisentraut
2025-04-10Remove useless check for negative result of ip_addrsize().Tom Lane
2025-03-25Generalize index support in network support functionPeter Eisentraut
2024-08-14Remove TRACE_SORT macroPeter Eisentraut
2023-03-16Work around spurious compiler warning in inet operatorsAndres Freund
2022-12-14Convert a few more datatype input functions to report errors softly.Tom Lane
2022-08-25Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro
2022-04-02Specialize tuplesort routines for different kinds of abbreviated keysJohn Naylor
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-08-18Avoid conflicts with library versions of inet_net_ntop() and friends.Tom Lane
2019-08-01Add sort support routine for the inet data type.Peter Geoghegan
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-03-11Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera
2019-02-12Allow extensions to generate lossy index conditions.Tom Lane
2018-06-17Suppress -Wshift-negative-value warnings.Tom Lane
2018-03-04Fix assorted issues in convert_to_scalar().Tom Lane
2017-09-13Distinguish selectivity of < from <= and > from >=.Tom Lane
2017-09-01Introduce 64-bit hash functions with a 64-bit seed.Robert Haas
2017-03-23Minor spelling correction in commentSimon Riggs
2017-03-15Add support for EUI-64 MAC addresses as macaddr8Stephen Frost
2016-09-02Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas
2016-08-23Refactor some network.c code to create cidr_set_masklen_internal().Tom Lane
2015-05-05Add geometry/range functions to support BRIN inclusionAlvaro Herrera
2014-08-29Add min and max aggregates for inet/cidr data types.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-08Add an in-core GiST index opclass for inet/cidr types.Tom Lane
2014-01-04Fix header comment for bitncmp().Tom Lane
2011-12-12Revert the behavior of inet/cidr functions to not unpack the arguments.Heikki Linnakangas
2011-11-08Make DatumGetInetP() unpack inet datums with a 1-byte header, and addHeikki Linnakangas
2011-08-09Use clearer notation for getnameinfo() return handlingPeter Eisentraut
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-10-08Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible byHeikki Linnakangas
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-06-05Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane
2007-05-17Temporary fix for the problem that pg_stat_activity, inet_client_addr(),Tom Lane
2007-04-06Support varlena fields with single-byte headers and unaligned storage.Tom Lane
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2007-01-02Adjust network errmsg("result is out of range") message to be consistentBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-02-11Fix incorrect addition, subtraction, and overflow checking in newTom Lane
2006-02-11Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inetBruce Momjian
2006-02-07Source code cleanup.Bruce Momjian
2006-01-26Suppress signed-vs-unsigned-char warning.Tom Lane
2006-01-26Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flagTom Lane
2006-01-23Prototype fix for typo.Bruce Momjian
2006-01-23Use is_cidr in INET/CIDR structure, rather than the generic 'type'.Bruce Momjian