pgsql/ oc/src/sgml/perform.sgml oc/src/sgml/re ... - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql/ oc/src/sgml/perform.sgml oc/src/sgml/re ...
Date
Msg-id 20020324043110.BBE76475873@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/03/23 23:31:09

Modified files:
    doc/src/sgml   : perform.sgml release.sgml runtime.sgml
    doc/src/sgml/ref: explain.sgml
    src/backend/commands: explain.c
    src/backend/nodes: print.c
    src/backend/tcop: postgres.c utility.c
    src/backend/utils/misc: guc.c postgresql.conf.sample
    src/bin/psql   : tab-complete.c
    src/include/commands: explain.h
    src/include/nodes: print.h
    src/include/utils: guc.h

Log message:
    EXPLAIN output now comes out as a query result, not a NOTICE message.
    Also, fix debug logging of parse/plan trees so that the messages actually
    go through elog(), not directly to stdout.


pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/ oc/src/sgml/catalogs.sgml rc/backend/ca ...
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/doc/src/sgml/ref explain.sgml