CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/28 17:57:37
Modified files:
src/backend/catalog: heap.c index.c
src/backend/commands: indexcmds.c
src/backend/executor: execMain.c
src/backend/optimizer/plan: plan
"Christopher Kings-Lynne" <[EMAIL PROTECTED]> writes:
>> Log message:
>> Coerce unknown-literal-constant default values to the column type during
>> CREATE TABLE (or ALTER TABLE SET DEFAULT), rather than postponing it to
>> the time that the default is inserted into an INSERT command by the
>> rewr
> Log message:
> Coerce unknown-literal-constant default values to the column type during
> CREATE TABLE (or ALTER TABLE SET DEFAULT), rather than postponing it to
> the time that the default is inserted into an INSERT command by the
> rewriter. This reverses an old decision that was intended to m
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/07/29 14:21:28
Modified files:
src/backend/catalog: heap.c
src/backend/rewrite: rewriteHandler.c
src/include/catalog: catversion.h
Log message:
Coerce unknown-litera
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/07/20 18:56:35
Modified files:
src/backend/catalog: heap.c
src/backend/commands: aggregatecmds.c alter.c analyze.c async.c
cluster.c comment.c conversion