postgresql/src/backend
Robert Haas c900c15269 Warn more strongly about the dangers of exclusive backup mode.
Especially, warn about the hazards of mishandling the backup_label
file.  Adjust a couple of server messages to be more clear about
the hazards associated with removing backup_label files, too.

David Steele and Robert Haas, reviewed by Laurenz Albe, Martín
Marqués, Peter Eisentraut, and Magnus Hagander.

Discussion: http://postgr.es/m/7d85c387-000e-16f0-e00b-50bf83c22127@pgmasters.net
2019-03-29 08:15:16 -04:00
..
access Warn more strongly about the dangers of exclusive backup mode. 2019-03-29 08:15:16 -04:00
bootstrap tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE. 2019-03-28 20:01:43 -07:00
catalog REINDEX CONCURRENTLY 2019-03-29 08:26:33 +01:00
commands Fix incorrect code in new REINDEX CONCURRENTLY code 2019-03-29 10:53:40 +01:00
executor tableam: Add table_get_latest_tid, to wrap heap_get_latest_tid. 2019-03-25 17:14:48 -07:00
foreign
jit
lib Further code review for new integerset code. 2019-03-25 12:23:48 -04:00
libpq Add DNS SRV support for LDAP server discovery. 2019-03-21 15:28:17 +13:00
main
nodes REINDEX CONCURRENTLY 2019-03-29 08:26:33 +01:00
optimizer Add support for multivariate MCV lists 2019-03-27 18:32:18 +01:00
parser REINDEX CONCURRENTLY 2019-03-29 08:26:33 +01:00
partitioning Fix misplaced const 2019-03-26 09:23:08 +01:00
po
port
postmaster Add macro to cast away volatile without allowing changes to underlying type 2019-03-25 09:37:03 +01:00
regex Collations with nondeterministic comparison 2019-03-22 12:12:43 +01:00
replication Add basic infrastructure for 64 bit transaction IDs. 2019-03-28 18:12:20 +13:00
rewrite tableam: Add and use scan APIs. 2019-03-11 12:46:41 -07:00
snowball
statistics Fix deserialization of pg_mcv_list values 2019-03-28 20:03:14 +01:00
storage Add basic infrastructure for 64 bit transaction IDs. 2019-03-28 18:12:20 +13:00
tcop REINDEX CONCURRENTLY 2019-03-29 08:26:33 +01:00
tsearch Move hash_any prototype from access/hash.h to utils/hashutils.h 2019-03-11 13:17:50 -03:00
utils tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE. 2019-03-28 20:01:43 -07:00
.gitignore
common.mk
Makefile Get rid of jsonpath_gram.h and jsonpath_scanner.h 2019-03-20 11:13:34 +03:00
nls.mk