postgresql/src/backend
Andres Freund d87510a524 Combine options for RangeVarGetRelidExtended() into a flags argument.
A followup patch will add a SKIP_LOCKED option. To avoid introducing
evermore arguments, breaking existing callers each time, introduce a
flags argument. This'll no doubt break a few external users...

Also change the MISSING_OK behaviour so a DEBUG1 debug message is
emitted when a relation is not found.

Author: Nathan Bossart
Reviewed-By: Michael Paquier and Andres Freund
Discussion: https://postgr.es/m/20180306005349.b65whmvj7z6hbe2y@alap3.anarazel.de
2018-03-30 17:05:16 -07:00
..
access Ensure that WAL pages skipped by a forced WAL switch are zero-filled. 2018-03-30 16:18:18 -04:00
bootstrap Handle heap rewrites even better in logical decoding 2018-03-21 09:15:04 -04:00
catalog Combine options for RangeVarGetRelidExtended() into a flags argument. 2018-03-30 17:05:16 -07:00
commands Combine options for RangeVarGetRelidExtended() into a flags argument. 2018-03-30 17:05:16 -07:00
executor C comments: "a" <--> "an" corrections 2018-03-29 15:18:53 -04:00
foreign Remove bogus "extern" annotations on function definitions. 2018-02-19 12:07:44 -05:00
jit Improve JIT docs. 2018-03-29 16:13:40 -07:00
lib Minor clean-up in dshash.{c,h}. 2018-03-01 16:25:46 -08:00
libpq C comments: "a" <--> "an" corrections 2018-03-29 15:18:53 -04:00
main Update copyright for 2018 2018-01-02 23:30:12 -05:00
nodes C comments: "a" <--> "an" corrections 2018-03-29 15:18:53 -04:00
optimizer Don't call IS_DUMMY_REL() when cheapest_total_path might be junk. 2018-03-30 11:40:41 -04:00
parser Handle INSERT .. ON CONFLICT with partitioned tables 2018-03-26 10:43:54 -03:00
po Translation updates 2017-08-07 13:55:34 -04:00
port Support huge pages on Windows 2018-01-21 15:40:46 +01:00
postmaster Log when a BRIN autosummarization request fails 2018-03-14 11:59:40 -03:00
regex Update copyright for 2018 2018-01-02 23:30:12 -05:00
replication Enhance pg_stat_wal_receiver view to display host and port of sender server. 2018-03-31 07:51:22 +09:00
rewrite Combine options for RangeVarGetRelidExtended() into a flags argument. 2018-03-30 17:05:16 -07:00
snowball Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 2018-01-26 18:25:14 -05:00
statistics Fast ALTER TABLE ADD COLUMN with a non-NULL default 2018-03-28 10:43:52 +10:30
storage Remove obsolete SLRU wrapping and warnings from predicate.c. 2018-03-30 15:11:39 -04:00
tcop Combine options for RangeVarGetRelidExtended() into a flags argument. 2018-03-30 17:05:16 -07:00
tsearch Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 2018-01-26 18:25:14 -05:00
utils Improve out-of-memory error reports by including memory context name. 2018-03-30 13:53:33 -04:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Add inlining support to LLVM JIT provider. 2018-03-28 13:19:08 -07:00
common.mk Add inlining support to LLVM JIT provider. 2018-03-28 13:19:08 -07:00
nls.mk Translation updates 2017-05-15 12:19:54 -04:00