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
Andres Freund 6a04d345fd Don't include utils/array.h from acl.h. 6 years ago
..
.gitignore Revert "Add gitignore entries for jsonpath_gram.h" 7 years ago
Makefile Minor jsonpath fixes. 7 years ago
acl.c Don't include utils/array.h from acl.h. 6 years ago
amutils.c Report progress of CREATE INDEX operations 7 years ago
array_expanded.c Phase 2 pgindent run for v12. 7 years ago
array_selfuncs.c Phase 2 pgindent run for v12. 7 years ago
array_typanalyze.c Phase 2 pgindent run for v12. 7 years ago
array_userfuncs.c Update copyright for 2019 7 years ago
arrayfuncs.c Fix inconsistencies and typos in the tree 6 years ago
arrayutils.c Update copyright for 2019 7 years ago
ascii.c Phase 2 pgindent run for v12. 7 years ago
bool.c Update copyright for 2019 7 years ago
cash.c Fix loss of fractional digits for large values in cash_numeric(). 6 years ago
char.c Update copyright for 2019 7 years ago
cryptohashes.c Update copyright for 2019 7 years ago
date.c Fix many typos and inconsistencies 7 years ago
datetime.c Fix some incorrect parsing of time with time zone strings 6 years ago
datum.c Fix optimization of foreign-key on update actions 7 years ago
dbsize.c Replace heapam.h includes with {table, relation}.h where applicable. 7 years ago
domains.c Update copyright for 2019 7 years ago
encode.c Update copyright for 2019 7 years ago
enum.c Replace uses of heap_open et al with the corresponding table_* function. 7 years ago
expandeddatum.c Update copyright for 2019 7 years ago
expandedrecord.c Phase 2 pgindent run for v12. 7 years ago
float.c Add safeguards in LSN, numeric and float calculation for custom errors 6 years ago
format_type.c Remove unused macro 7 years ago
formatting.c Fix inconsistencies and typos in the tree 7 years ago
genfile.c Fix inconsistencies and typos in the tree, take 9 6 years ago
geo_ops.c Add missing commutators for distance operators 7 years ago
geo_selfuncs.c Update copyright for 2019 7 years ago
geo_spgist.c Update copyright for 2019 7 years ago
inet_cidr_ntop.c Fix inconsistencies and typos in the tree 7 years ago
inet_net_pton.c Fix typos in various places 7 years ago
int.c Build out the planner support function infrastructure. 7 years ago
int8.c Build out the planner support function infrastructure. 7 years ago
json.c Phase 2 pgindent run for v12. 7 years ago
jsonb.c Phase 2 pgindent run for v12. 7 years ago
jsonb_gin.c Phase 2 pgindent run for v12. 7 years ago
jsonb_op.c Update copyright for 2019 7 years ago
jsonb_util.c Fix inconsistencies and typos in the tree 7 years ago
jsonfuncs.c Fix more typos and inconsistencies in the tree 7 years ago
jsonpath.c Support 'q' flag in jsonpath 'like_regex' predicate 7 years ago
jsonpath_exec.c Fix string comparison in jsonpath 6 years ago
jsonpath_gram.y Represent Lists as expansible arrays, not chains of cons-cells. 7 years ago
jsonpath_scan.l Fix typos. 7 years ago
levenshtein.c Update copyright for 2019 7 years ago
like.c Update stale comments, and fix comment typos. 7 years ago
like_match.c Fix inconsistencies and typos in the tree 6 years ago
like_support.c Fix planner's test for case-foldable characters in ILIKE with ICU. 6 years ago
lockfuncs.c Add an isolation test to exercise parallel-worker deadlock resolution. 6 years ago
mac.c Move hash_any prototype from access/hash.h to utils/hashutils.h 7 years ago
mac8.c Move hash_any prototype from access/hash.h to utils/hashutils.h 7 years ago
misc.c Replace uses of heap_open et al with the corresponding table_* function. 7 years ago
name.c Collations with nondeterministic comparison 7 years ago
network.c Add sort support routine for the inet data type. 6 years ago
network_gist.c Update copyright for 2019 7 years ago
network_selfuncs.c Phase 2 pgindent run for v12. 7 years ago
network_spgist.c Phase 2 pgindent run for v12. 7 years ago
numeric.c Add safeguards in LSN, numeric and float calculation for custom errors 6 years ago
numutils.c Initial pgindent run for v12. 7 years ago
oid.c Fix inconsistencies and typos in the tree 7 years ago
oracle_compat.c Fix many typos and inconsistencies 7 years ago
orderedsetaggs.c Collations with nondeterministic comparison 7 years ago
partitionfuncs.c Represent Lists as expansible arrays, not chains of cons-cells. 7 years ago
pg_locale.c Fix inconsistencies and typos in the tree, take 10 6 years ago
pg_lsn.c Add safeguards in LSN, numeric and float calculation for custom errors 6 years ago
pg_upgrade_support.c Update copyright for 2019 7 years ago
pgstatfuncs.c Return NULL for checksum failures if checksums are not enabled 7 years ago
pseudotypes.c tableam: introduce table AM infrastructure. 7 years ago
quote.c Update copyright for 2019 7 years ago
rangetypes.c Fix error in commit e6feef57. 7 years ago
rangetypes_gist.c Phase 2 pgindent run for v12. 7 years ago
rangetypes_selfuncs.c Phase 2 pgindent run for v12. 7 years ago
rangetypes_spgist.c Phase 2 pgindent run for v12. 7 years ago
rangetypes_typanalyze.c Fix inconsistencies and typos in the tree, take 10 6 years ago
regexp.c Phase 2 pgindent run for v12. 7 years ago
regproc.c Phase 2 pgindent run for v12. 7 years ago
ri_triggers.c Use appendBinaryStringInfo in more places where the length is known 7 years ago
rowtypes.c Fix optimization of foreign-key on update actions 7 years ago
ruleutils.c Rationalize use of list_concat + list_copy combinations. 6 years ago
selfuncs.c Rationalize use of list_concat + list_copy combinations. 6 years ago
tid.c tableam: Rename wrapper functions to match callback names. 7 years ago
timestamp.c Remove explicit error handling for obsolete date/time values 7 years ago
trigfuncs.c Update copyright for 2019 7 years ago
tsginidx.c Update copyright for 2019 7 years ago
tsgistidx.c Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT. 7 years ago
tsquery.c Update copyright for 2019 7 years ago
tsquery_cleanup.c Update copyright for 2019 7 years ago
tsquery_gist.c Update copyright for 2019 7 years ago
tsquery_op.c Fix misplaced const 7 years ago
tsquery_rewrite.c Update copyright for 2019 7 years ago
tsquery_util.c Update copyright for 2019 7 years ago
tsrank.c Fix inconsistencies in the code 7 years ago
tsvector.c Update copyright for 2019 7 years ago
tsvector_op.c Don't include utils/array.h from acl.h. 6 years ago
tsvector_parser.c Update copyright for 2019 7 years ago
txid.c Fix inconsistencies and typos in the tree, take 10 6 years ago
uuid.c Add gen_random_uuid function 7 years ago
varbit.c Phase 2 pgindent run for v12. 7 years ago
varchar.c Initial pgindent run for v12. 7 years ago
varlena.c Fix inconsistencies and typos in the tree, take 10 6 years ago
version.c Update copyright for 2019 7 years ago
windowfuncs.c Phase 2 pgindent run for v12. 7 years ago
xid.c Update copyright for 2019 7 years ago
xml.c Fix inconsistencies and typos in the tree, take 10 6 years ago