- Sep 20, 2010
-
-
Magnus Hagander authored
-
- Apr 28, 2010
-
-
Tom Lane authored
rather than returning NULL for some-but-not-all failures as they used to. Remove now-redundant tests for NULL from call sites. We had to do something about this because many call sites were failing to check for NULL; and changing it like this seems a lot more useful and mistake-proof than adding checks to the call sites without them.
-
- Feb 26, 2010
-
-
Bruce Momjian authored
-
- Jan 08, 2010
-
-
Itagaki Takahiro authored
This uses the same infrastructure with EXPLAIN BUFFERS to support {shared|local}_blks_{hit|read|written} andtemp_blks_{read|written} columns in the pg_stat_statements view. The dumped file format also updated. Thanks to Robert Haas for the review.
-
- Jan 02, 2010
-
-
Bruce Momjian authored
-
- Dec 29, 2009
-
-
Heikki Linnakangas authored
PL/pgSQL function within an exception handler. Make sure we use the right resource owner when we create the tuplestore to hold returned tuples. Simplify tuplestore API so that the caller doesn't need to be in the right memory context when calling tuplestore_put* functions. tuplestore.c automatically switches to the memory context used when the tuplestore was created. Tuplesort was already modified like this earlier. This patch also removes the now useless MemoryContextSwitch calls from callers. Report by Aleksei on pgsql-bugs on Dec 22 2009. Backpatch to 8.1, like the previous patch that broke this.
-
- Dec 15, 2009
-
-
Tom Lane authored
and use it to extend contrib/pg_stat_statements to track utility commands. Itagaki Takahiro, reviewed by Euler Taveira de Oliveira.
-
Robert Haas authored
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. Itagaki Takahiro, reviewed by Euler Taveira de Oliveira.
-
- Dec 01, 2009
-
-
Bruce Momjian authored
Add ProcessUtility_hook() to handle all DDL to contrib/pg_stat_statements.
-
Bruce Momjian authored
Add ProcessUtility_hook() to handle all DDL to contrib/pg_stat_statements. Itagaki Takahiro
-
- Jul 27, 2009
- Jun 11, 2009
-
-
Bruce Momjian authored
provided by Andrew.
-
- Jan 05, 2009
-
-
Tom Lane authored
get listed in custom_variable_classes.
-
- Jan 04, 2009
-
-
Tom Lane authored
statistics. Takahiro Itagaki
-