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
Peter Eisentraut 6fcda9aba8 Non-decimal integer literals 3 years ago
..
.gitignore Build all Flex files standalone 3 years ago
Makefile Build all Flex files standalone 3 years ago
acl.c Add grantable MAINTAIN privilege and pg_maintain role. 3 years ago
amutils.c Fix incorrect uses of Datum conversion macros 3 years ago
array_expanded.c
array_selfuncs.c
array_typanalyze.c Rename shadowed local variables 3 years ago
array_userfuncs.c
arrayfuncs.c Convert a few datatype input functions to use "soft" error reporting. 3 years ago
arraysubs.c
arrayutils.c Convert a few datatype input functions to use "soft" error reporting. 3 years ago
ascii.c
bool.c Convert a few datatype input functions to use "soft" error reporting. 3 years ago
cash.c
char.c Change type "char"'s I/O format for non-ASCII characters. 3 years ago
cryptohashfuncs.c
date.c Convert datetime input functions to use "soft" error reporting. 3 years ago
datetime.c Convert datetime input functions to use "soft" error reporting. 3 years ago
datum.c
dbsize.c Refactor aclcheck functions 3 years ago
domains.c Convert domain_in to report errors softly. 3 years ago
encode.c
enum.c
expandeddatum.c
expandedrecord.c
float.c Convert a few datatype input functions to use "soft" error reporting. 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 a few datatype input functions to use "soft" error reporting. 3 years ago
geo_selfuncs.c
geo_spgist.c
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 datatype input functions to use "soft" error reporting. 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
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
like_support.c Defend against stack overrun in a few more places. 3 years ago
lockfuncs.c Replace many MemSet calls with struct initialization 3 years ago
mac.c
mac8.c
mcxtfuncs.c Remove AssertArg and AssertState 3 years ago
meson.build meson: Add initial version of meson based build system 3 years ago
misc.c Add test scaffolding for soft error reporting from input functions. 3 years ago
multirangetypes.c Fix incorrect uses of Datum conversion macros 3 years ago
multirangetypes_selfuncs.c
name.c Add construct_array_builtin, deconstruct_array_builtin 4 years ago
network.c Remove configure probe for sockaddr_in6 and require AF_INET6. 3 years ago
network_gist.c
network_selfuncs.c
network_spgist.c
numeric.c Convert a few datatype input functions to use "soft" error reporting. 3 years ago
numutils.c Non-decimal integer literals 3 years ago
oid.c
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 Rename shadowed local variables 3 years ago
pg_locale.c Split up guc.c for better build speed and ease of maintenance. 3 years ago
pg_lsn.c Fix incorrect uses of Datum conversion macros 3 years ago
pg_upgrade_support.c Revert 56-bit relfilenode change and follow-up commits. 3 years ago
pgstatfuncs.c Fix macro definitions in pgstatfuncs.c 3 years ago
pseudotypes.c Use the macro, not handwritten code, to construct anymultirange_in(). 3 years ago
quote.c
rangetypes.c Harmonize more parameter names in bulk. 3 years ago
rangetypes_gist.c Remove unnecessary uses of Abs() 3 years ago
rangetypes_selfuncs.c
rangetypes_spgist.c Fix incorrect uses of Datum conversion macros 3 years ago
rangetypes_typanalyze.c Invent qsort_interruptible(). 3 years ago
regexp.c Consistently use named parameters in regex code. 3 years ago
regproc.c
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
timestamp.c Convert datetime input functions to use "soft" error reporting. 3 years ago
trigfuncs.c
tsginidx.c
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
tsquery_gist.c
tsquery_op.c Fix incorrect uses of Datum conversion macros 3 years ago
tsquery_rewrite.c
tsquery_util.c
tsrank.c Remove unnecessary uses of Abs() 3 years ago
tsvector.c
tsvector_op.c Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline. 3 years ago
tsvector_parser.c
uuid.c Pre-beta mechanical code beautification. 4 years ago
varbit.c
varchar.c Fix broken hash function hashbpcharextended(). 3 years ago
varlena.c Rename SetSingleFuncCall() to InitMaterializedSRF() 3 years ago
version.c
windowfuncs.c Teach planner and executor about monotonic window funcs 4 years ago
xid.c
xid8funcs.c Fix visibility check when XID is committed in CLOG but not in procarray. 4 years ago
xml.c Clean up some inconsistencies with GUC declarations 3 years ago