[COMMITTERS] pgsql: Fix the problem that creating a user-defined type named _foo,

2007-05-11 Thread Tom Lane
Log Message: --- Fix the problem that creating a user-defined type named _foo, followed by one named foo, would work but the other ordering would not. If a user-specified type or table name collides with an existing auto-generated array name, just rename the array type out of the way by pr

[COMMITTERS] pgsql: Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD

2007-05-11 Thread Tom Lane
Log Message: --- Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT needs to check the new constraint against columns of derived domains too. Also, make it error out if the domain to be modified is used within any composite-type columns. Eventually we should supp

[COMMITTERS] pgsql: Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD

2007-05-11 Thread Tom Lane
Log Message: --- Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT needs to check the new constraint against columns of derived domains too. Also, make it error out if the domain to be modified is used within any composite-type columns. Eventually we should supp

[COMMITTERS] pgsql: Improvements to the SGML docs for TRUNCATE and CLUSTER.

2007-05-11 Thread Neil Conway
Log Message: --- Improvements to the SGML docs for TRUNCATE and CLUSTER. Modified Files: -- pgsql/doc/src/sgml/ref: cluster.sgml (r1.42 -> r1.43) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/cluster.sgml.diff?r1=1.42&r2=1.43) t

[COMMITTERS] pgsql: Support arrays of composite types, including the rowtypes of

2007-05-11 Thread Tom Lane
Log Message: --- Support arrays of composite types, including the rowtypes of regular tables and views (but not system catalogs, nor sequences or toast tables). Get rid of the hardwired convention that a type's array type is named exactly "_type", instead using a new column pg_type.typarra

[COMMITTERS] dbi-link - dbi-link: New Directory

2007-05-11 Thread David Fetter
Update of /cvsroot/dbi-link/dbi-link/examples/cache In directory pgfoundry.org:/tmp/cvs-serv95053/cache Log Message: Directory /cvsroot/dbi-link/dbi-link/examples/cache added to the repository ---(end of broadcast)--- TIP 7: You can help support th