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
Andrew Dunstan 33dd895ef3 Introduce float4in_internal 3 years ago
..
.gitignore Build all Flex files standalone 3 years ago
Makefile Build all Flex files standalone 3 years ago
acl.c Convert a few more datatype input functions to report errors softly. 3 years ago
amutils.c Fix incorrect uses of Datum conversion macros 3 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 Rename shadowed local variables 3 years ago
array_userfuncs.c Update copyright for 2022 4 years ago
arrayfuncs.c Convert a few datatype input functions to use "soft" error reporting. 3 years ago
arraysubs.c Update copyright for 2022 4 years ago
arrayutils.c Convert a few datatype input functions to use "soft" error reporting. 3 years ago
ascii.c Update copyright for 2022 4 years ago
bool.c Convert a few datatype input functions to use "soft" error reporting. 3 years ago
cash.c Convert a few more datatype input functions to report errors softly. 3 years ago
char.c Change type "char"'s I/O format for non-ASCII characters. 3 years ago
cryptohashfuncs.c Improve error handling of cryptohash computations 4 years ago
date.c Convert datetime input functions to use "soft" error reporting. 3 years ago
datetime.c Switch some system functions to use get_call_result_type() 3 years ago
datum.c Update copyright for 2022 4 years ago
dbsize.c Refactor aclcheck functions 3 years ago
domains.c Convert domain_in to report errors softly. 3 years ago
encode.c Convert a few more datatype input functions to report errors softly. 3 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 Introduce float4in_internal 3 years ago
format_type.c Revert SQL/JSON features 3 years ago
formatting.c Restructure soft-error handling in formatting.c. 3 years ago
genfile.c Rename SetSingleFuncCall() to InitMaterializedSRF() 3 years ago
geo_ops.c Convert the geometric input functions to report errors softly. 3 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 support for file inclusions in HBA and ident configuration files 3 years ago
inet_cidr_ntop.c
inet_net_pton.c
int.c Convert a few more datatype input functions to report errors softly. 3 years ago
int8.c Convert a few datatype input functions to use "soft" error reporting. 3 years ago
json.c Convert json_in and jsonb_in to report errors softly. 3 years ago
jsonb.c Convert json_in and jsonb_in to report errors softly. 3 years ago
jsonb_gin.c Fix jsonb subscripting to cope with toasted subscript values. 3 years ago
jsonb_op.c Fix jsonb subscripting to cope with toasted subscript values. 3 years ago
jsonb_util.c Harmonize more parameter names in bulk. 3 years ago
jsonbsubs.c Update copyright for 2022 4 years ago
jsonfuncs.c Fix jsonb subscripting to cope with toasted subscript values. 3 years ago
jsonpath.c Revert SQL/JSON features 3 years ago
jsonpath_exec.c Restructure soft-error handling in formatting.c. 3 years ago
jsonpath_gram.y Suppress variable-set-but-not-used warnings from clang 15. 3 years ago
jsonpath_internal.h Build all Flex files standalone 3 years ago
jsonpath_scan.l Harmonize more lexer function parameter names. 3 years ago
levenshtein.c Further -Wshadow=compatible-local warning fixes 3 years ago
like.c Harmonize more parameter names in bulk. 3 years ago
like_match.c Update copyright for 2022 4 years ago
like_support.c Defend against stack overrun in a few more places. 3 years ago
lockfuncs.c Replace many MemSet calls with struct initialization 4 years ago
mac.c Convert a few more datatype input functions to report errors softly. 3 years ago
mac8.c Convert a few more datatype input functions to report errors softly. 3 years ago
mcxtfuncs.c Remove AssertArg and AssertState 3 years ago
meson.build Add copyright notices to meson files 3 years ago
misc.c Switch some system functions to use get_call_result_type() 3 years ago
multirangetypes.c Convert range_in and multirange_in to report errors softly. 3 years ago
multirangetypes_selfuncs.c Convert range_in and multirange_in to report errors softly. 3 years ago
name.c Add construct_array_builtin, deconstruct_array_builtin 4 years ago
network.c Convert a few more datatype input functions to report errors softly. 3 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 Static assertions cleanup 3 years ago
numutils.c Non-decimal integer literals 3 years ago
oid.c Convert a few more datatype input functions to report errors softly. 3 years ago
oracle_compat.c Avoid ERRCODE_INTERNAL_ERROR in oracle_compat.c functions. 4 years ago
orderedsetaggs.c Allow nodeSort to perform Datum sorts for byref types 3 years ago
partitionfuncs.c Switch some system functions to use get_call_result_type() 3 years ago
pg_locale.c Split up guc.c for better build speed and ease of maintenance. 3 years ago
pg_lsn.c Convert a few more datatype input functions to report errors softly. 3 years ago
pg_upgrade_support.c Revert 56-bit relfilenode change and follow-up commits. 3 years ago
pgstatfuncs.c Expose some information about backend subxact status. 3 years ago
pseudotypes.c Use the macro, not handwritten code, to construct anymultirange_in(). 3 years ago
quote.c Update copyright for 2022 4 years ago
rangetypes.c Convert range_in and multirange_in to report errors softly. 3 years ago
rangetypes_gist.c Convert range_in and multirange_in to report errors softly. 3 years ago
rangetypes_selfuncs.c Convert range_in and multirange_in to report errors softly. 3 years ago
rangetypes_spgist.c Convert range_in and multirange_in to report errors softly. 3 years ago
rangetypes_typanalyze.c Convert range_in and multirange_in to report errors softly. 3 years ago
regexp.c Consistently use named parameters in regex code. 3 years ago
regproc.c Update copyright for 2022 4 years ago
ri_triggers.c Rework query relation permission checking 3 years ago
rowtypes.c Convert a few datatype input functions to use "soft" error reporting. 3 years ago
ruleutils.c Fix psql's \sf and \ef for new-style SQL functions. 3 years ago
selfuncs.c Re-pgindent a few files. 3 years ago
tid.c Convert a few more datatype input functions to report errors softly. 3 years ago
timestamp.c Convert datetime input functions to use "soft" error reporting. 3 years ago
trigfuncs.c Update copyright for 2022 4 years ago
tsginidx.c Static assertions cleanup 3 years ago
tsgistidx.c Standardize error reports in unimplemented I/O functions. 3 years ago
tsquery.c Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests. 3 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 Fix incorrect uses of Datum conversion macros 3 years ago
tsquery_rewrite.c Update copyright for 2022 4 years ago
tsquery_util.c Update copyright for 2022 4 years ago
tsrank.c Remove unnecessary uses of Abs() 3 years ago
tsvector.c Update copyright for 2022 4 years ago
tsvector_op.c Switch some system functions to use get_call_result_type() 3 years ago
tsvector_parser.c Update copyright for 2022 4 years ago
uuid.c Convert a few more datatype input functions to report errors softly. 3 years ago
varbit.c Convert a few more datatype input functions to report errors softly. 3 years ago
varchar.c Convert a few more datatype input functions to report errors softly. 3 years ago
varlena.c Convert a few more datatype input functions to report errors softly. 3 years ago
version.c Update copyright for 2022 4 years ago
windowfuncs.c Teach planner and executor about monotonic window funcs 4 years ago
xid.c Add min() and max() aggregates for xid8. 4 years ago
xid8funcs.c Static assertions cleanup 3 years ago
xml.c Clean up dubious error handling in wellformed_xml(). 3 years ago