postgresql/src/backend/access/common
Peter Eisentraut 36cb5e7c51 Update comments
Various places wanted to point out that tuple descriptors don't
contain the variable-length fields of pg_attribute.  This started when
attacl was added, but more fields have been added since, and these
comments haven't been kept up to date consistently.  Reword so that
the purpose is clearer and we don't have to keep updating them.
2021-11-26 09:57:23 +01:00
..
attmap.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
bufmask.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
detoast.c Short-circuit slice requests that are for more than the object's size. 2021-03-22 14:01:20 -04:00
heaptuple.c Fix some typos, grammar and style in docs and comments 2021-02-24 16:13:17 +09:00
indextuple.c Rethink definition of pg_attribute.attcompression. 2021-05-27 13:24:27 -04:00
Makefile Allow configurable LZ4 TOAST compression. 2021-03-19 15:10:38 -04:00
printsimple.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
printtup.c Remove server and libpq support for old FE/BE protocol version 2. 2021-03-04 10:45:55 +02:00
relation.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
reloptions.c Revert analyze support for partitioned tables 2021-08-16 17:27:52 -04:00
scankey.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
session.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
syncscan.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
toast_compression.c Message style improvements 2021-06-28 08:36:44 +02:00
toast_internals.c Rethink definition of pg_attribute.attcompression. 2021-05-27 13:24:27 -04:00
tupconvert.c Initial pgindent and pgperltidy run for v14. 2021-05-12 13:14:10 -04:00
tupdesc.c Update comments 2021-11-26 09:57:23 +01:00