| Commit message (Expand) | Author | Age | Files | Lines |
| * | Convert a few more datatype input functions to report errors softly. | Tom Lane | 2022-12-14 | 1 | -7/+7 |
| * | Remove configure probe for sockaddr_in6 and require AF_INET6. | Thomas Munro | 2022-08-26 | 1 | -10/+0 |
| * | Specialize tuplesort routines for different kinds of abbreviated keys | John Naylor | 2022-04-02 | 1 | -16/+1 |
| * | Move src/backend/utils/hash/hashfn.c to src/common | Robert Haas | 2020-02-27 | 1 | -1/+1 |
| * | Fix inconsistencies and typos in the tree, take 11 | Michael Paquier | 2019-08-19 | 1 | -1/+1 |
| * | Avoid conflicts with library versions of inet_net_ntop() and friends. | Tom Lane | 2019-08-18 | 1 | -12/+12 |
| * | Add sort support routine for the inet data type. | Peter Geoghegan | 2019-08-01 | 1 | -0/+399 |
| * | Phase 2 pgindent run for v12. | Tom Lane | 2019-05-22 | 1 | -7/+7 |
| * | Move hash_any prototype from access/hash.h to utils/hashutils.h | Alvaro Herrera | 2019-03-11 | 1 | -1/+2 |
| * | Allow extensions to generate lossy index conditions. | Tom Lane | 2019-02-11 | 1 | -0/+207 |
| * | Suppress -Wshift-negative-value warnings. | Tom Lane | 2018-06-17 | 1 | -1/+1 |
| * | Fix assorted issues in convert_to_scalar(). | Tom Lane | 2018-03-03 | 1 | -8/+5 |
| * | Distinguish selectivity of < from <= and > from >=. | Tom Lane | 2017-09-13 | 1 | -2/+2 |
| * | Introduce 64-bit hash functions with a 64-bit seed. | Robert Haas | 2017-08-31 | 1 | -0/+10 |
| * | Minor spelling correction in comment | Simon Riggs | 2017-03-23 | 1 | -1/+1 |
| * | Add support for EUI-64 MAC addresses as macaddr8 | Stephen Frost | 2017-03-15 | 1 | -0/+10 |
| * | Move code shared between libpq and backend from backend/libpq/ to common/. | Heikki Linnakangas | 2016-09-02 | 1 | -1/+1 |
| * | Refactor some network.c code to create cidr_set_masklen_internal(). | Tom Lane | 2016-08-23 | 1 | -80/+29 |
| * | Add geometry/range functions to support BRIN inclusion | Alvaro Herrera | 2015-05-05 | 1 | -0/+52 |
| * | Add min and max aggregates for inet/cidr data types. | Tom Lane | 2014-08-28 | 1 | -0/+27 |
| * | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 | 1 | -6/+6 |
| * | Add an in-core GiST index opclass for inet/cidr types. | Tom Lane | 2014-04-08 | 1 | -54/+63 |
| * | Fix header comment for bitncmp(). | Tom Lane | 2014-01-04 | 1 | -9/+9 |
| * | Revert the behavior of inet/cidr functions to not unpack the arguments. | Heikki Linnakangas | 2011-12-12 | 1 | -49/+49 |
| * | Make DatumGetInetP() unpack inet datums with a 1-byte header, and add | Heikki Linnakangas | 2011-11-08 | 1 | -1/+1 |
| * | Use clearer notation for getnameinfo() return handling | Peter Eisentraut | 2011-08-09 | 1 | -4/+4 |
| * | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 | 1 | -30/+30 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by | Heikki Linnakangas | 2009-10-08 | 1 | -2/+2 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -31/+37 |
| * | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 | 1 | -32/+5 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -5/+5 |
| * | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane | 2007-06-05 | 1 | -31/+6 |
| * | Temporary fix for the problem that pg_stat_activity, inet_client_addr(), | Tom Lane | 2007-05-17 | 1 | -1/+34 |
| * | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane | 2007-04-06 | 1 | -54/+50 |
| * | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 | 1 | -25/+25 |
| * | Adjust network errmsg("result is out of range") message to be consistent | Bruce Momjian | 2007-01-02 | 1 | -3/+3 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -48/+50 |
| * | Fix incorrect addition, subtraction, and overflow checking in new | Tom Lane | 2006-02-11 | 1 | -41/+66 |
| * | Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inet | Bruce Momjian | 2006-02-11 | 1 | -1/+207 |
| * | Source code cleanup. | Bruce Momjian | 2006-02-07 | 1 | -19/+19 |
| * | Suppress signed-vs-unsigned-char warning. | Tom Lane | 2006-01-26 | 1 | -2/+2 |
| * | Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag | Tom Lane | 2006-01-26 | 1 | -79/+196 |
| * | Prototype fix for typo. | Bruce Momjian | 2006-01-23 | 1 | -2/+2 |
| * | Use is_cidr in INET/CIDR structure, rather than the generic 'type'. | Bruce Momjian | 2006-01-23 | 1 | -24/+24 |
| * | Cosmetic code cleanup: fix a bunch of places that used "return (expr);" | Neil Conway | 2006-01-11 | 1 | -2/+2 |
| * | I have added these macros to c.h: | Bruce Momjian | 2005-12-25 | 1 | -6/+6 |
| * | Clean up libpq's pollution of application namespace by renaming the | Tom Lane | 2005-10-17 | 1 | -17/+17 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -15/+13 |
| * | Do proper testing of CIDR bits against network mask, e.g. don't allow: | Bruce Momjian | 2004-10-08 | 1 | -2/+2 |