postgresql/src/backend/commands
Tom Lane 40f64064ff Update textin() and textout() to new fmgr style. This is just phase
one of updating the whole text datatype, but there are so dang many
calls of these two routines that it seems worth a separate commit.
2000-07-05 23:12:09 +00:00
..
_deadcode Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
Makefile Split vacuum and analyze into separate files 2000-05-29 17:40:45 +00:00
analyze.c Update textin() and textout() to new fmgr style. This is just phase 2000-07-05 23:12:09 +00:00
async.c Mark functions as static and ifdef NOT_USED as appropriate. 2000-06-08 22:38:00 +00:00
cluster.c Make toast-table creation and deletion work somewhat reliably. 2000-07-04 06:11:54 +00:00
command.c Update textin() and textout() to new fmgr style. This is just phase 2000-07-05 23:12:09 +00:00
comment.c Update textin() and textout() to new fmgr style. This is just phase 2000-07-05 23:12:09 +00:00
copy.c Update textin() and textout() to new fmgr style. This is just phase 2000-07-05 23:12:09 +00:00
creatinh.c Make toast-table creation and deletion work somewhat reliably. 2000-07-04 06:11:54 +00:00
dbcommands.c Update textin() and textout() to new fmgr style. This is just phase 2000-07-05 23:12:09 +00:00
define.c TOAST 2000-07-03 23:10:14 +00:00
explain.c Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the 2000-06-18 22:44:35 +00:00
indexcmds.c Update textin() and textout() to new fmgr style. This is just phase 2000-07-05 23:12:09 +00:00
proclang.c Update textin() and textout() to new fmgr style. This is just phase 2000-07-05 23:12:09 +00:00
remove.c Make toast-table creation and deletion work somewhat reliably. 2000-07-04 06:11:54 +00:00
rename.c Make renaming a temp table behave sensibly. We don't need to touch 2000-06-20 06:41:13 +00:00
sequence.c Update textin() and textout() to new fmgr style. This is just phase 2000-07-05 23:12:09 +00:00
trigger.c Clean up memory-context stuff, other minor infelicities. 2000-07-03 03:57:03 +00:00
user.c Update textin() and textout() to new fmgr style. This is just phase 2000-07-05 23:12:09 +00:00
vacuum.c Changed TOAST relations to have relkind RELKIND_TOASTVALUE. 2000-07-05 16:17:43 +00:00
variable.c Second pass over run-time configuration system. Adjust priorities on some 2000-06-22 22:31:24 +00:00
view.c Make toast-table creation and deletion work somewhat reliably. 2000-07-04 06:11:54 +00:00