Log Message:
---
Emergency bug fix, export crashing due to bug introduced in previous enhancement
Modified Files:
--
bizgres/KETL/src/com/kni/etl:
ETLJob.java (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/src/com/kni/etl/E
Log Message:
---
Remove trailing blank line from exports.txt.
Modified Files:
--
pgsql/src/interfaces/libpq:
exports.txt (r1.9 -> r1.10)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/exports.txt.diff?r1=1.9&r2=1.10)
---
Log Message:
---
Add PQisthreadsafe() to libpq, to allow library applications to query
the thread-safety status of the library.
Modified Files:
--
pgsql/doc/src/sgml:
libpq.sgml (r1.210 -> r1.211)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sg
Log Message:
---
Tweak writetup_heap/readtup_heap to avoid storing the tuple identity
and transaction visibility fields of tuples being sorted. These are
always uninteresting in a tuple being sorted (if the fields were actually
selected, they'd have been pulled out into user columns before
Log Message:
---
Update text:
> This allows tables to be added/removed from an inheritance
> hierarchy. This is particularly useful for table partitioning.
Modified Files:
--
pgsql/doc:
TODO (r1.1825 -> r1.1826)
(http://developer.postgresq
Log Message:
---
Add:
> o Add ALTER TABLE tab ADD/DROP INHERITS parent
>
> pg_attribute.attislocal has to be set to 'false' for ADD, and
> pg_attribute.attinhcount adjusted appropriately
>
Modified Files:
--
pgsql/doc:
TODO (r1.1824 -> r1.182
Log Message:
---
added google-analytics markers
Modified Files:
--
www:
tutorial.html (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/www/tutorial.html.diff?r1=1.5&r2=1.6)
reports.html (r1.6 -> r1.7)
(http://cvs.pgfound
Log Message:
---
Rename in release notes: Mac -> OS/X, Intel to x86:
Fix for OS/X Bonjour on x86 systems (Ashley Clark)
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.400.2.27 -> r1.400.2.28)
(http://developer.postgresq
Log Message:
---
Rename in release notes: Mac -> OS/X, Intel to x86:
Fix for OS/X Bonjour on x86 systems (Ashley Clark)
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.428 -> r1.429)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/
Log Message:
---
Rewritting a little bit select statement grammar. Removing duplicating code and
putting it into a separate function. Improving its correctnes.
Modified Files:
--
protopg:
Makefile (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb
Log Message:
---
sss, forgot to add ora_scanner.c into ignore list :)
Modified Files:
--
protopg:
.cvsignore (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/protopg/protopg/.cvsignore.diff?r1=1.1&r2=1.2)
---(end
Log Message:
---
Adding a .cvsignore. I hate when see a bunch of ?blablabal on cvs update.
Adding new regression file.
Added Files:
---
protopg:
.cvsignore (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/protopg/protopg/.cvsignore?rev=1.1&content-type=tex
Log Message:
---
Avoid duplicate definition of LOCALEDIR in pg_config.h, already defined
in port/pg_config_paths.h.
Modified Files:
--
pgsql:
configure (r1.492 -> r1.493)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.492&r2=1.493)
Log Message:
---
Updated the readme to include information about required third party libraries.
Modified Files:
--
bizgres/KETL:
README.txt (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/README.txt.diff?r1=1.3&r2=1.4)
---
Log Message:
---
Keep rating as text to show off check constraints
convert release year to "year" domain to show off domains
convert special features to text[] for array use.
clean up readme, prepare to tag and package
Modified Files:
--
pagila:
README (r1.2 -> r1.
Log Message:
---
Updated jars - previous update failed
Modified Files:
--
bizgres/KETL/lib:
KETLPostGreExt.jar (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/lib/KETLPostGreExt.jar.diff?r1=1.8&r2=1.9)
KETLSOAPExt.ja
Log Message:
---
Enhancement.
Added the RegExExtractTransformation, this component is used to extract data
from fields using regular expressions.
Added Files:
---
bizgres/KETL/xml/Tests:
RegExTransform.xml (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cg
Log Message:
---
Klugy fix for bug #2447: we can't expand a whole-row reference to NEW
in a rule WHERE expression while inserting it into the original query,
because the 8.0 ResolveNew API is wrongly designed. This is fixed in 8.1
but I'm disinclined to risk back-porting the changes. Inst
Log Message:
---
Fixed:
Bug found that caused XML to be double escaped under some circumstances - FIXED
Modified Files:
--
bizgres/KETL/src/com/kni/etl/util:
XMLHelper.java (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/src
Log Message:
---
Add 'selector' keyword for arbitrary filtering.
(For read_config)
Modified Files:
--
ctl/src:
config.py (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ctl/src/config.py.diff?r1=1.2&r2=1.3)
ctl/test:
config.py
Log Message:
---
New wording, "What is the upgrade process for PostgreSQL?"
Modified Files:
--
pgsql/doc:
FAQ (r1.388 -> r1.389)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.388&r2=1.389)
pgsql/doc/src/FAQ:
FAQ.html (r1.34
Log Message:
---
Update heading for upgrades.
Modified Files:
--
pgsql/doc:
FAQ (r1.387 -> r1.388)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.387&r2=1.388)
pgsql/doc/src/FAQ:
FAQ.html (r1.343 -> r1.344)
(http://
Log Message:
---
Add mention that everyone should upgrade to minor releases.
Modified Files:
--
pgsql/doc:
FAQ (r1.386 -> r1.387)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.386&r2=1.387)
pgsql/doc/src/FAQ:
FAQ.html (r1.3
Log Message:
---
Remove CXT_printf/CXT1_printf macros. If anyone had found them to be of
any use in the past many years, we'd have made some effort to include
them in all executor node types; but in fact they were only in
nodeAppend.c and nodeIndexscan.c, up until I copied nodeIndexscan.c'
Log Message:
---
Add cluster interface.
This merely ties in all the pg_config, initdb, and pg_ctl interfaces into one
more convenient interface. It also makes use of boss/config to provide
configuration capabilities.
Added Files:
---
ctl/src:
cluster.py (r1.1)
Log Message:
---
backporting mediawiki 1.6.6 security fix
Modified Files:
--
wikipgedia/includes:
Sanitizer.php (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/wikipedia/wikipgedia/includes/Sanitizer.php.diff?r1=1.2&r2=1.3)
26 matches
Mail list logo