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
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
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
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 ->
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 ->
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 ->
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
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
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)
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
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
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
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
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
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
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:
--
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
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
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
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
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
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
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
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
24 matches
Mail list logo