Hi, i would like to answer if there is any way in postgres to find the
page miss hits caused during a query execution.
Is there something like explain analyze with the page miss hits???
---(end of broadcast)---
TIP 9: the planner will ignore your
Log Message:
---
Readd pg_config --pgxs code.
Modified Files:
--
pgsql-server/doc/src/sgml/ref:
pg_config-ref.sgml (r1.17 -> r1.18)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/doc/src/sgml/ref/pg_config-ref.sgml.diff?r1=1.17&r2=1.18)
pgsql-
Log Message:
---
Mark savepoints as supported.
Modified Files:
--
pgsql-server/src/backend/catalog:
sql_features.txt (r1.9 -> r1.10)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/catalog/sql_features.txt.diff?r1=1.9&r2=1.10)
Log Message:
---
Translation update
Modified Files:
--
pgsql-server/src/backend/po:
zh_TW.po (r1.3 -> r1.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/po/zh_TW.po.diff?r1=1.3&r2=1.4)
---(end of broadcast)--
Log Message:
---
Translation update
Modified Files:
--
pgsql-server/src/bin/initdb/po:
zh_TW.po (r1.4 -> r1.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/initdb/po/zh_TW.po.diff?r1=1.4&r2=1.5)
---(end of broadc
Log Message:
---
Translation updates
Modified Files:
--
pgsql-server/src/bin/initdb:
nls.mk (r1.8 -> r1.9)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/initdb/nls.mk.diff?r1=1.8&r2=1.9)
pgsql-server/src/bin/pg_controldata:
nl
Log Message:
---
While perusing SQL92 I realized that we are delivering the wrong SQLSTATE
error code for string-too-long errors. It should be STRING_DATA_RIGHT_TRUNCATION
not STRING_DATA_LENGTH_MISMATCH. The latter probably should only be
applied to cases where a string must be exactly s
Log Message:
---
Actually, there's no need to use pg_strcasecmp for checking exception
names, because the name we got from the lexer is already downcased.
Just store the table in lower case and use strcmp ...
Modified Files:
--
pgsql-server/src/pl/plpgsql/src:
pl_ex
Log Message:
---
Add missing encoding, sort the list.
Modified Files:
--
pginst/wxs:
uidata.wxs (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/uidata.wxs.diff?r1=1.4&r2=1.5)
---(end of broadcast)-
Log Message:
---
Fix not-quite-right Assertion. Did not work at all in extended-query
mode (per complaint from Kris Jurka) and it was only by chance that it
didn't fail in simple-query mode. A COMMIT or ROLLBACK has to be
executed by a portal, therefore it's wrong to suppose that there ar
Log Message:
---
Move dbsize/oid2name to open items list.
Modified Files:
--
pgsql-server/doc/src/sgml:
release.sgml (r1.275 -> r1.276)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/doc/src/sgml/release.sgml.diff?r1=1.275&r2=1.276)
-
11 matches
Mail list logo