postgresql/src/backend/commands
Tom Lane 5fa3418304 Disallow VACUUM, ANALYZE, TRUNCATE on temp tables belonging to other
backends.  Given that temp tables now store data locally in the local
buffer manager, these things are not going to work safely.
2002-09-23 20:43:41 +00:00
..
aggregatecmds.c pgindent run. 2002-09-04 20:31:48 +00:00
analyze.c Disallow VACUUM, ANALYZE, TRUNCATE on temp tables belonging to other 2002-09-23 20:43:41 +00:00
async.c Fix for rare race-condition-like failure: if a backend receives SIGUSR2 2002-09-16 01:24:41 +00:00
cluster.c pgindent run. 2002-09-04 20:31:48 +00:00
comment.c pgindent run. 2002-09-04 20:31:48 +00:00
conversioncmds.c pgindent run. 2002-09-04 20:31:48 +00:00
copy.c Code review for check-domain-constraints-in-COPY patch. Do correct thing 2002-09-20 16:56:02 +00:00
dbcommands.c pgindent run. 2002-09-04 20:31:48 +00:00
define.c Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +00:00
explain.c Department of second thoughts: suppressing implicit casts everywhere in 2002-09-19 22:48:34 +00:00
functioncmds.c Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +00:00
indexcmds.c Get rid of bogus use of heap_mark4update in reindex operations (cf. 2002-09-23 00:42:48 +00:00
lockcmds.c pgindent run. 2002-09-04 20:31:48 +00:00
Makefile PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing 2002-08-27 04:55:12 +00:00
opclasscmds.c pgindent run. 2002-09-04 20:31:48 +00:00
operatorcmds.c pgindent run. 2002-09-04 20:31:48 +00:00
portalcmds.c pgindent run. 2002-09-04 20:31:48 +00:00
prepare.c > I'm not sure why NDirectFileRead/NDirectFileWrite are unused at the 2002-09-20 03:45:08 +00:00
proclang.c Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +00:00
schemacmds.c pgindent run. 2002-09-04 20:31:48 +00:00
sequence.c Replace pg_attribute.attisinherited with attislocal and attinhcount 2002-09-22 19:42:52 +00:00
tablecmds.c Disallow VACUUM, ANALYZE, TRUNCATE on temp tables belonging to other 2002-09-23 20:43:41 +00:00
trigger.c Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +00:00
typecmds.c Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +00:00
user.c Translation updates 2002-09-14 13:46:24 +00:00
vacuum.c Disallow VACUUM, ANALYZE, TRUNCATE on temp tables belonging to other 2002-09-23 20:43:41 +00:00
vacuumlazy.c Performance improvement for MultiRecordFreeSpace on large relations --- 2002-09-20 19:56:01 +00:00
variable.c pgindent run. 2002-09-04 20:31:48 +00:00
view.c Replace pg_attribute.attisinherited with attislocal and attinhcount 2002-09-22 19:42:52 +00:00