pgsql-server/src backend/parser/analyze.c back ...

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/parser/analyze.c back ...
Date: 2003-06-15 16:42:08
Message-ID: 20030615164208.1554030E8E0@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 03/06/15 13:42:08

Modified files:
src/backend/parser: analyze.c parse_clause.c
src/include/parser: parse_clause.h

Log message:
Cause GROUP BY clause to adopt ordering operators from ORDER BY when
both clauses specify the same targets, rather than always using the
default ordering operator. This allows 'GROUP BY foo ORDER BY foo DESC'
to be done with only one sort step.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-06-15 17:59:10 pgsql-server/ ontrib/dblink/dblink.c ontrib/ta ...
Previous Message Tom Lane 2003-06-15 16:21:40 pgsql-server/src/backend/libpq hba.c