postgresql/src/backend
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
..
access Fix an additional set of problems in GIN's handling of lossy page pointers. 2010-08-01 19:16:39 +00:00
bootstrap CREATE TABLE IF NOT EXISTS. 2010-07-25 23:21:22 +00:00
catalog Standardize get_whatever_oid functions for object types with 2010-08-05 14:45:09 +00:00
commands Standardize get_whatever_oid functions for object types with 2010-08-05 14:45:09 +00:00
executor Standardize get_whatever_oid functions for object types with 2010-08-05 14:45:09 +00:00
foreign Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
lib pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
libpq Standardize get_whatever_oid functions for object types with 2010-08-05 14:45:09 +00:00
main Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
nodes CREATE TABLE IF NOT EXISTS. 2010-07-25 23:21:22 +00:00
optimizer Make NestLoop plan nodes pass outer-relation variables into their inner 2010-07-12 17:01:06 +00:00
parser Add xmlexists function 2010-08-05 04:21:54 +00:00
po Translation updates for 9.0beta3 2010-07-08 21:32:28 +00:00
port pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
postmaster Add restart_after_crash GUC. 2010-07-20 00:47:53 +00:00
regex Tweak a couple of macros in the regex code to suppress compiler warnings 2010-08-02 02:29:39 +00:00
replication Add missing function prototype. 2010-07-22 13:03:11 +00:00
rewrite Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions. 2010-07-28 05:22:24 +00:00
snowball Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
storage Make log_temp_files based on kB, and revert docs & comments to match. 2010-07-06 22:55:26 +00:00
tcop CREATE TABLE IF NOT EXISTS. 2010-07-25 23:21:22 +00:00
tsearch Add some knowledge about prefix matches to tsmatchsel(). It's not terribly 2010-08-01 21:31:08 +00:00
utils Standardize get_whatever_oid functions for object types with 2010-08-05 14:45:09 +00:00
Makefile Split the LDFLAGS make variable into two parts: LDFLAGS is now used for 2010-07-05 18:54:38 +00:00
common.mk Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00
nls.mk Convert the core lexer and parser into fully reentrant code, by making use 2009-07-13 02:02:20 +00:00