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.
 
 
 
 
 
 
postgres/src/backend/commands
Jan Wieck 57d8080a40 TOAST 26 years ago
..
_deadcode Ye-old pgindent run. Same 4-space tabs. 26 years ago
Makefile Split vacuum and analyze into separate files 26 years ago
analyze.c Third round of fmgr updates: eliminate calls using fmgr() and 26 years ago
async.c Mark functions as static and ifdef NOT_USED as appropriate. 26 years ago
cluster.c Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of 26 years ago
command.c TOAST 26 years ago
comment.c Mark functions as static and ifdef NOT_USED as appropriate. 26 years ago
copy.c Suppress memory leak in COPY WITH OIDS TO wherever. 26 years ago
creatinh.c Back out pg_shadow changes to allow create table and locking permissions. 26 years ago
dbcommands.c If create/drop database are going to call closeAllVfds(), they ought 26 years ago
define.c TOAST 26 years ago
explain.c Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the 26 years ago
indexcmds.c First phase of memory management rewrite (see backend/utils/mmgr/README 26 years ago
proclang.c First round of changes for new fmgr interface. fmgr itself and the 26 years ago
remove.c Miscellaneous cleanups of places that needed to account for new 26 years ago
rename.c Make renaming a temp table behave sensibly. We don't need to touch 26 years ago
sequence.c Big warnings cleanup for Solaris/GCC. Down to about 40 now, but 26 years ago
trigger.c Clean up memory-context stuff, other minor infelicities. 26 years ago
user.c First phase of memory management rewrite (see backend/utils/mmgr/README 26 years ago
vacuum.c First phase of memory management rewrite (see backend/utils/mmgr/README 26 years ago
variable.c Second pass over run-time configuration system. Adjust priorities on some 26 years ago
view.c RemoveView was doing things the hard way... 26 years ago