postgresql/src/include/utils
Alvaro Herrera a676201490 Add pg_identify_object_as_address
This function returns object type and objname/objargs arrays, which can
be passed to pg_get_object_address.  This is especially useful because
the textual representation can be copied to a remote server in order to
obtain the corresponding OID-based address.  In essence, this function
is the inverse of recently added pg_get_object_address().

Catalog version bumped due to the addition of the new function.

Also add docs to pg_get_object_address.
2014-12-30 15:41:50 -03:00
..
.gitignore
acl.h Revert "Use a bitmask to represent role attributes" 2014-12-23 15:35:49 -03:00
array.h Support arrays as input to array_agg() and ARRAY(SELECT ...). 2014-11-25 12:21:28 -05:00
ascii.h
attoptcache.h
builtins.h Add pg_identify_object_as_address 2014-12-30 15:41:50 -03:00
bytea.h
cash.h
catcache.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
combocid.h
date.h
datetime.h C comment: mention 1500-02-29 as an invalid date 2014-11-09 20:50:15 -05:00
datum.h
dynahash.h
dynamic_loader.h
elog.h Add capability to suppress CONTEXT: messages to elog machinery. 2014-12-25 17:24:30 +01:00
evtcache.h Event Trigger for table_rewrite 2014-12-08 00:55:28 +09:00
fmgrtab.h
formatting.h
geo_decls.h Add point <-> polygon distance operator. 2014-12-15 17:06:21 +02:00
guc_tables.h
guc.h Move PG_AUTOCONF_FILENAME definition 2014-12-03 19:54:01 -05:00
help_config.h
hsearch.h Improve hash_create's API for selecting simple-binary-key hash functions. 2014-12-18 13:36:36 -05:00
inet.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
int8.h
inval.h Avoid setup work for invalidation messages at start-of-(sub)xact. 2014-10-29 12:35:19 -04:00
json.h Add json_strip_nulls and jsonb_strip_nulls functions. 2014-12-12 09:00:43 -05:00
jsonapi.h Fix hstore_to_json_loose's detection of valid JSON number values. 2014-12-01 11:28:45 -05:00
jsonb.h Add several generator functions for jsonb that exist for json. 2014-12-12 15:31:14 -05:00
lockwaitpolicy.h Implement SKIP LOCKED for row-level locks 2014-10-07 17:23:34 -03:00
logtape.h
lsyscache.h Support arrays as input to array_agg() and ARRAY(SELECT ...). 2014-11-25 12:21:28 -05:00
memdebug.h
memutils.h Fix and enhance the assertion of no palloc's in a critical section. 2014-06-30 10:26:00 +03:00
nabstime.h
numeric.h
palloc.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
pg_crc_tables.h Switch to CRC-32C in WAL and other places. 2014-11-04 11:39:48 +02:00
pg_crc.h Switch to CRC-32C in WAL and other places. 2014-11-04 11:39:48 +02:00
pg_locale.h
pg_lsn.h Add btree and hash opclasses for pg_lsn. 2014-06-04 20:45:56 -04:00
pg_lzcompress.h Temporarily revert "Move pg_lzcompress.c to src/common." 2014-12-25 13:22:55 -05:00
pg_rusage.h
plancache.h Rename pg_rowsecurity -> pg_policy and other fixes 2014-11-27 01:15:57 -05:00
portal.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
ps_status.h
rangetypes.h
rel.h Rename pg_rowsecurity -> pg_policy and other fixes 2014-11-27 01:15:57 -05:00
relcache.h Fix relpersistence setting in reindex_index 2014-11-17 11:23:35 -03:00
relfilenodemap.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
relmapper.h Revamp the WAL record format. 2014-11-20 18:46:41 +02:00
reltrigger.h
resowner_private.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
resowner.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
ruleutils.h Split builtins.h to a new header ruleutils.h 2014-10-08 18:10:47 -03:00
selfuncs.h BRIN: Block Range Indexes 2014-11-07 16:38:14 -03:00
snapmgr.h
snapshot.h Implement SKIP LOCKED for row-level locks 2014-10-07 17:23:34 -03:00
sortsupport.h Use the sortsupport infrastructure in more cases. 2014-11-07 15:50:55 -05:00
spccache.h
syscache.h
timeout.h
timestamp.h
tqual.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
tuplesort.h Avoid copying index tuples when building an index. 2014-07-01 10:34:42 -04:00
tuplestore.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
typcache.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
tzparser.h Support timezone abbreviations that sometimes change. 2014-10-16 15:22:10 -04:00
uuid.h
varbit.h
xml.h