postgresql/src/common
Robert Haas f82ec32ac3 Rename "pg_xlog" directory to "pg_wal".
"xlog" is not a particularly clear abbreviation for "write-ahead log",
and it sometimes confuses users into believe that the contents of the
"pg_xlog" directory are not critical data, leading to unpleasant
consequences.  So, rename the directory to "pg_wal".

This patch modifies pg_upgrade and pg_basebackup to understand both
the old and new directory layouts; the former is necessary given the
purpose of the tool, while the latter merely avoids an unnecessary
backward-compatibility break.

We may wish to consider renaming other programs, switches, and
functions which still use the old "xlog" naming to also refer to
"wal".  However, that's still under discussion, so let's do just this
much for now.

Discussion: CAB7nPqTeC-8+zux8_-4ZD46V7YPwooeFxgndfsq5Rg8ibLVm1A@mail.gmail.com

Michael Paquier
2016-10-20 11:32:18 -04:00
..
Makefile Move fsync routines of initdb into src/common/ 2016-09-29 12:00:00 -04:00
config_info.c pgindent run for 9.6 2016-06-09 18:02:36 -04:00
controldata_utils.c Fix CRC check handling in get_controlfile 2016-09-28 12:00:00 -04:00
exec.c Fix a bunch of places that called malloc and friends with no NULL check. 2016-08-30 18:22:43 -04:00
fe_memutils.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
file_utils.c Rename "pg_xlog" directory to "pg_wal". 2016-10-20 11:32:18 -04:00
ip.c Move code shared between libpq and backend from backend/libpq/ to common/. 2016-09-02 13:49:59 +03:00
keywords.c Move keywords.c/kwlookup.c into src/common/. 2016-03-23 20:22:08 -04:00
md5.c Move code shared between libpq and backend from backend/libpq/ to common/. 2016-09-02 13:49:59 +03:00
pg_lzcompress.c Fix typos in comments 2016-02-01 11:43:48 +01:00
pgfnames.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
psprintf.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
relpath.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
restricted_token.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
rmtree.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
string.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
username.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
wait_error.c Update copyright for 2016 2016-01-02 13:33:40 -05:00