postgresql/src/include/commands
Bruce Momjian d1c6416223 Update with newer version of CLUSTER patch posted August 8.
> Looks like Alvaro got sideswiped by the system catalog indexing changes
> I made over the weekend.  It's a simple change, just reduce the whole
> mess to a "CatalogUpdateIndexes()" call.

I update two tuples, so I manually CatalogOpenIndexes() and
CatalogIndexInsert() two times, as per comments in
CatalogUpdateIndexes().

I also removed a couple of useless CommandCounterIncrement(), some
useless definitions in src/include/commands/cluster.h and useless
includes in src/backend/commands/cluster.c.  This version passes the
regression test I had made for previous versions.

Alvaro Herrera
2002-08-10 21:00:34 +00:00
..
async.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
cluster.h Update with newer version of CLUSTER patch posted August 8. 2002-08-10 21:00:34 +00:00
comment.h Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
conversioncmds.h Implement DROP CONVERSION 2002-07-25 10:07:13 +00:00
copy.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
dbcommands.h has_table_privilege spawns scions has_database_privilege, has_function_privilege, 2002-08-09 16:45:16 +00:00
defrem.h Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more 2002-07-29 22:14:11 +00:00
explain.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
lockcmds.h The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
portalcmds.h The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
proclang.h Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
schemacmds.h Implement DROP SCHEMA. It lacks support for dropping conversions and 2002-07-18 16:47:26 +00:00
sequence.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
tablecmds.h First phase of applying Rod Taylor's pg_depend patch. This just adds 2002-07-01 15:27:56 +00:00
trigger.h Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
user.h Authentication improvements: 2002-04-04 04:25:54 +00:00
vacuum.h Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in 2002-07-31 17:19:54 +00:00
variable.h Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
version.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
view.h First phase of applying Rod Taylor's pg_depend patch. This just adds 2002-07-01 15:27:56 +00:00