postgresql/src/backend/commands
Tom Lane 48165ec226 Latest round of fmgr updates. All functions with bool,char, or int2
inputs have been converted to newstyle.  This should go a long way towards
fixing our portability problems with platforms where char and short
parameters are passed differently from int-width parameters.  Still
more to do for the Alpha port however.
2000-06-05 07:29:25 +00:00
..
_deadcode Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
analyze.c Third round of fmgr updates: eliminate calls using fmgr() and 2000-05-30 04:25:00 +00:00
async.c New ps display code, works on more platforms. 2000-06-04 01:44:38 +00:00
cluster.c Remove unused include files. Do not touch /port or includes used by defines. 2000-05-30 00:49:57 +00:00
command.c Disallow CLOSE of reserved system portal names. 2000-06-04 22:04:32 +00:00
comment.c Latest round of fmgr updates. All functions with bool,char, or int2 2000-06-05 07:29:25 +00:00
copy.c Latest round of fmgr updates. All functions with bool,char, or int2 2000-06-05 07:29:25 +00:00
creatinh.c Remove unused include files. Do not touch /port or includes used by defines. 2000-05-30 00:49:57 +00:00
dbcommands.c If create/drop database are going to call closeAllVfds(), they ought 2000-06-02 04:04:54 +00:00
define.c First round of changes for new fmgr interface. fmgr itself and the 2000-05-28 17:56:29 +00:00
explain.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
indexcmds.c Remove unused include files. Do not touch /port or includes used by defines. 2000-05-30 00:49:57 +00:00
Makefile Split vacuum and analyze into separate files 2000-05-29 17:40:45 +00:00
proclang.c First round of changes for new fmgr interface. fmgr itself and the 2000-05-28 17:56:29 +00:00
remove.c Miscellaneous cleanups of places that needed to account for new 2000-05-28 20:34:52 +00:00
rename.c Do table renaming in a sane order: physical file rename must happen 2000-05-25 21:30:20 +00:00
sequence.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
trigger.c Remove unused include files. Do not touch /port or includes used by defines. 2000-05-30 00:49:57 +00:00
user.c Create an fd.c entry point that is just like plain open(2) except that 2000-06-02 03:58:34 +00:00
vacuum.c Split vacuum and analyze into separate files 2000-05-29 17:40:45 +00:00
variable.c The heralded `Grand Unified Configuration scheme' (GUC) 2000-05-31 00:28:42 +00:00
view.c Carry column aliases from the parser frontend. Enables queries like 2000-02-15 03:38:29 +00:00