postgresql/src/backend/commands
Tom Lane 90f42847b5 Small cleanup of temp-table handling. Disallow creation of a non-temp
table that inherits from a temp table.  Make sure the right things happen
if one creates a temp table, creates another temp that inherits from it,
then renames the first one.  (Previously, system would end up trying to
delete the temp tables in the wrong order.)
2000-12-22 23:12:07 +00:00
..
_deadcode Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
analyze.c Avoid repeated detoasting (and possible memory leaks) when processing 2000-12-02 19:38:34 +00:00
async.c Ensure that 'errno' is saved and restored by all signal handlers that 2000-12-18 17:33:42 +00:00
cluster.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
command.c Small cleanup of temp-table handling. Disallow creation of a non-temp 2000-12-22 23:12:07 +00:00
comment.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
copy.c Avoid memory leakage during regular COPY when outputting toasted values. 2000-12-02 20:49:24 +00:00
creatinh.c Small cleanup of temp-table handling. Disallow creation of a non-temp 2000-12-22 23:12:07 +00:00
dbcommands.c No more #ifdef XLOG. 2000-11-30 08:46:26 +00:00
define.c Ensure that all uses of <ctype.h> functions are applied to unsigned-char 2000-12-03 20:45:40 +00:00
explain.c Restructure handling of inheritance queries so that they work with outer 2000-11-12 00:37:02 +00:00
indexcmds.c Remove a few remaining vestiges of elog(WARN). 2000-12-15 04:08:15 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
proclang.c Ensure that all uses of <ctype.h> functions are applied to unsigned-char 2000-12-03 20:45:40 +00:00
remove.c Remove a few remaining vestiges of elog(WARN). 2000-12-15 04:08:15 +00:00
rename.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
sequence.c Add missing copyright and RCS identification header. 2000-12-08 20:10:19 +00:00
trigger.c Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks 2000-12-18 00:44:50 +00:00
user.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
vacuum.c Small cleanup of temp-table handling. Disallow creation of a non-temp 2000-12-22 23:12:07 +00:00
variable.c Ensure that all uses of <ctype.h> functions are applied to unsigned-char 2000-12-03 20:45:40 +00:00
view.c Fix longstanding bug with VIEW using BETWEEN: OffsetVarNodes would get 2000-12-21 17:36:15 +00:00