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
Michael Paquier a2c84990be Add system view pg_ident_file_mappings 4 years ago
..
.gitignore Revert "Add gitignore entries for jsonpath_gram.h" 7 years ago
Makefile Refactor code related to pg_hba_file_rules() into new file 4 years ago
acl.c Use has_privs_for_roles for predefined role checks 4 years ago
amutils.c Update copyright for 2022 4 years ago
array_expanded.c Update copyright for 2022 4 years ago
array_selfuncs.c Update copyright for 2022 4 years ago
array_typanalyze.c Update copyright for 2022 4 years ago
array_userfuncs.c Update copyright for 2022 4 years ago
arrayfuncs.c Update copyright for 2022 4 years ago
arraysubs.c Update copyright for 2022 4 years ago
arrayutils.c Update copyright for 2022 4 years ago
ascii.c Update copyright for 2022 4 years ago
bool.c Update copyright for 2022 4 years ago
cash.c Remove unused includes 4 years ago
char.c Update copyright for 2022 4 years ago
cryptohashfuncs.c Improve error handling of cryptohash computations 4 years ago
date.c Update copyright for 2022 4 years ago
datetime.c Create routine able to set single-call SRFs for Materialize mode 4 years ago
datum.c Update copyright for 2022 4 years ago
dbsize.c Use has_privs_for_roles for predefined role checks 4 years ago
domains.c Update copyright for 2022 4 years ago
encode.c Update copyright for 2022 4 years ago
enum.c Update copyright for 2022 4 years ago
expandeddatum.c Update copyright for 2022 4 years ago
expandedrecord.c Update copyright for 2022 4 years ago
float.c Update copyright for 2022 4 years ago
format_type.c Update copyright for 2022 4 years ago
formatting.c Support "of", "tzh", and "tzm" format codes. 4 years ago
genfile.c Use has_privs_for_roles for predefined role checks 4 years ago
geo_ops.c Update copyright for 2022 4 years ago
geo_selfuncs.c Update copyright for 2022 4 years ago
geo_spgist.c Update copyright for 2022 4 years ago
hbafuncs.c Add system view pg_ident_file_mappings 4 years ago
inet_cidr_ntop.c Avoid conflicts with library versions of inet_net_ntop() and friends. 6 years ago
inet_net_pton.c Avoid conflicts with library versions of inet_net_ntop() and friends. 6 years ago
int.c Remove pg_atoi() 4 years ago
int8.c Move scanint8() to numutils.c 4 years ago
json.c IS JSON predicate 4 years ago
jsonb.c SQL/JSON constructors 4 years ago
jsonb_gin.c Update copyright for 2022 4 years ago
jsonb_op.c Update copyright for 2022 4 years ago
jsonb_util.c SQL/JSON constructors 4 years ago
jsonbsubs.c Update copyright for 2022 4 years ago
jsonfuncs.c IS JSON predicate 4 years ago
jsonpath.c Make JSON path numeric literals more correct 4 years ago
jsonpath_exec.c Update copyright for 2022 4 years ago
jsonpath_gram.y Remove one use of pg_atoi() 4 years ago
jsonpath_scan.l Make JSON path numeric literals more correct 4 years ago
levenshtein.c Update copyright for 2022 4 years ago
like.c Call pg_newlocale_from_collation() also with default collation 4 years ago
like_match.c Update copyright for 2022 4 years ago
like_support.c Call pg_newlocale_from_collation() also with default collation 4 years ago
lockfuncs.c Reduce more the number of calls to GetMaxBackends() 4 years ago
mac.c Update copyright for 2022 4 years ago
mac8.c Update copyright for 2022 4 years ago
mcxtfuncs.c Create routine able to set single-call SRFs for Materialize mode 4 years ago
misc.c Fix pg_tablespace_location() with in-place tablespaces 4 years ago
multirangetypes.c Use bitwise rotate functions in more places 4 years ago
multirangetypes_selfuncs.c Update copyright for 2022 4 years ago
name.c Update copyright for 2022 4 years ago
network.c Move src/backend/utils/hash/hashfn.c to src/common 6 years ago
network_gist.c Update copyright for 2022 4 years ago
network_selfuncs.c Update copyright for 2022 4 years ago
network_spgist.c Update copyright for 2022 4 years ago
numeric.c Clean up assorted failures under clang's -fsanitize=undefined checks. 4 years ago
numutils.c Remove pg_atoi() 4 years ago
oid.c Rename value node fields 4 years ago
oracle_compat.c Update copyright for 2022 4 years ago
orderedsetaggs.c Update copyright for 2022 4 years ago
partitionfuncs.c Update copyright for 2022 4 years ago
pg_locale.c Fix global ICU collations for ICU < 54 4 years ago
pg_lsn.c Update copyright for 2022 4 years ago
pg_upgrade_support.c pg_upgrade: Preserve relfilenodes and tablespace OIDs. 4 years ago
pgstatfuncs.c Use has_privs_for_roles for predefined role checks 4 years ago
pseudotypes.c Update copyright for 2022 4 years ago
quote.c Update copyright for 2022 4 years ago
rangetypes.c Use bitwise rotate functions in more places 4 years ago
rangetypes_gist.c Update copyright for 2022 4 years ago
rangetypes_selfuncs.c Update copyright for 2022 4 years ago
rangetypes_spgist.c Update copyright for 2022 4 years ago
rangetypes_typanalyze.c Update copyright for 2022 4 years ago
regexp.c Update copyright for 2022 4 years ago
regproc.c Update copyright for 2022 4 years ago
ri_triggers.c Enforce foreign key correctly during cross-partition updates 4 years ago
rowtypes.c Update copyright for 2022 4 years ago
ruleutils.c IS JSON predicate 4 years ago
selfuncs.c Add stxdinherit flag to pg_statistic_ext_data 4 years ago
tid.c Tighten overflow checks in tidin(). 4 years ago
timestamp.c Handle integer overflow in interval justification functions. 4 years ago
trigfuncs.c Update copyright for 2022 4 years ago
tsginidx.c Update copyright for 2022 4 years ago
tsgistidx.c Update copyright for 2022 4 years ago
tsquery.c Update copyright for 2022 4 years ago
tsquery_cleanup.c Update copyright for 2022 4 years ago
tsquery_gist.c Update copyright for 2022 4 years ago
tsquery_op.c Update copyright for 2022 4 years ago
tsquery_rewrite.c Update copyright for 2022 4 years ago
tsquery_util.c Update copyright for 2022 4 years ago
tsrank.c Fix collection of typos in the code and the documentation 4 years ago
tsvector.c Update copyright for 2022 4 years ago
tsvector_op.c Ensure that length argument of memcmp() isn't seen as negative. 4 years ago
tsvector_parser.c Update copyright for 2022 4 years ago
uuid.c Update copyright for 2022 4 years ago
varbit.c Update copyright for 2022 4 years ago
varchar.c Call pg_newlocale_from_collation() also with default collation 4 years ago
varlena.c Create routine able to set single-call SRFs for Materialize mode 4 years ago
version.c Update copyright for 2022 4 years ago
windowfuncs.c Update copyright for 2022 4 years ago
xid.c Add min() and max() aggregates for xid8. 4 years ago
xid8funcs.c Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings. 4 years ago
xml.c Fix incorrect xmlschema output for types timetz and timestamptz. 4 years ago