Log Message:
---
Forgot to remove this file earlier
Removed Files:
-
pginst/lang/en:
Makefile
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/en/Makefile)
---(end of broadcast)---
TIP 6:
Log Message:
---
Security: Prep for 8.0.13
Tags:
REL8_0_STABLE
Modified Files:
--
pginst/package:
README.TXT (r1.1.2.12 -> r1.1.2.13)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT.diff?r1=1.1.2.12&r2=1.1.2.13)
Log Message:
---
Security: Prep for 8.1.9
Tags:
REL8_1_STABLE
Modified Files:
--
pginst/package:
README.TXT (r1.1.4.11 -> r1.1.4.12)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT.diff?r1=1.1.4.11&r2=1.1.4.12)
Log Message:
---
Security: Prep for 8.2.4
Tags:
REL8_2_STABLE
Modified Files:
--
pginst/package:
README.TXT (r1.4.2.3 -> r1.4.2.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT.diff?r1=1.4.2.3&r2=1.4.2.4)
Log Message:
---
Include the DTC enlist DLLs for psqlODBC
Tags:
REL8_2_STABLE
Modified Files:
--
pginst/wxs:
pginst.wxs (r1.182.2.2 -> r1.182.2.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.182.2.2&r2=1.18
Log Message:
---
Include the DTC enlist DLLs for psqlODBC
Modified Files:
--
pginst/wxs:
pginst.wxs (r1.195 -> r1.196)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.195&r2=1.196)
---(end of
Log Message:
---
Update JDBC driver
Modified Files:
--
pginst/wxs:
pginst.wxs (r1.196 -> r1.197)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.196&r2=1.197)
---(end of broadcast)---
Log Message:
---
Update JDBC driver
Tags:
REL8_2_STABLE
Modified Files:
--
pginst/wxs:
pginst.wxs (r1.182.2.3 -> r1.182.2.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.182.2.3&r2=1.182.2.4)
--
Log Message:
---
Remove duplicate text, per Magnus.
Modified Files:
--
pgsql/doc:
FAQ (r1.424 -> r1.425)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.424&r2=1.425)
pgsql/doc/src/FAQ:
FAQ.html (r1.380 -> r1.381)
(h
Log Message:
---
Add mention of checking behavior of HISTORY.html to release
checklist.
Modified Files:
--
pgsql/src/tools:
RELEASE_CHANGES (r1.72 -> r1.73)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/RELEASE_CHANGES.diff?r1=1.72&r2=1.73)
Log Message:
---
Bump version to 0.2.
Modified Files:
--
pkg:
setup.py (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pkg/setup.py.diff?r1=1.4&r2=1.5)
---(end of broadcast)---
TIP 1: if po
Log Message:
---
Use HEAD branch for HEAD.
Modified Files:
--
pkg:
configure (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pkg/configure.diff?r1=1.1&r2=1.2)
---(end of broadcast)---
TIP 3
Log Message:
---
Add script major_release_split to simplify creating release notes for
multiple releases.
Added Files:
---
pgsql/src/tools:
major_release_split (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/major_release_split?rev=1.1&conten
Log Message:
---
Add comment on why deadlock detection error messages only prints numbers.
Modified Files:
--
pgsql/src/backend/storage/lmgr:
deadlock.c (r1.46 -> r1.47)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/lmgr/deadlock.c.d
Log Message:
---
Documentation for UUID type
Modified Files:
--
pgsql/doc/src/sgml:
datatype.sgml (r1.196 -> r1.197)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/datatype.sgml.diff?r1=1.196&r2=1.197)
---(end of bro
Log Message:
---
Update the installer for WiX3.
He has forgotten then. sorry..
Modified Files:
--
psqlodbc:
Makefile.am (r1.41 -> r1.42)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/Makefile.am.diff?r1=1.41&r2=1.42)
--
Log Message:
---
Tweak set_rel_width() to avoid redundant executions of getrelid().
In very large queries this accounts for a noticeable fraction of
planning time. Per an example from Greg Stark.
Modified Files:
--
pgsql/src/backend/optimizer/path:
costsize.c (r1.1
Log Message:
---
Adjust pgstat_initstats() to avoid repeated searches of the TabStat arrays
when a relation is opened multiple times in the same transaction. This is
particularly useful for system catalogs, which we may heap_open or index_open
many times in a transaction, and it doesn't re
Log Message:
---
Improve the way in which CatalogCacheComputeHashValue combines multiple key
values: don't throw away perfectly good hash bits, and increase the shift
distances so as to provide more separation in the common case where some of
the key values are small integers (and so their
Log Message:
---
Tweak make_inh_translation_lists() to check the common case wherein parent and
child attnums are the same, before it grovels through each and every child
column looking for a name match. Saves some time in large inheritance trees,
per example from Greg.
Modified Files:
--
Log Message:
---
Avoid useless work during set_plain_rel_pathlist() when the relation
will be excluded by constraint exclusion anyway. Greg Stark
Modified Files:
--
pgsql/src/backend/optimizer/path:
allpaths.c (r1.161 -> r1.162)
(http://developer.postgresq
21 matches
Mail list logo