You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Lane
c845b4272c
IsSystemRelationName() treats TOAST relations as system relations.
...
This seems the right thing for most usages, but I notice two places
where it is the wrong thing. One is that the default permissions on
TOAST rels should be no-access, not world-readable; the other is that
PrepareForTupleInvalidation doesn't really need to spend time looking
at tuples of TOAST relations.
24 years ago
..
access
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
bootstrap
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
catalog
IsSystemRelationName() treats TOAST relations as system relations.
24 years ago
commands
Remove 'triggered data change violation' error check, per recent
24 years ago
executor
Remove duplicate extern declaration.
24 years ago
lib
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
libpq
Remove a bunch more no-longer-used stuff in libpq-be.h.
24 years ago
mb
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
nodes
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
optimizer
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
parser
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
port
Fix indenting for 'extern "C"' cases.
24 years ago
regex
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
rewrite
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
storage
Clean up usage-statistics display code (ShowUsage and friends). StatFp
24 years ago
tcop
Clean up usage-statistics display code (ShowUsage and friends). StatFp
24 years ago
utils
Use PostgreSQL's standard declaration for a 32-bit integer to define
24 years ago
Makefile
Include directory rearrangement
25 years ago
c.h
Well the absolute correct solution would involve all of:
24 years ago
fmgr.h
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
miscadmin.h
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
pg_config.h.in
Well the absolute correct solution would involve all of:
24 years ago
pg_config.h.win32
Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of
25 years ago
pgstat.h
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
postgres.h
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
postgres_ext.h
Another pgindent run. Fixes enum indenting, and improves #endif
25 years ago
postgres_fe.h
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
rusagestub.h
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
strdup.h
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
29 years ago