postgresql/src/backend/commands
Bruce Momjian bbae09c2cb CATALOG VERSION UPDATED:
The indexes on most system catalogs are named with the suffix "_index";
not so with TOAST table indexes, which use "_idx". This trivial patch
changes TOAST table index names to use the "_index" suffix for
consistency.

Neil Conway
2002-04-15 23:45:07 +00:00
..
_deadcode
aggregatecmds.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
analyze.c Checking to decide whether relations are system relations now depends 2002-04-12 20:38:31 +00:00
async.c
cluster.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
comment.c Restructure representation of aggregate functions so that they have pg_proc 2002-04-11 20:00:18 +00:00
copy.c pg_type has a typnamespace column; system now supports creating types 2002-03-29 19:06:29 +00:00
dbcommands.c Make sure that usesuper is always accessed through superuser(), so that the 2002-04-11 05:32:03 +00:00
define.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
explain.c
functioncmds.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
indexcmds.c Checking to decide whether relations are system relations now depends 2002-04-12 20:38:31 +00:00
lockcmds.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
Makefile The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
operatorcmds.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
portalcmds.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
proclang.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
schemacmds.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
sequence.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
tablecmds.c CATALOG VERSION UPDATED: 2002-04-15 23:45:07 +00:00
trigger.c Checking to decide whether relations are system relations now depends 2002-04-12 20:38:31 +00:00
typecmds.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
user.c Authentication improvements: 2002-04-04 04:25:54 +00:00
vacuum.c Disable VACUUM from being called from a function because function memory 2002-04-15 23:39:42 +00:00
vacuumlazy.c
variable.c
view.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00