postgresql/src/backend/commands
Bruce Momjian b60acaf568 The following small patch provides a couple of minor updates (against
CVS HEAD):

Amended "strings" regression test. TOAST tests now insert two values
with storage set to "external", to exercise properly the TOAST slice
routines which fetch only a subset of the chunks.

Changed now-misleading comment on AlterTableCreateToastTable in
tablecmds.c, because both columns of the index on a toast table are now
used.

John Gray
2002-08-28 20:18:29 +00:00
..
Makefile PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing 2002-08-27 04:55:12 +00:00
aggregatecmds.c Add a bunch of pseudo-types to replace the behavior formerly associated 2002-08-22 00:01:51 +00:00
analyze.c Increase WIDTH_THRESHOLD from 256 to 1K. This addresses recent observation 2002-08-26 18:45:57 +00:00
async.c Restructure system-catalog index updating logic. Instead of having 2002-08-05 03:29:17 +00:00
cluster.c I attach a little patch to make CLUSTER set and reset the indisclustered 2002-08-27 03:38:28 +00:00
comment.c Add a bunch of pseudo-types to replace the behavior formerly associated 2002-08-22 00:01:51 +00:00
conversioncmds.c Add a bunch of pseudo-types to replace the behavior formerly associated 2002-08-22 00:01:51 +00:00
copy.c The cstring datatype can now be copied, passed around, etc. The typlen 2002-08-24 15:00:47 +00:00
dbcommands.c has_table_privilege spawns scions has_database_privilege, has_function_privilege, 2002-08-09 16:45:16 +00:00
define.c Allow schema-qualified operator names to be used in the optional 2002-08-10 19:01:53 +00:00
explain.c Code review for SHOW output changes; fix horology expected files for 2002-07-20 15:12:56 +00:00
functioncmds.c Add a bunch of pseudo-types to replace the behavior formerly associated 2002-08-22 00:01:51 +00:00
indexcmds.c Make domain types indexable. Rod Taylor & Tom Lane. 2002-08-16 20:55:09 +00:00
lockcmds.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
opclasscmds.c Add a bunch of pseudo-types to replace the behavior formerly associated 2002-08-22 00:01:51 +00:00
operatorcmds.c Remove unused system table columns: 2002-07-24 19:11:14 +00:00
portalcmds.c Remove global variable scanCommandId in favor of storing a command ID 2002-05-21 22:05:55 +00:00
prepare.c PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing 2002-08-27 04:55:12 +00:00
proclang.c Add a bunch of pseudo-types to replace the behavior formerly associated 2002-08-22 00:01:51 +00:00
schemacmds.c Implement DROP SCHEMA. It lacks support for dropping conversions and 2002-07-18 16:47:26 +00:00
sequence.c Restructure local-buffer handling per recent pghackers discussion. 2002-08-06 02:36:35 +00:00
tablecmds.c The following small patch provides a couple of minor updates (against 2002-08-28 20:18:29 +00:00
trigger.c Clean up comments to be careful about the distinction between variable- 2002-08-25 17:20:01 +00:00
typecmds.c Further cleanup around the edges of OPAQUE/pseudotype changes. Correct 2002-08-23 16:41:38 +00:00
user.c Clean up comments to be careful about the distinction between variable- 2002-08-25 17:20:01 +00:00
vacuum.c Fix tuple-chain-moving tests to handle marked-for-update tuples correctly 2002-08-13 20:14:24 +00:00
vacuumlazy.c Restructure local-buffer handling per recent pghackers discussion. 2002-08-06 02:36:35 +00:00
variable.c I have committed many support files for CREATE CONVERSION. Default 2002-07-18 02:02:30 +00:00
view.c Add more dependency insertions --- this completes the basic pg_depend 2002-07-16 22:12:20 +00:00