postgresql/src/backend/commands
Tom Lane 90bdb64be8 Add missing copyright and RCS identification header. 2000-12-08 20:10:19 +00:00
..
_deadcode Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
analyze.c Avoid repeated detoasting (and possible memory leaks) when processing 2000-12-02 19:38:34 +00:00
async.c Significant cleanups in SysV IPC handling (shared mem and semaphores). 2000-11-28 23:27:57 +00:00
cluster.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
command.c From Stephan Szabo: 2000-12-05 19:57:56 +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 Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +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 REINDEX under WAL. 2000-12-08 06:17:58 +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 Revise handling of oldstyle/newstyle functions per recent discussions 2000-11-20 20:36:57 +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 Revise handling of oldstyle/newstyle functions per recent discussions 2000-11-20 20:36:57 +00:00
user.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
vacuum.c Cache invalidation for vacuum of system tables. 2000-12-08 06:43:44 +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 Clean up gcc warnings in MULTIBYTE mode. 2000-10-26 17:04:12 +00:00