postgresql/src/backend/access
Peter Eisentraut b555ed8102 Merge wal_level "archive" and "hot_standby" into new name "replica"
The distinction between "archive" and "hot_standby" existed only because
at the time "hot_standby" was added, there was some uncertainty about
stability.  This is now a long time ago.  We would like to move forward
with simplifying the replication configuration, but this distinction is
in the way, because a primary server cannot tell (without asking a
standby or predicting the future) which one of these would be the
appropriate level.

Pick a new name for the combined setting to make it clearer that it
covers all (non-logical) backup and replication uses.  The old values
are still accepted but are converted internally.

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
Reviewed-by: David Steele <david@pgmasters.net>
2016-03-18 23:56:03 +01:00
..
brin Improve index AMs' opclass validation procedures. 2016-01-21 19:47:15 -05:00
common Reduce lock level for altering fillfactor 2016-03-10 12:07:33 +00:00
gin Fix memory leak in repeated GIN index searches. 2016-03-13 16:44:31 -04:00
gist Fix lossy KNN GiST when ordering operator returns non-float8 value. 2016-02-02 15:20:33 +03:00
hash Improve ResourceOwners' behavior for large numbers of owned objects. 2016-01-26 15:20:30 -05:00
heap Department of second thoughts: remove PD_ALL_FROZEN. 2016-03-08 08:46:48 -05:00
index Improve index AMs' opclass validation procedures. 2016-01-21 19:47:15 -05:00
nbtree Fix incorrect handling of NULL index entries in indexed ROW() comparisons. 2016-03-09 14:51:22 -05:00
rmgrdesc Merge wal_level "archive" and "hot_standby" into new name "replica" 2016-03-18 23:56:03 +01:00
spgist Suppress compiler warning. 2016-01-21 21:14:07 -05:00
tablesample Update copyright for 2016 2016-01-02 13:33:40 -05:00
transam Merge wal_level "archive" and "hot_standby" into new name "replica" 2016-03-18 23:56:03 +01:00
Makefile TABLESAMPLE, SQL Standard and extensible 2015-05-15 14:37:10 -04:00