You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/backend/utils/adt
Dean Rasheed d699687b32 Extend int128.h to support more numeric code. 1 month ago
..
.gitignore Build all Flex files standalone 3 years ago
Makefile Move code for the bytea data type from varlena.c to new bytea.c 2 months ago
acl.c Fix inconsistent quoting of role names in ACLs. 2 months ago
amutils.c Update copyright for 2025 9 months ago
array_expanded.c Update copyright for 2025 9 months ago
array_selfuncs.c Update copyright for 2025 9 months ago
array_typanalyze.c Add is_analyze parameter to vacuum_delay_point(). 7 months ago
array_userfuncs.c Introduce a SQL-callable function array_sort(anyarray). 5 months ago
arrayfuncs.c Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input. 6 months ago
arraysubs.c Allow extension functions to participate in in-place updates. 7 months ago
arrayutils.c Update copyright for 2025 9 months ago
ascii.c Update copyright for 2025 9 months ago
bool.c Update copyright for 2025 9 months ago
bytea.c Speed up byteain by not parsing traditional-style input twice. 2 months ago
cash.c Fix an assortment of spelling mistakes and typos 8 months ago
char.c Update copyright for 2025 9 months ago
cryptohashfuncs.c Update copyright for 2025 9 months ago
date.c Break out xxx2yyy_opt_overflow APIs for more datetime conversions. 2 months ago
datetime.c Tighten parsing of datetime input. 4 months ago
datum.c Update copyright for 2025 9 months ago
dbsize.c Change relpath() et al to return path by value 7 months ago
domains.c Update copyright for 2025 9 months ago
encode.c Speed up hex_encode with bytewise lookup 8 months ago
enum.c Update copyright for 2025 9 months ago
expandeddatum.c Update copyright for 2025 9 months ago
expandedrecord.c Update copyright for 2025 9 months ago
float.c Allow width_bucket()'s "operand" input to be NaN. 2 months ago
format_type.c Update copyright for 2025 9 months ago
formatting.c Message style improvements 3 months ago
genfile.c Update copyright for 2025 9 months ago
geo_ops.c Update copyright for 2025 9 months ago
geo_selfuncs.c Update copyright for 2025 9 months ago
geo_spgist.c Update copyright for 2025 9 months ago
hbafuncs.c Add support for OAUTHBEARER SASL mechanism 7 months ago
inet_cidr_ntop.c
inet_net_pton.c Use pg_ascii_tolower()/pg_ascii_toupper() where appropriate. 2 months ago
int.c Update copyright for 2025 9 months ago
int8.c Update copyright for 2025 9 months ago
json.c Update copyright for 2025 9 months ago
jsonb.c Fix copy-paste error in datum_to_jsonb_internal() 6 months ago
jsonb_gin.c Fix varatt versus Datum type confusions 1 month ago
jsonb_op.c Fix varatt versus Datum type confusions 1 month ago
jsonb_util.c Clarify the ra != rb case in compareJsonbContainers(). 2 months ago
jsonbsubs.c Update copyright for 2025 9 months ago
jsonfuncs.c Fix varatt versus Datum type confusions 1 month ago
jsonpath.c Update copyright for 2025 9 months ago
jsonpath_exec.c Fix varatt versus Datum type confusions 1 month ago
jsonpath_gram.y Update copyright for 2025 9 months ago
jsonpath_internal.h Update copyright for 2025 9 months ago
jsonpath_scan.l flex code modernization: Replace YY_EXTRA_TYPE define with flex option 8 months ago
levenshtein.c Update copyright for 2025 9 months ago
like.c Control ctype behavior internally with a method table. 2 months ago
like_match.c Update copyright for 2025 9 months ago
like_support.c Control ctype behavior internally with a method table. 2 months ago
lockfuncs.c Update copyright for 2025 9 months ago
mac.c Update copyright for 2025 9 months ago
mac8.c Update copyright for 2025 9 months ago
mcxtfuncs.c Sync typedefs.list with the buildfarm. 3 months ago
meson.build Move code for the bytea data type from varlena.c to new bytea.c 2 months ago
misc.c Update copyright for 2025 9 months ago
multirangetypes.c Fix varatt versus Datum type confusions 1 month ago
multirangetypes_selfuncs.c Update copyright for 2025 9 months ago
name.c Update copyright for 2025 9 months ago
network.c Remove unused #include's in src/backend/utils/adt/* 3 months ago
network_gist.c Update copyright for 2025 9 months ago
network_selfuncs.c Update copyright for 2025 9 months ago
network_spgist.c Remove unused #include's in src/backend/utils/adt/* 3 months ago
numeric.c Extend int128.h to support more numeric code. 1 month ago
numutils.c Update copyright for 2025 9 months ago
oid.c Update copyright for 2025 9 months ago
oracle_compat.c Add SQL function CASEFOLD(). 8 months ago
orderedsetaggs.c Update copyright for 2025 9 months ago
partitionfuncs.c Update copyright for 2025 9 months ago
pg_locale.c Control ctype behavior internally with a method table. 2 months ago
pg_locale_builtin.c Remove provider field from pg_locale_t. 2 months ago
pg_locale_icu.c Remove provider field from pg_locale_t. 2 months ago
pg_locale_libc.c Change wchar2char() and char2wchar() to accept a locale_t. 2 months ago
pg_lsn.c Standardize LSN formatting by zero padding 2 months ago
pg_upgrade_support.c Preserve conflict-relevant data during logical replication. 2 months ago
pgstatfuncs.c Detect and report update_deleted conflicts. 1 month ago
pseudorandomfuncs.c Update copyright for 2025 9 months ago
pseudotypes.c Update copyright for 2025 9 months ago
quote.c Clarify comment for worst-case allocation in quote_literal_cstr() 5 months ago
rangetypes.c Fix varatt versus Datum type confusions 1 month ago
rangetypes_gist.c Update copyright for 2025 9 months ago
rangetypes_selfuncs.c Update copyright for 2025 9 months ago
rangetypes_spgist.c Update copyright for 2025 9 months ago
rangetypes_typanalyze.c Add is_analyze parameter to vacuum_delay_point(). 7 months ago
regexp.c Fix conversion of SIMILAR TO regexes for character classes 4 months ago
regproc.c Add new OID alias type regdatabase. 3 months ago
ri_triggers.c Remove unused #include's in src/backend/utils/adt/* 3 months ago
rowtypes.c Update copyright for 2025 9 months ago
ruleutils.c Fix deparsing FETCH FIRST <expr> ROWS WITH TIES 4 months ago
selfuncs.c Mostly-cosmetic adjustments to estimate_multivariate_bucketsize(). 2 months ago
skipsupport.c Add nbtree skip scan optimization. 5 months ago
tid.c Update comment 2 months ago
timestamp.c Fix incorrect Datum conversion in timestamptz_trunc_internal() 1 month ago
trigfuncs.c Update copyright for 2025 9 months ago
tsginidx.c Update copyright for 2025 9 months ago
tsgistidx.c Update copyright for 2025 9 months ago
tsquery.c Fix comment of tsquerysend() 4 months ago
tsquery_cleanup.c Update copyright for 2025 9 months ago
tsquery_gist.c Update copyright for 2025 9 months ago
tsquery_op.c Update copyright for 2025 9 months ago
tsquery_rewrite.c Update copyright for 2025 9 months ago
tsquery_util.c Update copyright for 2025 9 months ago
tsrank.c Fix grammatical typos around possessive "its" 8 months ago
tsvector.c Remove unnecessary type violation in tsvectorrecv(). 5 months ago
tsvector_op.c Fix varatt versus Datum type confusions 1 month ago
tsvector_parser.c Update copyright for 2025 9 months ago
uuid.c Add nbtree skip scan optimization. 5 months ago
varbit.c backend libpq void * argument for binary data 7 months ago
varchar.c Update copyright for 2025 9 months ago
varlena.c Move code for the bytea data type from varlena.c to new bytea.c 2 months ago
version.c Update copyright for 2025 9 months ago
waitfuncs.c Update copyright for 2025 9 months ago
windowfuncs.c Update copyright for 2025 9 months ago
xid.c Update copyright for 2025 9 months ago
xid8funcs.c Use PRI?64 instead of "ll?" in format strings (continued). 6 months ago
xml.c Remove unnecessary complication around xmlParseBalancedChunkMemory. 2 months ago