[COMMITTERS] libpqtypes - libpqtypes: Made include assignment append, INC += -Isrc,

2008-11-11 Thread User Achernow
Log Message: --- Made include assignment append, INC += -Isrc, so more include paths can be supplied to make Modified Files: -- libpqtypes: Makefile.win32 (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/Makefile.win32.diff

[COMMITTERS] libpqtypes - libpqtypes: Made PQtypesRegister a function to hide

2008-11-11 Thread User Achernow
Log Message: --- Made PQtypesRegister a function to hide PGEventProc address, windows func addresses differ from an application and its loaded DLLs. Removed PQtypesEventProc API function, no longer needed. Modified Files: -- libpqtypes/src: events.c (r1.4 -> r1.5

[COMMITTERS] pgsql: Clean up the ancient decision to show only two fractional-seconds

2008-11-11 Thread Tom Lane
Log Message: --- Clean up the ancient decision to show only two fractional-seconds digits in "postgres_verbose" intervalstyle, and the equally arbitrary decision to show at least two fractional-seconds digits in most other datetime display styles. This results in some minor changes in the

[COMMITTERS] pgsql: Detect and error out on inability to get proper linkage

2008-11-11 Thread Andrew Dunstan
Log Message: --- Detect and error out on inability to get proper linkage information required for plperl, usually due to absence of perl ExtUtils::Embed module. Backpatch as far as 8.1. Tags: REL8_1_STABLE Modified Files: -- pgsql: configure (r1.461.2.28 ->

[COMMITTERS] pgsql: Detect and error out on inability to get proper linkage

2008-11-11 Thread Andrew Dunstan
Log Message: --- Detect and error out on inability to get proper linkage information required for plperl, usually due to absence of perl ExtUtils::Embed module. Backpatch as far as 8.1. Tags: REL8_2_STABLE Modified Files: -- pgsql: configure (r1.523.2.21 ->

[COMMITTERS] pgsql: Detect and error out on inability to get proper linkage

2008-11-11 Thread Andrew Dunstan
Log Message: --- Detect and error out on inability to get proper linkage information required for plperl, usually due to absence of perl ExtUtils::Embed module. Backpatch as far as 8.1. Tags: REL8_3_STABLE Modified Files: -- pgsql: configure (r1.578.2.10 ->

[COMMITTERS] pgsql: Detect and error out on inability to get proper linkage

2008-11-11 Thread Andrew Dunstan
Log Message: --- Detect and error out on inability to get proper linkage information required for plperl, usually due to absence of perl ExtUtils::Embed module. Backpatch as far as 8.1. Modified Files: -- pgsql: configure (r1.610 -> r1.611) (http://anoncv

[COMMITTERS] pgsql: Mention the tup_fetched column in pg_stat_database.

2008-11-11 Thread Magnus Hagander
Log Message: --- Mention the tup_fetched column in pg_stat_database. Greg Sabino Mullane Tags: REL8_3_STABLE Modified Files: -- pgsql/doc/src/sgml: monitoring.sgml (r1.55 -> r1.55.2.1) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/moni

[COMMITTERS] pgsql: Mention the tup_fetched column in pg_stat_database.

2008-11-11 Thread Magnus Hagander
Log Message: --- Mention the tup_fetched column in pg_stat_database. Greg Sabino Mullane Modified Files: -- pgsql/doc/src/sgml: monitoring.sgml (r1.62 -> r1.63) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/monitoring.sgml?r1=1.62&r2=1.63)

[COMMITTERS] pgsql: Ensure that the phrels sets of PlaceHolderVars appearing in an

2008-11-11 Thread Tom Lane
Log Message: --- Ensure that the phrels sets of PlaceHolderVars appearing in an AppendRelInfo's translated_vars list get updated when pulling up an appendrel member. It's not clear that this really matters at present, since relatively little gets done with the outputs of an appendrel child

[COMMITTERS] pgsql: Get rid of adjust_appendrel_attr_needed(), which has been broken

2008-11-11 Thread Tom Lane
Log Message: --- Get rid of adjust_appendrel_attr_needed(), which has been broken ever since we extended the appendrel mechanism to support UNION ALL optimization. The reason nobody noticed was that we are not actually using attr_needed data for appendrel children; hence it seems more reas

[COMMITTERS] pgsql: Get rid of adjust_appendrel_attr_needed(), which has been broken

2008-11-11 Thread Tom Lane
Log Message: --- Get rid of adjust_appendrel_attr_needed(), which has been broken ever since we extended the appendrel mechanism to support UNION ALL optimization. The reason nobody noticed was that we are not actually using attr_needed data for appendrel children; hence it seems more reas

[COMMITTERS] pgsql: Get rid of adjust_appendrel_attr_needed(), which has been broken

2008-11-11 Thread Tom Lane
Log Message: --- Get rid of adjust_appendrel_attr_needed(), which has been broken ever since we extended the appendrel mechanism to support UNION ALL optimization. The reason nobody noticed was that we are not actually using attr_needed data for appendrel children; hence it seems more reas

[COMMITTERS] npgsql - Npgsql2: [#1010495] Bad performance calling a (empty) function

2008-11-11 Thread User Fxjr
Log Message: --- [#1010495] Bad performance calling a (empty) function very often. Now NpgsqlCommand caches previous results of internal checkings which were taking too much time if the command was used more than once. Modified Files: -- Npgsql2/src/Npgsql: Npgsq

[COMMITTERS] npgsql - Npgsql2: Fixed a typo which prevented DateTime.MaxValue to

2008-11-11 Thread User Fxjr
Log Message: --- Fixed a typo which prevented DateTime.MaxValue to work on previous patch. Thanks Andrus Moor for heads up. Modified Files: -- Npgsql2/src/Npgsql: NpgsqlParameter.cs (r1.19 -> r1.20) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsq

[COMMITTERS] pgsql: Make psql report "SSL connection (unknown cipher)" when libpq has

2008-11-11 Thread Magnus Hagander
Log Message: --- Make psql report "SSL connection (unknown cipher)" when libpq has set up a SSL connection, but psql is compiled without support for it. Not a really realistic use-case, but the patch also cuts down on the number of places with #ifdef's... Modified Files: --

Re: [COMMITTERS] pgsql: Fix sloppy omission of now-required #include's.

2008-11-11 Thread Heikki Linnakangas
Tom Lane wrote: Log Message: --- Fix sloppy omission of now-required #include's. Sorry about that. I just noticed those warnings myself when I saw your commit message.. -- Heikki Linnakangas EnterpriseDB http://www.enterprisedb.com -- Sent via pgsql-committers mailing list (pg

[COMMITTERS] pgsql: Fix sloppy omission of now-required #include's.

2008-11-11 Thread Tom Lane
Log Message: --- Fix sloppy omission of now-required #include's. Modified Files: -- pgsql/src/backend/access/transam: xact.c (r1.267 -> r1.268) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xact.c?r1=1.267&r2=1.268) pgsql/sr

[COMMITTERS] pgsql: Change error messages to print the physical path, like

2008-11-11 Thread Heikki Linnakangas
Log Message: --- Change error messages to print the physical path, like "base/11517/3767_fsm", instead of symbolic names like "1663/11517/3767/1", per Alvaro's suggestion. I didn't change the messages in the higher-level index, heap and FSM routines, though, where the fork is implicit. Mod

[COMMITTERS] libpqtypes - libpqtypes: bumped configure.ac version from 1.2a to 1.2b

2008-11-11 Thread User Achernow
Log Message: --- bumped configure.ac version from 1.2a to 1.2b Modified Files: -- libpqtypes: configure.ac (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/configure.ac.diff?r1=1.5&r2=1.6) -- Sent via pgsql-committers mail

[COMMITTERS] libpqtypes - libpqtypes: added version to most recent change log entry

2008-11-11 Thread User Achernow
Log Message: --- added version to most recent change log entry Modified Files: -- libpqtypes: ChangeLog (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog.diff?r1=1.2&r2=1.3) -- Sent via pgsql-committers mailing li

[COMMITTERS] libpqtypes - libpqtypes: added specifier format string caching to

2008-11-11 Thread User Achernow
Log Message: --- added specifier format string caching to improve performance (+25%): bipasses the parsing and type lookup stages of putf and getf Modified Files: -- libpqtypes: ChangeLog (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtyp

[COMMITTERS] pgsql: Replaced manually synced preproc.y by the one created by the new

2008-11-11 Thread Michael Meskes
Log Message: --- Replaced manually synced preproc.y by the one created by the new script. Adapted regression test files accordingly. Modified Files: -- pgsql/src/interfaces/ecpg/preproc: preproc.y (r1.381 -> r1.382) (http://anoncvs.postgresql.org/cvsweb.cg

[COMMITTERS] uuid81 - trunk: Imported Sources

2008-11-11 Thread User Alexk
Update of /cvsroot/uuid81/trunk In directory pgfoundry.org:/tmp/cvs-serv30879 Log Message: Initial import Status: Vendor Tag: uuid_pgfoundry Release Tags: initial N trunk/Makefile N trunk/README.uuid N trunk/uuid.c N trunk/uuid.h N trunk/uuid.sql.in N trunk/expected/uuid.o