postgresql/src/include/utils
Andrew Dunstan 105639900b New json functions.
json_build_array() and json_build_object allow for the construction of
arbitrarily complex json trees. json_object() turns a one or two
dimensional array, or two separate arrays, into a json_object of
name/value pairs, similarly to the hstore() function.
json_object_agg() aggregates its two arguments into a single json object
as name value pairs.

Catalog version bumped.

Andrew Dunstan, reviewed by Marko Tiikkaja.
2014-01-28 17:48:21 -05:00
..
.gitignore
acl.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
array.h Add a cardinality function for arrays. 2014-01-21 12:38:53 -05:00
ascii.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
attoptcache.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
builtins.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
bytea.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
cash.h
catcache.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
combocid.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
date.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
datetime.h Make various variables const (read-only). 2014-01-18 16:04:32 -05:00
datum.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
dynahash.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
dynamic_loader.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
elog.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
evtcache.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
fmgrtab.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
formatting.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
geo_decls.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
guc_tables.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
guc.h Code review for auto-tuned effective_cache_size. 2014-01-27 00:05:56 -05:00
help_config.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
hsearch.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
inet.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
int8.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
inval.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
json.h New json functions. 2014-01-28 17:48:21 -05:00
jsonapi.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
logtape.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
lsyscache.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
memdebug.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
memutils.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
nabstime.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
numeric.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
palloc.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_crc_tables.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_crc.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_locale.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_lzcompress.h
pg_rusage.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
plancache.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
portal.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
ps_status.h
rangetypes.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
rbtree.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
rel.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
relcache.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
relfilenodemap.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
relmapper.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
reltrigger.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
resowner_private.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
resowner.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
selfuncs.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
snapmgr.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
snapshot.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
sortsupport.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
spccache.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
syscache.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
timeout.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
timestamp.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
tqual.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
tuplesort.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
tuplestore.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
typcache.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
tzparser.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
uuid.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
varbit.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
xml.h Update copyright for 2014 2014-01-07 16:05:30 -05:00