postgresql/src/backend/utils/adt
Robert Haas 2a6ef3445c Standardize get_whatever_oid functions for object types with
unqualified names.

- Add a missing_ok parameter to get_tablespace_oid.
- Avoid duplicating get_tablespace_od guts in objectNamesToOids.
- Add a missing_ok parameter to get_database_oid.
- Replace get_roleid and get_role_checked with get_role_oid.
- Add get_namespace_oid, get_language_oid, get_am_oid.
- Refactor existing code to use new interfaces.

Thanks to KaiGai Kohei for the review.
2010-08-05 14:45:09 +00:00
..
acl.c Standardize get_whatever_oid functions for object types with 2010-08-05 14:45:09 +00:00
array_userfuncs.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
arrayfuncs.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
arrayutils.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
ascii.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
bool.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
cash.c Add support for dividing money by money (yielding a float8 result) and for 2010-07-16 02:15:56 +00:00
char.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
date.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
datetime.c Fix an ancient typo that prevented the detection of conflicting fields when 2010-08-02 01:24:54 +00:00
datum.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
dbsize.c Standardize get_whatever_oid functions for object types with 2010-08-05 14:45:09 +00:00
domains.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
encode.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
enum.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
float.c Insert a hack into get_float8_nan (both core and ecpg copies) to deal with 2010-02-27 21:53:21 +00:00
format_type.c Make details of the Numeric representation private to numeric.c. 2010-07-30 04:30:23 +00:00
formatting.c pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
genfile.c Verify input in pg_read_file(). 2010-01-05 01:29:36 +00:00
geo_ops.c Replace the naive HYPOT() macro with a standards-conformant hypotenuse 2010-08-03 21:21:03 +00:00
geo_selfuncs.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
inet_net_ntop.c Fix another passel of include-file breakage. Kris Jurka, Tom Lane 2006-07-14 16:59:19 +00:00
inet_net_pton.c Fix another passel of include-file breakage. Kris Jurka, Tom Lane 2006-07-14 16:59:19 +00:00
int8.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
int.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
like_match.c pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
like.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
lockfuncs.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
mac.c Downgrade implicit casts to text to be assignment-only, except for the ones 2007-06-05 21:31:09 +00:00
Makefile Support window functions a la SQL:2008. 2008-12-28 18:54:01 +00:00
misc.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
nabstime.c Add some comments to tinterval_cmp_internal pointing out its severe 2010-08-03 16:31:02 +00:00
name.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
network.c Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by 2009-10-08 04:46:21 +00:00
numeric.c Fix numeric_maximum_size() calculation. 2010-08-04 17:33:09 +00:00
numutils.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
oid.c pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
oracle_compat.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
pg_locale.c pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
pg_lzcompress.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
pgstatfuncs.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
pseudotypes.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
quote.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
regexp.c Fix similar_escape() to convert parentheses to non-capturing style. 2010-01-02 20:59:16 +00:00
regproc.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
ri_triggers.c Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions. 2010-07-28 05:22:24 +00:00
rowtypes.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
ruleutils.c Code review for --quote-all-identifiers patch: add missing --help documentation 2010-08-03 19:24:05 +00:00
selfuncs.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
tid.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
timestamp.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
trigfuncs.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tsginidx.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tsgistidx.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tsquery_cleanup.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tsquery_gist.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tsquery_op.c Be a little more careful with the shift computations in QT2QTN and 2010-08-03 01:50:27 +00:00
tsquery_rewrite.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tsquery_util.c Be a little more careful with the shift computations in QT2QTN and 2010-08-03 01:50:27 +00:00
tsquery.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tsrank.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tsvector_op.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tsvector_parser.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tsvector.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
txid.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
uuid.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
varbit.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
varchar.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
varlena.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
version.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
windowfuncs.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
xid.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
xml.c Add xmlexists function 2010-08-05 04:21:54 +00:00