Log Message:
---
Implement the new type system.
This makes Postgres.Type a metaclass for Postgres.Object. Postgres.Object is a
proper Python type object. Extensions are made by subclassing Postgres.Object,
and associating the appropriate type identification information with the class.
Thi
Log Message:
---
Improve performance of CHECK_FOR_INTERRUPTS() macro on Windows by not doing
a kernel call unless there's some evidence of a pending signal. This should
bring its performance on Windows into line with the Unix version. Problem
diagnosis and patch by Qingqing Zhou. Minor s
Update of /cvsroot/python/be/src/type
In directory pgfoundry.org:/tmp/cvs-serv32452/type
Log Message:
Directory /cvsroot/python/be/src/type added to the repository
---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster
Update of /cvsroot/python/be/include/pypg/type
In directory pgfoundry.org:/tmp/cvs-serv32342/type
Log Message:
Directory /cvsroot/python/be/include/pypg/type added to the repository
---(end of broadcast)---
TIP 6: explain analyze is your friend
Log Message:
---
Clean up autovacuum documentation, which was a bit out of sync with what
the code actually does, and needed copy-editing anyway. Also take the
opportunity to expand the section on routine reindexing.
Modified Files:
--
pgsql/doc/src/sgml:
maintenan
Log Message:
---
Russian PR, v1.0, with initial copy-editing.
Added Files:
---
pr/releases/8.1/ru:
release.txt (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.1/ru/release.txt?rev=1.1&content-type=text/x-cvsweb-markup)
Log Message:
---
Fix EXPLAIN ANALYZE bug noted by Wiebe Cazemier: although we were
properly advancing the CommandCounter between multiple sub-queries
generated by rules, we forgot to update the snapshot being used, so
that the successive sub-queries didn't actually see each others'
results.
Log Message:
---
Add an implicit cast from varchar to regclass, so that existing code
of the form nextval('foo'::varchar) doesn't break. Per gripe from
Jean-Pierre Pelletier. Initdb forced :-(
Modified Files:
--
pgsql/src/include/catalog:
catversion.h (r1.304 -> r
Log Message:
---
Add missing PQinitSSL and PQregisterThreadLock to exports.txt.
Modified Files:
--
pgsql/src/interfaces/libpq:
exports.txt (r1.4 -> r1.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/exports.txt.diff?r1=1.4&r2=1.5)
Log Message:
---
Release 8.1 and press kit - RO translation.
Modified Files:
--
pr/releases/8.1/ro:
presskit81.html.ro (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.1/ro/presskit81.html.ro.diff?r1=1.3&r2=1.4)
releas
Log Message:
---
Update obsolete URL, per Chris.
Modified Files:
--
pgsql/doc/src/sgml:
gist.sgml (r1.22 -> r1.23)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/gist.sgml.diff?r1=1.22&r2=1.23)
---(end of broadcast)-
Log Message:
---
Some corrections, improvments on release.txt.
Modified Files:
--
pr/releases/8.1/de:
release.txt (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.1/de/release.txt.diff?r1=1.2&r2=1.3)
-
Log Message:
---
Added README.encoding with some help concerning character set conversion.
Added Files:
---
pr/releases/8.1/de:
README.encoding (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.1/de/README.encoding?rev=1.1&content-type=tex
Log Message:
---
version 1.1
Modified Files:
--
pr/releases/8.1/zh_CN:
presskit81.html (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.1/zh_CN/presskit81.html.diff?r1=1.1&r2=1.2)
---(end of broadcast)
14 matches
Mail list logo