postgresql/src/backend/access/common
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
..
attmap.c Force tuple conversion when the source has missing attributes. 2020-02-05 20:21:20 +00:00
bufmask.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
detoast.c Initial pgindent and pgperltidy run for v13. 2020-05-14 13:06:50 -04:00
heaptuple.c Introduce macros for typalign and typstorage constants. 2020-03-04 10:34:25 -05:00
indextuple.c Introduce macros for typalign and typstorage constants. 2020-03-04 10:34:25 -05:00
Makefile Refactor attribute mappings used in logical tuple conversion 2019-12-18 16:23:02 +09:00
printsimple.c Optimizations for integer to decimal output. 2020-02-01 21:57:14 +00:00
printtup.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
relation.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
reloptions.c Implement operator class parameters 2020-03-30 19:17:23 +03:00
scankey.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
session.c Rename assorted LWLock tranches. 2020-05-15 18:11:07 -04:00
toast_internals.c During heap rebuild, lock any TOAST index until end of transaction. 2020-03-21 09:38:26 -07:00
tupconvert.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
tupdesc.c Introduce macros for typalign and typstorage constants. 2020-03-04 10:34:25 -05:00