Log Message:
---
Add parallel loader for pg_bulkload 3.0.
If LOADER=PARALLEL is specified, input file parse and data load are executed
in different backends. Parsed tuples are passed through a shared memory queue.
Loading would be improved at best twice as faster as loading with single
pro
Log Message:
---
Wording improvement for recent sesssion identifier SQL query.
Modified Files:
--
pgsql/doc/src/sgml:
config.sgml (r1.218 -> r1.219)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.218&r2=1.219)
--
Sent via pg
Log Message:
---
Clean up ecpg's use of mmerror(): const-ify the format argument, add an
__attribute__() marker so that gcc can validate the format string against
the actual arguments, get rid of overcomplicated and unsafe usage in
base_yyerror().
Modified Files:
--
pgsql/s
Log Message:
---
Fix tsquerysel() to not fail on an empty TSQuery. Per report from
Tatsuo Ishii.
Modified Files:
--
pgsql/src/backend/tsearch:
ts_selfuncs.c (r1.2 -> r1.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/ts_selfuncs.c?r1
Log Message:
---
Change rather bizarre code ordering in get_id(). This isn't strictly
cosmetic --- I'm wondering if geteuid could have side effects on errno,
thus possibly resulting in a misleading error message after failure of
getpwuid.
Modified Files:
--
pgsql/src/bin/i
Log Message:
---
Stamp alpha 17.
Modified Files:
--
pg_migrator:
README (r1.27 -> r1.28)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/README?r1=1.27&r2=1.28)
--
Sent via pgsql-committers mailing list ([email protected]
Log Message:
---
Stamp alpha 17.
Modified Files:
--
pg_migrator/src:
pg_migrator.h (r1.44 -> r1.45)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/pg_migrator.h?r1=1.44&r2=1.45)
--
Sent via pgsql-committers mailing list (pgsql-co
bruce wrote:
> Michael Glaesemann wrote:
> > At one time I believe pgfoundry project commit emails included an X-
> > PgFoundry flag. This was helpful for filtering. I notice that this
> > email does not have one. Has something changed wrt the commit emails?
>
> I think you are correct; someth
Log Message:
---
Improve comment about 'if (1)' hack in copy.c macros.
Modified Files:
--
pgsql/src/backend/commands:
copy.c (r1.310 -> r1.311)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/copy.c?r1=1.310&r2=1.311)
--
Sent via pgsq
Log Message:
---
Add comment about why "((void) 0)" is used in copy macros.
Modified Files:
--
pgsql/src/backend/commands:
copy.c (r1.309 -> r1.310)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/copy.c?r1=1.309&r2=1.310)
--
Sent via
Log Message:
---
Update README wording.
Modified Files:
--
pg_migrator:
README (r1.26 -> r1.27)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/README?r1=1.26&r2=1.27)
--
Sent via pgsql-committers mailing list (pgsql-committers@postgr
11 matches
Mail list logo