postgresql/src/backend/commands
Tom Lane 976246cc7e The cstring datatype can now be copied, passed around, etc. The typlen
value '-2' is used to indicate a variable-width type whose width is
computed as strlen(datum)+1.  Everything that looks at typlen is updated
except for array support, which Joe Conway is working on; at the moment
it wouldn't work to try to create an array of cstring.
2002-08-24 15:00:47 +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 The cstring datatype can now be copied, passed around, etc. The typlen 2002-08-24 15:00:47 +00:00
async.c Restructure system-catalog index updating logic. Instead of having 2002-08-05 03:29:17 +00:00
cluster.c Code review of CLUSTER patch. Clean up problems with relcache getting 2002-08-11 21:17:35 +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
Makefile Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more 2002-07-29 22:14:11 +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
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 cstring datatype can now be copied, passed around, etc. The typlen 2002-08-24 15:00:47 +00:00
trigger.c Add a bunch of pseudo-types to replace the behavior formerly associated 2002-08-22 00:01:51 +00:00
typecmds.c Further cleanup around the edges of OPAQUE/pseudotype changes. Correct 2002-08-23 16:41:38 +00:00
user.c Restructure system-catalog index updating logic. Instead of having 2002-08-05 03:29:17 +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