[COMMITTERS] pgsql: Python 3 support in PL/Python Behaves more or less unchanged

2009-12-15 Thread Peter Eisentraut
Log Message: --- Python 3 support in PL/Python Behaves more or less unchanged compared to Python 2, but the new language variant is called plpython3u. Documentation describing the naming scheme is included. Modified Files: -- pgsql: configure (r1.662 -> r1.663)

[COMMITTERS] pgsql: Avoid unnecessary copying of source string when generating a

2009-12-15 Thread Tom Lane
Log Message: --- Avoid unnecessary copying of source string when generating a cloned TParser. For long source strings the copying results in O(N^2) behavior, and the multiplier can be significant if wide-char conversion is involved. Andres Freund, reviewed by Kevin Grittner. Modified File

Re: [COMMITTERS] pgsql: Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.

2009-12-15 Thread Robert Haas
On Tue, Dec 15, 2009 at 1:32 PM, Simon Riggs wrote: > On Tue, 2009-12-15 at 04:57 +, Robert Haas wrote: >> This patch also removes buffer-usage statistics from the track_counts >> output, since this (or the global server statistics) is deemed to be a >> better interface to this information. >

[COMMITTERS] pgsql: Add a hook to let loadable modules get control at ProcessUtility

2009-12-15 Thread Tom Lane
Log Message: --- Add a hook to let loadable modules get control at ProcessUtility execution, and use it to extend contrib/pg_stat_statements to track utility commands. Itagaki Takahiro, reviewed by Euler Taveira de Oliveira. Modified Files: -- pgsql/contrib/pg_stat_stateme

Re: [COMMITTERS] pgsql: Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.

2009-12-15 Thread Euler Taveira de Oliveira
Simon Riggs escreveu: > On Tue, 2009-12-15 at 04:57 +, Robert Haas wrote: >> This patch also removes buffer-usage statistics from the track_counts >> output, since this (or the global server statistics) is deemed to be a >> better interface to this information. > > I hope anything being remove

Re: [COMMITTERS] pgsql: Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.

2009-12-15 Thread Simon Riggs
On Tue, 2009-12-15 at 04:57 +, Robert Haas wrote: > This patch also removes buffer-usage statistics from the track_counts > output, since this (or the global server statistics) is deemed to be a > better interface to this information. I hope anything being removed is documented, though I don't

[COMMITTERS] pgsql: Support ORDER BY within aggregate function calls, at long last

2009-12-15 Thread Tom Lane
Log Message: --- Support ORDER BY within aggregate function calls, at long last providing a non-kluge method for controlling the order in which values are fed to an aggregate function. At the same time eliminate the old implementation restriction that DISTINCT was only supported for single

[COMMITTERS] pgsql: Fix broken markup.

2009-12-15 Thread Tom Lane
Log Message: --- Fix broken markup. Modified Files: -- pgsql/doc/src/sgml: pgbench.sgml (r1.11 -> r1.12) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/pgbench.sgml?r1=1.11&r2=1.12) -- Sent via pgsql-committers mailing list (pgsql-committers