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)
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
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.
>
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
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
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
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
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