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
Tom Lane 61aca818c4 Modify heap_open()/heap_openr() API per pghackers discussion of 11 July. 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 Update textin() and textout() to new fmgr style. This is just phase 26 years ago
async.c Remove long-dead support for invoking queries from dynamically loaded 26 years ago
cluster.c Cleanup of code for creating index entries. Functional indexes with 26 years ago
command.c Modify heap_open()/heap_openr() API per pghackers discussion of 11 July. 26 years ago
comment.c Update textin() and textout() to new fmgr style. This is just phase 26 years ago
copy.c Cleanup of code for creating index entries. Functional indexes with 26 years ago
creatinh.c Make toast-table creation and deletion work somewhat reliably. 26 years ago
dbcommands.c More functions updated to new fmgr style --- money, name, tid datatypes. 26 years ago
define.c Arrays are toastable. (At least if you initdb, which I didn't force.) 26 years ago
explain.c Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the 26 years ago
indexcmds.c More functions updated to new fmgr style --- money, name, tid datatypes. 26 years ago
proclang.c Update textin() and textout() to new fmgr style. This is just phase 26 years ago
remove.c Make toast-table creation and deletion work somewhat reliably. 26 years ago
rename.c Make renaming a temp table behave sensibly. We don't need to touch 26 years ago
sequence.c More functions updated to new fmgr style --- money, name, tid datatypes. 26 years ago
trigger.c Modify heap_open()/heap_openr() API per pghackers discussion of 11 July. 26 years ago
user.c More functions updated to new fmgr style --- money, name, tid datatypes. 26 years ago
vacuum.c Cleanup of code for creating index entries. Functional indexes with 26 years ago
variable.c Convert all remaining float4 and float8 functions to new fmgr style. 26 years ago
view.c Make toast-table creation and deletion work somewhat reliably. 26 years ago