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
David Rowley ca6fde9225 Optimize JSON escaping using SIMD 1 year ago
..
.gitignore Build all Flex files standalone 3 years ago
Makefile Create waitfuncs.c for pg_isolation_test_session_is_blocked(). 1 year ago
acl.c Improve tracking of role dependencies of pg_init_privs entries. 2 years ago
amutils.c Update copyright for 2024 2 years ago
array_expanded.c Update copyright for 2024 2 years ago
array_selfuncs.c Remove unused #include's from backend .c files 2 years ago
array_typanalyze.c Remove unused #include's from backend .c files 2 years ago
array_userfuncs.c Make the order of the header file includes consistent 2 years ago
arrayfuncs.c Detect integer overflow in array_set_slice(). 1 year ago
arraysubs.c Remove unused #include's from backend .c files 2 years ago
arrayutils.c Update copyright for 2024 2 years ago
ascii.c Remove unused #include's from backend .c files 2 years ago
bool.c Update copyright for 2024 2 years ago
cash.c Replace static bufs with a StringInfo in cash_words() 1 year ago
char.c Remove unused #include's from backend .c files 2 years ago
cryptohashfuncs.c Update copyright for 2024 2 years ago
date.c Update copyright for 2024 2 years ago
datetime.c Fix input of ISO "extended" time format for types time and timetz. 2 years ago
datum.c Remove unused #include's from backend .c files 2 years ago
dbsize.c Fix incorrect return value for pg_size_pretty(bigint) 1 year ago
domains.c Adjust populate_record_field() to handle errors softly 2 years ago
encode.c Update copyright for 2024 2 years ago
enum.c Allow more cases to pass the unsafe-use-of-new-enum-value restriction. 2 years ago
expandeddatum.c Update copyright for 2024 2 years ago
expandedrecord.c Update copyright for 2024 2 years ago
float.c Fix -Wmissing-variable-declarations warnings for float.c special case 1 year ago
format_type.c Update copyright for 2024 2 years ago
formatting.c Add unicode_strtitle() for Unicode Default Case Conversion. 2 years ago
genfile.c Remove the adminpack contrib extension 2 years ago
geo_ops.c Update copyright for 2024 2 years ago
geo_selfuncs.c Remove unused #include's from backend .c files 2 years ago
geo_spgist.c Update copyright for 2024 2 years ago
hbafuncs.c Remove unused #include's from backend .c files 2 years ago
inet_cidr_ntop.c
inet_net_pton.c
int.c Update copyright for 2024 2 years ago
int8.c Remove unused #include's from backend .c files 2 years ago
json.c Optimize JSON escaping using SIMD 1 year ago
jsonb.c Optimize escaping of JSON strings 1 year ago
jsonb_gin.c Remove unused #include's from backend .c files 2 years ago
jsonb_op.c Remove unused #include's from backend .c files 2 years ago
jsonb_util.c Remove unused #include's from backend .c files 2 years ago
jsonbsubs.c Make the order of the header file includes consistent 2 years ago
jsonfuncs.c Optimize escaping of JSON strings 1 year ago
jsonpath.c Optimize escaping of JSON strings 1 year ago
jsonpath_exec.c Preserve tz when converting to jsonb timestamptz 1 year ago
jsonpath_gram.y Implement various jsonpath methods 2 years ago
jsonpath_internal.h Update copyright for 2024 2 years ago
jsonpath_scan.l Implement various jsonpath methods 2 years ago
levenshtein.c Update copyright for 2024 2 years ago
like.c Remove unused #include's from backend .c files 2 years ago
like_match.c Update copyright for 2024 2 years ago
like_support.c Remove unused #include's from backend .c files 2 years ago
lockfuncs.c Create waitfuncs.c for pg_isolation_test_session_is_blocked(). 1 year ago
mac.c Remove unused #include's from backend .c files 2 years ago
mac8.c Remove unused #include's from backend .c files 2 years ago
mcxtfuncs.c Add missing pointer dereference in pg_backend_memory_contexts view 1 year ago
meson.build Create waitfuncs.c for pg_isolation_test_session_is_blocked(). 1 year ago
misc.c Add pg_basetype() function to extract a domain's base type. 2 years ago
multirangetypes.c Fix typos and duplicate words 2 years ago
multirangetypes_selfuncs.c Make the order of the header file includes consistent 2 years ago
name.c Update copyright for 2024 2 years ago
network.c Work around spurious compiler warning in inet operators 3 years ago
network_gist.c Remove unused #include's from backend .c files 2 years ago
network_selfuncs.c Remove unused #include's from backend .c files 2 years ago
network_spgist.c Remove unused #include's from backend .c files 2 years ago
numeric.c Improve the numeric width_bucket() computation. 1 year ago
numutils.c Make the order of the header file includes consistent 2 years ago
oid.c Use new overflow-safe integer comparison functions. 2 years ago
oracle_compat.c Update copyright for 2024 2 years ago
orderedsetaggs.c Remove unused #include's from backend .c files 2 years ago
partitionfuncs.c Remove unused #include's from backend .c files 2 years ago
pg_locale.c Relax check for return value from second call of pg_strnxfrm(). 1 year ago
pg_lsn.c Remove unused #include's from backend .c files 2 years ago
pg_upgrade_support.c Update copyright for 2024 2 years ago
pgstatfuncs.c Introduce pluggable APIs for Cumulative Statistics 1 year ago
pseudorandomfuncs.c Add functions to generate random numbers in a specified range. 2 years ago
pseudotypes.c Remove unused #include's from backend .c files 2 years ago
quote.c Update copyright for 2024 2 years ago
rangetypes.c Add planner support functions for range operators <@ and @>. 2 years ago
rangetypes_gist.c Update copyright for 2024 2 years ago
rangetypes_selfuncs.c Remove unused #include's from backend .c files 2 years ago
rangetypes_spgist.c Remove unused #include's from backend .c files 2 years ago
rangetypes_typanalyze.c Make the order of the header file includes consistent 2 years ago
regexp.c Remove unused #include's from backend .c files 2 years ago
regproc.c Add to_regtypemod function to extract typemod from a string type name. 2 years ago
ri_triggers.c Revert temporal primary keys and foreign keys 2 years ago
rowtypes.c Add min and max aggregates for composite types (records). 1 year ago
ruleutils.c Fix another couple of outdated comments for MERGE RETURNING. 2 years ago
selfuncs.c Fix partitionwise join with partially-redundant join clauses 1 year ago
tid.c Assign error codes where missing for user-facing failures 1 year ago
timestamp.c Teach planner how to estimate rows for timestamp generate_series 1 year ago
trigfuncs.c Remove unused #include's from backend .c files 2 years ago
tsginidx.c Remove unused #include's from backend .c files 2 years ago
tsgistidx.c Remove unused #include's from backend .c files 2 years ago
tsquery.c Fix parsing of ignored operators in websearch_to_tsquery(). 2 years ago
tsquery_cleanup.c Update copyright for 2024 2 years ago
tsquery_gist.c Remove unused #include's from backend .c files 2 years ago
tsquery_op.c Remove unused #include's from backend .c files 2 years ago
tsquery_rewrite.c Update copyright for 2024 2 years ago
tsquery_util.c Update copyright for 2024 2 years ago
tsrank.c Refactor getWeights to write to caller-supplied buffer 1 year ago
tsvector.c Remove unused #include's from backend .c files 2 years ago
tsvector_op.c Remove unused #include's from backend .c files 2 years ago
tsvector_parser.c Update copyright for 2024 2 years ago
uuid.c Add some UUID support functions 2 years ago
varbit.c Remove unused #include's from backend .c files 2 years ago
varchar.c Relax check for return value from second call of pg_strnxfrm(). 1 year ago
varlena.c Revise GUC names quoting in messages again 2 years ago
version.c Update copyright for 2024 2 years ago
waitfuncs.c Add an injection_points isolation test suite. 1 year ago
windowfuncs.c Remove unused #include's from backend .c files 2 years ago
xid.c Use new overflow-safe integer comparison functions. 2 years ago
xid8funcs.c Remove unused #include's from backend .c files 2 years ago
xml.c Suppress "chunk is not well balanced" errors from libxml2. 1 year ago