postgresql/src/backend/storage
Tom Lane 36ac359d36 Rename assorted LWLock tranches.
Choose names that fit into the conventions for wait event names
(particularly, that multi-word names are in the style MultiWordName)
and hopefully convey more information to non-hacker users than the
previous names did.

Also rename SerializablePredicateLockListLock to
SerializablePredicateListLock; the old name was long enough to cause
table formatting problems, plus the double occurrence of "Lock" seems
confusing/error-prone.

Also change a couple of particularly opaque LWLock field names.

Discussion: https://postgr.es/m/28683.1589405363@sss.pgh.pa.us
2020-05-15 18:11:07 -04:00
..
buffer Rename assorted LWLock tranches. 2020-05-15 18:11:07 -04:00
file Remove HAVE_WORKING_LINK 2020-03-11 11:23:04 +01:00
freespace Initial pgindent and pgperltidy run for v13. 2020-05-14 13:06:50 -04:00
ipc Initial pgindent and pgperltidy run for v13. 2020-05-14 13:06:50 -04:00
large_object Remove utils/acl.h from catalog/objectaddress.h 2020-03-10 10:27:00 +01:00
lmgr Rename assorted LWLock tranches. 2020-05-15 18:11:07 -04:00
page Document that pg_checksums exists in checksums README 2020-03-26 15:05:54 +01:00
smgr Initial pgindent and pgperltidy run for v13. 2020-05-14 13:06:50 -04:00
sync Move check for fsync=off so that pendingOps still gets cleared. 2020-05-14 08:39:26 +03:00
Makefile Refactor the fsync queue for wider use. 2019-04-04 23:38:38 +13:00