postgresql/src/backend/utils/adt
Tom Lane ea4b8bd618 Code review for error reports in jsonb_set().
User-facing (even tested by regression tests) error conditions were thrown
with elog(), hence had wrong SQLSTATE and were untranslatable.  And the
error message texts weren't up to project style, either.
2016-03-23 11:00:39 -04:00
..
Makefile Remove some more dead Alpha-specific code. 2015-11-02 19:37:51 -05:00
acl.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
array_expanded.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
array_selfuncs.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
array_typanalyze.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
array_userfuncs.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
arrayfuncs.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
arrayutils.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
ascii.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
bool.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
cash.c Collection of typo fixes. 2015-05-20 16:56:22 +03:00
char.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
date.c Be more careful about out-of-range dates and timestamps. 2016-03-16 19:09:28 -04:00
datetime.c Fix j2day() to behave sanely for negative Julian dates. 2016-03-16 20:57:45 -04:00
datum.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
dbsize.c Further fixing to make pg_size_bytes() portable. 2016-02-20 15:49:26 +00:00
domains.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
encode.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
enum.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
expandeddatum.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
float.c Yet further adjust degree-based trig functions for more portability. 2016-01-24 12:53:03 -05:00
format_type.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
formatting.c Fix assorted breakage in to_char()'s OF format option. 2016-03-17 15:50:33 -04:00
genfile.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
geo_ops.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
geo_selfuncs.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
inet_cidr_ntop.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
inet_net_pton.c Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
int.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
int8.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
json.c Fix typos. 2016-03-15 18:06:11 -04:00
jsonb.c Fix two-argument jsonb_object when called with empty arrays 2016-02-21 10:30:49 -05:00
jsonb_gin.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
jsonb_op.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
jsonb_util.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
jsonfuncs.c Code review for error reports in jsonb_set(). 2016-03-23 11:00:39 -04:00
levenshtein.c Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN. 2016-01-22 11:53:06 -05:00
like.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
like_match.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
lockfuncs.c Provide much better wait information in pg_stat_activity. 2016-03-10 12:44:09 -05:00
mac.c Allow input format xxxx-xxxx-xxxx for macaddr type 2014-10-21 16:16:39 -04:00
misc.c Introduce parse_ident() 2016-03-18 18:16:14 +03:00
nabstime.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
name.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
network.c Add geometry/range functions to support BRIN inclusion 2015-05-05 15:22:24 -03:00
network_gist.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
network_selfuncs.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
numeric.c Add scale(numeric) 2016-01-05 19:02:13 -03:00
numutils.c Fix Windows portability issue in 23a27b039d. 2016-03-12 22:34:47 -05:00
oid.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
oracle_compat.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
orderedsetaggs.c Reuse abbreviated keys in ordered [set] aggregates. 2016-02-17 15:40:00 +05:30
pg_locale.c Avoid multiple free_struct_lconv() calls on same data. 2016-02-28 23:39:20 -05:00
pg_lsn.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
pg_upgrade_support.c Guard against null arguments in binary_upgrade_create_empty_extension(). 2016-01-03 16:26:38 -05:00
pgstatfuncs.c Provide much better wait information in pg_stat_activity. 2016-03-10 12:44:09 -05:00
pseudotypes.c Restructure index access method API to hide most of it at the C level. 2016-01-17 19:36:59 -05:00
quote.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
rangetypes.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
rangetypes_gist.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
rangetypes_selfuncs.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
rangetypes_spgist.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
rangetypes_typanalyze.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
regexp.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
regproc.c Make the to_reg*() functions accept text not cstring. 2016-01-05 13:02:43 -05:00
ri_triggers.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
rowtypes.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
ruleutils.c Fix deparsing of ON CONFLICT arbiter WHERE clauses. 2016-02-07 14:57:24 -05:00
selfuncs.c Give pull_var_clause() reject/recurse/return behavior for WindowFuncs too. 2016-03-10 16:23:52 -05:00
tid.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
timestamp.c Various minor corrections of and improvements to comments. 2016-03-18 09:38:59 -04:00
trigfuncs.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
tsginidx.c Create stub functions to support pg_upgrade of old contrib/tsearch2. 2016-03-02 17:37:54 -05:00
tsgistidx.c Create stub functions to support pg_upgrade of old contrib/tsearch2. 2016-03-02 17:37:54 -05:00
tsquery.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
tsquery_cleanup.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
tsquery_gist.c Create stub functions to support pg_upgrade of old contrib/tsearch2. 2016-03-02 17:37:54 -05:00
tsquery_op.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
tsquery_rewrite.c Widen query numbers-of-tuples-processed counters to uint64. 2016-03-12 16:05:29 -05:00
tsquery_util.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
tsrank.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
tsvector.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
tsvector_op.c Widen query numbers-of-tuples-processed counters to uint64. 2016-03-12 16:05:29 -05:00
tsvector_parser.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
txid.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
uuid.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
varbit.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
varchar.c Extend sortsupport for text to more opclasses. 2016-02-03 14:29:53 -05:00
varlena.c Improve error reporting in format() 2016-02-11 18:11:11 +03:00
version.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
windowfuncs.c Fix typos. 2016-03-15 18:06:11 -04:00
xid.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
xml.c Widen query numbers-of-tuples-processed counters to uint64. 2016-03-12 16:05:29 -05:00