postgresql/src/backend/commands
Tom Lane 6ebc90b045 Remove Ident nodetype in favor of using String nodes; this fixes some
latent wrong-struct-type bugs and makes the coding style more uniform,
since the majority of places working with lists of column names were
already using Strings not Idents.  While at it, remove vestigial
support for Stream node type, and otherwise-unreferenced nodes.h entries
for T_TupleCount and T_BaseNode.
NB: full recompile is recommended due to changes of Node type numbers.
This shouldn't force an initdb though.
2002-08-19 15:08:47 +00:00
..
Makefile Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more 2002-07-29 22:14:11 +00:00
aggregatecmds.c Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
analyze.c Now that we allow ANALYZE to run inside a transaction block, the locks 2002-08-11 00:08:48 +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 has_table_privilege spawns scions has_database_privilege, has_function_privilege, 2002-08-09 16:45:16 +00:00
conversioncmds.c Implement DROP CONVERSION 2002-07-25 10:07:13 +00:00
copy.c Remove Ident nodetype in favor of using String nodes; this fixes some 2002-08-19 15:08: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 Create/drop cast now requires ownership of at least one of the types. 2002-08-11 17:44:12 +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 Restructure system-catalog index updating logic. Instead of having 2002-08-05 03:29:17 +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 Remove obsolete uses of lanispl. Only used in pg_dump now, but can be 2002-08-13 17:22:08 +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 Remove Ident nodetype in favor of using String nodes; this fixes some 2002-08-19 15:08:47 +00:00
trigger.c Make CREATE CONSTRAINT TRIGGER check for REFERENCES privilege on both 2002-08-18 11:20:05 +00:00
typecmds.c Tom Lane wrote: 2002-08-15 16:36:08 +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