[COMMITTERS] pgstatsinfo - pg_statsinfo: - Move all tables/views/functions on
Log Message: --- - Move all tables/views/functions on "statsinfo" schema. - Do not get information from "pg_catalog" and "information_schema" anymore. - Allow reporter to output autovacuum start time. - Fix some small typo. Modified Files: -- pg_statsinfo/pg_statsinfo/reporter: pg_make_report.pl (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/pg_statsinfo/reporter/pg_make_report.pl?r1=1.1.1.1&r2=1.2) pg_report_config.pm (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/pg_statsinfo/reporter/pg_report_config.pm?r1=1.1.1.1&r2=1.2) pg_statsreport.tmpl (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/pg_statsinfo/reporter/pg_statsreport.tmpl?r1=1.1.1.1&r2=1.2) pg_statsreport_summary.tmpl (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/pg_statsinfo/reporter/pg_statsreport_summary.tmpl?r1=1.1.1.1&r2=1.2) pg_statsinfo/pg_statsinfo/stats_info: stats_info.c (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/pg_statsinfo/stats_info/stats_info.c?r1=1.1.1.1&r2=1.2) stats_info.sql.in (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/pg_statsinfo/stats_info/stats_info.sql.in?r1=1.1.1.1&r2=1.2) stats_info_sql.h (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/pg_statsinfo/stats_info/stats_info_sql.h?r1=1.1.1.1&r2=1.2) uninstall_stats_info.sql (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/pg_statsinfo/stats_info/uninstall_stats_info.sql?r1=1.1.1.1&r2=1.2) pg_statsinfo/pg_statsinfo/target_db: target_db.sql.in (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/pg_statsinfo/target_db/target_db.sql.in?r1=1.1.1.1&r2=1.2) uninstall_target_db.sql (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/pg_statsinfo/target_db/uninstall_target_db.sql?r1=1.1.1.1&r2=1.2) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pgsql: Fix incorrect cleanup of tsquery in ts_rewrite().
Log Message: --- Fix incorrect cleanup of tsquery in ts_rewrite(). Per bug #4933 by Aaron Marcuse-Kubitza Modified Files: -- pgsql/src/backend/utils/adt: tsquery_rewrite.c (r1.15 -> r1.16) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/tsquery_rewrite.c?r1=1.15&r2=1.16) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pgsql: Fix incorrect cleanup of tsquery in ts_rewrite().
Log Message: --- Fix incorrect cleanup of tsquery in ts_rewrite(). Per bug #4933 by Aaron Marcuse-Kubitza Tags: REL8_4_STABLE Modified Files: -- pgsql/src/backend/utils/adt: tsquery_rewrite.c (r1.14 -> r1.14.2.1) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/tsquery_rewrite.c?r1=1.14&r2=1.14.2.1) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pgsql: Fix incorrect cleanup of tsquery in ts_rewrite().
Log Message: --- Fix incorrect cleanup of tsquery in ts_rewrite(). Per bug #4933 by Aaron Marcuse-Kubitza Tags: REL8_3_STABLE Modified Files: -- pgsql/src/backend/utils/adt: tsquery_rewrite.c (r1.11 -> r1.11.2.1) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/tsquery_rewrite.c?r1=1.11&r2=1.11.2.1) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pgsql: Fix incorrect cleanup of tsquery in ts_rewrite().
Log Message: --- Fix incorrect cleanup of tsquery in ts_rewrite(). Per bug #4933 by Aaron Marcuse-Kubitza Tags: REL8_2_STABLE Modified Files: -- pgsql/contrib/tsearch2: query_rewrite.c (r1.6 -> r1.6.2.1) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/query_rewrite.c?r1=1.6&r2=1.6.2.1) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pgsql: Correct calculations of overlap and contains operations over
Log Message: --- Correct calculations of overlap and contains operations over polygons. Modified Files: -- pgsql/src/backend/utils/adt: geo_ops.c (r1.102 -> r1.103) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/geo_ops.c?r1=1.102&r2=1.103) pgsql/src/test/regress/expected: create_index.out (r1.30 -> r1.31) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/create_index.out?r1=1.30&r2=1.31) polygon.out (r1.14 -> r1.15) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/polygon.out?r1=1.14&r2=1.15) pgsql/src/test/regress/sql: create_index.sql (r1.26 -> r1.27) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/create_index.sql?r1=1.26&r2=1.27) polygon.sql (r1.9 -> r1.10) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/polygon.sql?r1=1.9&r2=1.10) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
Re: [COMMITTERS] pgsql: Correct calculations of overlap and contains operations over
On Tue, Jul 28, 2009 at 5:48 AM, Teodor Sigaev wrote: > Log Message: > --- > Correct calculations of overlap and contains operations over polygons. If this is the same patch that appears at https://commitfest.postgresql.org/action/patch_view?id=124 then it would be helpful if you could edit it and mark it as committed. Thanks, ...Robert -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
Re: [COMMITTERS] pgsql: Correct calculations of overlap and contains operations over
If this is the same patch that appears at https://commitfest.postgresql.org/action/patch_view?id=124 then it would be helpful if you could edit it and mark it as committed. Oops, done. -- Teodor Sigaev E-mail: teo...@sigaev.ru WWW: http://www.sigaev.ru/ -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pgrpm - pgrpm: - apply patch from mandriva for rpm4.4
Log Message: --- - apply patch from mandriva for rpm4.4 Modified Files: -- pgrpm: pgheader.h (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgrpm/pgrpm/pgheader.h?r1=1.9&r2=1.10) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers