Log Message:
---
debian packaging bugfix for #541668
Modified Files:
--
debian:
Makefile (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/hstore-new/debian/Makefile?r1=1.1.1.1&r2=1.2)
debian/debian:
changelog (r1.1.1.1 -> r1.2)
Log Message:
---
Better support for GUC options
Modified Files:
--
preprepare:
pre_prepare.c (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/preprepare/preprepare/pre_prepare.c?r1=1.4&r2=1.5)
preprepare/debian:
changelog (r1.4 -> r1.
Log Message:
---
- Fix compile warning for MemSet in stats_info.c
Modified Files:
--
pg_statsinfo/pg_statsinfo/stats_info:
stats_info.c (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/pg_statsinfo/stats_info/stats_info.c
Log Message:
---
Introduce filtering dictionary support to tsearch. Propagate --nolocale option
to CREATE DATABASE command in pg_regress to allow correct checking of
locale-sensitive contrib modules.
Modified Files:
--
pgsql/src/backend/tsearch:
ts_parse.c (r1.13
Update of /cvsroot/pgsql/contrib/unaccent/sql
In directory cvs.postgresql.org:/tmp/cvs-serv71441/contrib/unaccent/sql
Log Message:
Directory /cvsroot/pgsql/contrib/unaccent/sql added to the repository
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to
Update of /cvsroot/pgsql/contrib/unaccent
In directory cvs.postgresql.org:/tmp/cvs-serv71441/contrib/unaccent
Log Message:
Directory /cvsroot/pgsql/contrib/unaccent added to the repository
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscr
Update of /cvsroot/pgsql/contrib/unaccent/expected
In directory cvs.postgresql.org:/tmp/cvs-serv71441/contrib/unaccent/expected
Log Message:
Directory /cvsroot/pgsql/contrib/unaccent/expected added to the repository
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To
Log Message:
---
Unaccent dictionary.
Modified Files:
--
pgsql/contrib:
Makefile (r1.88 -> r1.89)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/Makefile?r1=1.88&r2=1.89)
README (r1.100 -> r1.101)
(http://anoncvs.postgresql.org/cvs
Log Message:
---
Fix USE_PGXS=1 build on 8.3 or earlier versions.
(per Mitsuru HASEGAWA)
Tags:
VERSION_2_4_0
Modified Files:
--
pgbulkload/lib:
Makefile (r1.4 -> r1.4.2.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/lib/Makefil
Log Message:
---
- Make pg_make_report.pl to timeout in prompt password.
- Previously pg_make_report waited until password was input to connect
DB. Now pg_make_report.pl time-outs in 10 seconds.
Modified Files:
--
pg_statsinfo/pg_statsinfo/reporter:
pg_make_re
Log Message:
---
- Collect information of pg_stat_statements and pg_stat_user_functions.
- Now reporter can show the SQL Ordered and the Function Orderd information.
Modified Files:
--
pg_statsinfo/pg_statsinfo/reporter:
pg_report_config.pm (r1.2 -> r1.3)
Log Message:
---
Suppress compiler warnings about uninitialized variables.
Modified Files:
--
pgsql/contrib/unaccent:
unaccent.c (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/unaccent/unaccent.c?r1=1.1&r2=1.2)
--
Sent via pgsql-co
Log Message:
---
Fix copy-and-pasteo that might explain some of the buildfarm's
indigestion about this module.
Modified Files:
--
pgsql/contrib/unaccent:
Makefile (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/unaccent/Makefile?r1=1.
Log Message:
---
Fix some *other* compiler warnings from a different gcc version.
Modified Files:
--
pgsql/contrib/unaccent:
unaccent.c (r1.2 -> r1.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/unaccent/unaccent.c?r1=1.2&r2=1.3)
--
Sent via p
Log Message:
---
Print the actual DB encoding in the unaccent regression test.
This is to help make it more obvious what the problem is, if the
encoding isn't what the test expects.
Modified Files:
--
pgsql/contrib/unaccent/expected:
unaccent.out (r1.1 -> r1.2)
Log Message:
---
Remove duplicate from release notes, and reorganize slightly.
Modified Files:
--
pgsql/doc/src/sgml:
release-8.5.sgml (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release-8.5.sgml?r1=1.1&r2=1.2)
--
Sent via
On Tue, Aug 18, 2009 at 6:34 AM, Teodor Sigaev wrote:
> Log Message:
> ---
> Unaccent dictionary.
Do you need to mark this as committed?
https://commitfest.postgresql.org/action/patch_view?id=134
...Robert
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To m
Log Message:
---
Fix overflow for INTERVAL 'x ms' where x is more than a couple million,
and integer datetimes are in use. Per bug report from Hubert Depesz
Lubaczewski.
Alex Hunsaker
Modified Files:
--
pgsql/src/backend/utils/adt:
datetime.c (r1.208 -> r1.209)
Log Message:
---
Fix overflow for INTERVAL 'x ms' where x is more than a couple million,
and integer datetimes are in use. Per bug report from Hubert Depesz
Lubaczewski.
Alex Hunsaker
Tags:
REL8_3_STABLE
Modified Files:
--
pgsql/src/backend/utils/adt:
dateti
Log Message:
---
Fix overflow for INTERVAL 'x ms' where x is more than a couple million,
and integer datetimes are in use. Per bug report from Hubert Depesz
Lubaczewski.
Alex Hunsaker
Tags:
REL8_4_STABLE
Modified Files:
--
pgsql/src/backend/utils/adt:
dateti
Log Message:
---
Fix overflow for INTERVAL 'x ms' where x is more than a couple million,
and integer datetimes are in use. Per bug report from Hubert Depesz
Lubaczewski.
Alex Hunsaker
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/src/backend/utils/adt:
dateti
Log Message:
---
Fix overflow for INTERVAL 'x ms' where x is more than a couple million,
and integer datetimes are in use. Per bug report from Hubert Depesz
Lubaczewski.
Alex Hunsaker
Tags:
REL8_2_STABLE
Modified Files:
--
pgsql/src/backend/utils/adt:
dateti
Log Message:
---
Fix overflow for INTERVAL 'x ms' where x is more than a couple million,
and integer datetimes are in use. Per bug report from Hubert Depesz
Lubaczewski.
Alex Hunsaker
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql/src/backend/utils/adt:
dateti
Log Message:
---
Fix overflow for INTERVAL 'x ms' where x is more than a couple million,
and integer datetimes are in use. Per bug report from Hubert Depesz
Lubaczewski.
Alex Hunsaker
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/src/backend/utils/adt:
dateti
Log Message:
---
Pick up REGRESS_OPTS from contrib makefiles. Along the way, fix ordering of
makefile tests to mimic gmake.
Modified Files:
--
pgsql/src/tools/msvc:
vcregress.pl (r1.10 -> r1.11)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msv
Log Message:
---
Allow mixing of traditional and SQL:2008 LIMIT/OFFSET syntax. Being rigid
about it doesn't simplify the grammar at all, and it does invite confusion
among those who only read the SELECT syntax summary and not the full details.
Per gripe from Jaime Casanova.
Modified Files
Log Message:
---
* cleaned up and added tests for the options to pg_result
Modified Files:
--
libpgtcl/tests:
pgtcl.test (r1.17 -> r1.18)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/tests/pgtcl.test?r1=1.17&r2=1.18)
--
Sent via pgsql-commi
Log Message:
---
* fixed bug with Tcl 8.5 where it gave an error with pg_result -assignbydx
"Tcl_SetIntObj called with shared object"
Modified Files:
--
libpgtcl/generic:
pgtclCmds.c (r1.76 -> r1.77)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpg
28 matches
Mail list logo