patch to implement ECPG side tracing / tracking ... - Mailing list pgsql-hackers

From Hans-Jürgen Schönig
Subject patch to implement ECPG side tracing / tracking ...
Date
Msg-id A7E4AC1D-3ED9-4F8B-B7B8-BB8D67062397@cybertec.at
Whole thread Raw
Responses Re: patch to implement ECPG side tracing / tracking ...  (Jaime Casanova <jcasanov@systemguards.com.ec>)
Re: patch to implement ECPG side tracing / tracking ...  (Michael Meskes <meskes@postgresql.org>)
Re: patch to implement ECPG side tracing / tracking ...  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
hi,

this patch implements SQL side tracing / tracking of statements and
statement execution times.
it is primarily intended to allow programmers to gather information
about the runtime behavior of a program and to figure out easily where
the bottlenecks are.
i used the ECPG prepared statement infrastructure to implement this.
the goal of this code is allow people to port code from databases such
as Informix to PostgreSQL more easily and to figure out as fast as
possible which types of queries are fast and which ones are slow.

    best regards,

        hans



--
Cybertec Schönig & Schönig GmbH
Reyergasse 9 / 2
A-2700 Wiener Neustadt
Web: www.postgresql-support.de


Attachment

pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: Streaming replication status
Next
From: Simon Riggs
Date:
Subject: Re: Hot Standy introduced problem with query cancel behavior