postgresql/src/backend/commands
2000-01-22 14:20:56 +00:00
..
_deadcode setheapoverride() is history. Uses replaced with CommandCounterIncrement() 2000-01-17 23:57:48 +00:00
async.c Some changes to prepare for LONG attributes. 1999-12-16 22:20:03 +00:00
cluster.c Some changes to prepare for LONG attributes. 1999-12-16 22:20:03 +00:00
command.c added ALTER TABLE DROP COLUMN, early version 2000-01-22 14:20:56 +00:00
comment.c Bruce, 2000-01-20 15:13:19 +00:00
copy.c Change a few routines into macros to improve speed of COPY IN inner loop. 2000-01-22 03:52:04 +00:00
creatinh.c Some changes to prepare for LONG attributes. 1999-12-16 22:20:03 +00:00
dbcommands.c Fixed everything in and surrounding createdb and dropdb to make it more 2000-01-13 18:26:18 +00:00
define.c Add system indexes to match all caches. 1999-11-22 17:56:41 +00:00
explain.c Another round of planner/optimizer work. This is just restructuring and 2000-01-09 00:26:47 +00:00
indexcmds.c Defend against > INDEX_MAX_KEYS keys in an index. 2000-01-12 05:04:42 +00:00
Makefile Removed MBFLAGS from makefiles since it's now done in include/config.h. 2000-01-19 02:59:03 +00:00
proclang.c Make number of args to a function configurable. 2000-01-10 17:14:46 +00:00
remove.c RemoveFunction didn't defend against too many args. 2000-01-12 05:25:09 +00:00
rename.c added ALTER TABLE DROP COLUMN, early version 2000-01-22 14:20:56 +00:00
sequence.c Fixed all elog related warnings, as well as a few others. 2000-01-15 02:59:43 +00:00
trigger.c Another FUNC_MAX_ARGS tweak. 2000-01-11 05:41:49 +00:00
user.c * User management commands no longer user pg_exec_query_dest -> more robust 2000-01-14 22:11:38 +00:00
vacuum.c Cleanup vacuum names. 2000-01-20 20:01:25 +00:00
variable.c Fixed all elog related warnings, as well as a few others. 2000-01-15 02:59:43 +00:00
view.c Rename several destroy* functions/tags to drop*. 1999-12-10 03:56:14 +00:00