postgresql/src/backend
Alvaro Herrera f8348ea32e Allow extracting machine-readable object identity
Introduce pg_identify_object(oid,oid,int4), which is similar in spirit
to pg_describe_object but instead produces a row of machine-readable
information to uniquely identify the given object, without resorting to
OIDs or other internal representation.  This is intended to be used in
the event trigger implementation, to report objects being operated on;
but it has usefulness of its own.

Catalog version bumped because of the new function.
2013-03-20 18:19:19 -03:00
..
access Remove PageSetTLI and rename pd_tli to pd_checksum 2013-03-18 13:46:42 +00:00
bootstrap Improve handling of ereport(ERROR) and elog(ERROR). 2013-01-13 18:40:09 -05:00
catalog Allow extracting machine-readable object identity 2013-03-20 18:19:19 -03:00
commands Allow extracting machine-readable object identity 2013-03-20 18:19:19 -03:00
executor Support writable foreign tables. 2013-03-10 14:16:02 -04:00
foreign Arrange to cache FdwRoutine structs in foreign tables' relcache entries. 2013-03-06 23:48:09 -05:00
lib Update copyrights for 2013 2013-01-01 17:15:01 -05:00
libpq Move pqsignal() to libpgport. 2013-03-17 12:06:42 -04:00
main Move pqsignal() to libpgport. 2013-03-17 12:06:42 -04:00
nodes Support writable foreign tables. 2013-03-10 14:16:02 -04:00
optimizer Avoid inserting no-op Limit plan nodes. 2013-03-14 15:11:05 -04:00
parser Allow extracting machine-readable object identity 2013-03-20 18:19:19 -03:00
po Translation updates 2011-08-17 14:07:46 +03:00
port Move pqsignal() to libpgport. 2013-03-17 12:06:42 -04:00
postmaster Add lock_timeout configuration parameter. 2013-03-16 23:22:57 -04:00
regex Fix infinite-loop risk in fixempties() stage of regex compilation. 2013-03-07 11:51:03 -05:00
replication Move pqsignal() to libpgport. 2013-03-17 12:06:42 -04:00
rewrite Extend object-access hook machinery to support post-alter events. 2013-03-17 22:57:26 -04:00
snowball Update copyrights for 2013 2013-01-01 17:15:01 -05:00
storage Add lock_timeout configuration parameter. 2013-03-16 23:22:57 -04:00
tcop Add lock_timeout configuration parameter. 2013-03-16 23:22:57 -04:00
tsearch Update copyrights for 2013 2013-01-01 17:15:01 -05:00
utils Allow extracting machine-readable object identity 2013-03-20 18:19:19 -03:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
common.mk Call check_keywords.pl in maintainer-check 2012-02-27 13:53:12 +02:00
Makefile Move relpath() to libpgcommon 2013-02-21 22:46:17 -03:00
nls.mk Split out XLog reading as an independent facility 2013-01-16 16:12:53 -03:00