[COMMITTERS] pgsql: Add FreeBSD support for find_typedef, per request from Andrew.

2009-06-10 Thread Bruce Momjian
Log Message: --- Add FreeBSD support for find_typedef, per request from Andrew. Modified Files: -- pgsql/src/tools: find_typedef (r1.13 -> r1.14) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/find_typedef?r1=1.13&r2=1.14) -- Sent via pgsql-com

[COMMITTERS] pgsql: Translation updates

2009-06-10 Thread Peter Eisentraut
Log Message: --- Translation updates Modified Files: -- pgsql/src/backend/po: fr.po (r1.20 -> r1.21) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/po/fr.po?r1=1.20&r2=1.21) ja.po (r1.1 -> r1.2) (http://anoncvs.postgresql.org/c

Re: [COMMITTERS] pgsql: Support Kerberos on platforms where libcom_err depends on

2009-06-10 Thread Alvaro Herrera
Tom Lane wrote: > Andrew Dunstan writes: > > Looks like this has sent the buildfarm red. > > Sigh, that's what I get for not testing a "harmless" whitespace adjustment. > Fixing ... All hail m4! -- Alvaro Herrerahttp://www.CommandPrompt.com/ PostgreSQL Replicati

[COMMITTERS] pgsql: Arrange that the string "syntax error" generated by bison is

2009-06-10 Thread Peter Eisentraut
Log Message: --- Arrange that the string "syntax error" generated by bison is translated. Modified Files: -- pgsql/src/interfaces/ecpg/preproc: ecpg.header (r1.6 -> r1.7) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/ecpg.heade

[COMMITTERS] pgsql: Fix ill-advised whitespace prettification, per buildfarm.

2009-06-10 Thread Tom Lane
Log Message: --- Fix ill-advised whitespace prettification, per buildfarm. Modified Files: -- pgsql: configure.in (r1.598 -> r1.599) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.598&r2=1.599) configure (r1.640 -> r1.641)

Re: [COMMITTERS] pgsql: Support Kerberos on platforms where libcom_err depends on

2009-06-10 Thread Tom Lane
Andrew Dunstan writes: > Looks like this has sent the buildfarm red. Sigh, that's what I get for not testing a "harmless" whitespace adjustment. Fixing ... regards, tom lane -- Sent via pgsql-committers mailing list ([email protected]) To make changes to y

Re: [COMMITTERS] pgsql: Support Kerberos on platforms where libcom_err depends on

2009-06-10 Thread Andrew Dunstan
Tom Lane wrote: Log Message: --- Support Kerberos on platforms where libcom_err depends on OpenSSL, as reportedly is true on OpenBSD. Also support OpenBSD's spelling of -Wl,--as-needed. Per Simon Bertrang. Looks like this has sent the buildfarm red. cheers andrew -- Sent via

[COMMITTERS] pgsql: Clarify to the translator that plpgsql_yyerror() deals with the

2009-06-10 Thread Peter Eisentraut
Log Message: --- Clarify to the translator that plpgsql_yyerror() deals with the translation of "syntax error", not the literal string. This same change was made in the backend a while ago; but it applies to plpgsql as well. Modified Files: -- pgsql/src/pl/plpgsql/src:

[COMMITTERS] pgsql: Properly mark pg_freespace() function as strict.

2009-06-10 Thread Tom Lane
Log Message: --- Properly mark pg_freespace() function as strict. Also update uninstall script to match reality. Modified Files: -- pgsql/contrib/pg_freespacemap: pg_freespacemap.sql.in (r1.11 -> r1.12) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contr

[COMMITTERS] pgsql: Clarify error message

2009-06-10 Thread Peter Eisentraut
Log Message: --- Clarify error message Modified Files: -- pgsql/src/bin/psql: describe.c (r1.214 -> r1.215) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.214&r2=1.215) -- Sent via pgsql-committers mailing list (pgsql-committ

[COMMITTERS] pgsql: Support Kerberos on platforms where libcom_err depends on

2009-06-10 Thread Tom Lane
Log Message: --- Support Kerberos on platforms where libcom_err depends on OpenSSL, as reportedly is true on OpenBSD. Also support OpenBSD's spelling of -Wl,--as-needed. Per Simon Bertrang. Modified Files: -- pgsql: configure.in (r1.597 -> r1.598) (http:/

[COMMITTERS] pgsql: Add warning that xpath() doesn't work with non-UTF8 data.

2009-06-10 Thread Tom Lane
Log Message: --- Add warning that xpath() doesn't work with non-UTF8 data. Modified Files: -- pgsql/doc/src/sgml: datatype.sgml (r1.237 -> r1.238) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/datatype.sgml?r1=1.237&r2=1.238) -- Sent via pg

[COMMITTERS] pgsql: Improve capitalization and punctuation in recently added GiST

2009-06-10 Thread Peter Eisentraut
Log Message: --- Improve capitalization and punctuation in recently added GiST message. Modified Files: -- pgsql/src/backend/access/gist: gistsplit.c (r1.8 -> r1.9) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gist/gistsplit.c?r1=1.8&r

[COMMITTERS] pgsql: Improve capitalization and punctuation in recently added GiST

2009-06-10 Thread Peter Eisentraut
Log Message: --- Improve capitalization and punctuation in recently added GiST message. Tags: REL8_3_STABLE Modified Files: -- pgsql/src/backend/access/gist: gistsplit.c (r1.5.2.1 -> r1.5.2.2) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backen

[COMMITTERS] pgsql: Improve capitalization and punctuation in recently added GiST

2009-06-10 Thread Peter Eisentraut
Log Message: --- Improve capitalization and punctuation in recently added GiST message. Tags: REL8_2_STABLE Modified Files: -- pgsql/src/backend/access/gist: gistsplit.c (r1.3.2.1 -> r1.3.2.2) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backen

[COMMITTERS] pgsql: Add a warning about possible strange behavior of volatile

2009-06-10 Thread Tom Lane
Log Message: --- Add a warning about possible strange behavior of volatile functions in cursors. This has always been the case, but given the lack of user complaints about it, I'm not going to bother back-patching this. Modified Files: -- pgsql/doc/src/sgml/ref: de

[COMMITTERS] pgsql: Improve capitalization and punctuation in recently added GiST

2009-06-10 Thread Peter Eisentraut
Log Message: --- Improve capitalization and punctuation in recently added GiST message. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/backend/access/gist: gistutil.c (r1.7.2.1 -> r1.7.2.2) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend

[COMMITTERS] pgsql: Keep rs_startblock the same during heap_rescan, so that a rescan

2009-06-10 Thread Tom Lane
Log Message: --- Keep rs_startblock the same during heap_rescan, so that a rescan of a SeqScan node starts from the same place as the first scan did. This avoids surprising behavior of scrollable and WITH HOLD cursors, as seen in Mark Kirkwood's bug report of yesterday. It's not entirely

[COMMITTERS] pgsql: Keep rs_startblock the same during heap_rescan, so that a rescan

2009-06-10 Thread Tom Lane
Log Message: --- Keep rs_startblock the same during heap_rescan, so that a rescan of a SeqScan node starts from the same place as the first scan did. This avoids surprising behavior of scrollable and WITH HOLD cursors, as seen in Mark Kirkwood's bug report of yesterday. It's not entirely

[COMMITTERS] pgsql: Improve capitalization and punctuation in recently added GiST

2009-06-10 Thread Peter Eisentraut
Log Message: --- Improve capitalization and punctuation in recently added GiST message. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend/access/gist: gist.c (r1.112.4.2 -> r1.112.4.3) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend

[COMMITTERS] press - pr: New Directory

2009-06-10 Thread User Devrim
Update of /cvsroot/press/pr/releases/8.4/tr In directory pgfoundry.org:/tmp/cvs-serv73063/tr Log Message: Directory /cvsroot/press/pr/releases/8.4/tr added to the repository -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://

[COMMITTERS] pgsql: Fix cash_in() to behave properly in locales where frac_digits is

2009-06-10 Thread Tom Lane
Log Message: --- Fix cash_in() to behave properly in locales where frac_digits is zero, eg Japan. Report and fix by Itagaki Takahiro. Also fix CASHDEBUG printout format for branches with 64-bit money type, and some minor comment cleanup. Back-patch to 7.4, because it's broken all the way

[COMMITTERS] pgsql: Fix cash_in() to behave properly in locales where frac_digits is

2009-06-10 Thread Tom Lane
Log Message: --- Fix cash_in() to behave properly in locales where frac_digits is zero, eg Japan. Report and fix by Itagaki Takahiro. Also fix CASHDEBUG printout format for branches with 64-bit money type, and some minor comment cleanup. Back-patch to 7.4, because it's broken all the way

[COMMITTERS] pgsql: Fix cash_in() to behave properly in locales where frac_digits is

2009-06-10 Thread Tom Lane
Log Message: --- Fix cash_in() to behave properly in locales where frac_digits is zero, eg Japan. Report and fix by Itagaki Takahiro. Also fix CASHDEBUG printout format for branches with 64-bit money type, and some minor comment cleanup. Back-patch to 7.4, because it's broken all the way

[COMMITTERS] pgsql: Fix cash_in() to behave properly in locales where frac_digits is

2009-06-10 Thread Tom Lane
Log Message: --- Fix cash_in() to behave properly in locales where frac_digits is zero, eg Japan. Report and fix by Itagaki Takahiro. Also fix CASHDEBUG printout format for branches with 64-bit money type, and some minor comment cleanup. Back-patch to 7.4, because it's broken all the way

[COMMITTERS] pgsql: Fix cash_in() to behave properly in locales where frac_digits is

2009-06-10 Thread Tom Lane
Log Message: --- Fix cash_in() to behave properly in locales where frac_digits is zero, eg Japan. Report and fix by Itagaki Takahiro. Also fix CASHDEBUG printout format for branches with 64-bit money type, and some minor comment cleanup. Back-patch to 7.4, because it's broken all the way

[COMMITTERS] pgsql: Fix cash_in() to behave properly in locales where frac_digits is

2009-06-10 Thread Tom Lane
Log Message: --- Fix cash_in() to behave properly in locales where frac_digits is zero, eg Japan. Report and fix by Itagaki Takahiro. Also fix CASHDEBUG printout format for branches with 64-bit money type, and some minor comment cleanup. Back-patch to 7.4, because it's broken all the way

[COMMITTERS] pgbuildfarm - client-code: fix typo - sigh

2009-06-10 Thread User Andrewd
Log Message: --- fix typo - sigh Modified Files: -- client-code: run_build.pl (r1.104 -> r1.105) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/run_build.pl?r1=1.104&r2=1.105) -- Sent via pgsql-committers mailing list (pgsql-committe

[COMMITTERS] pgbuildfarm - client-code: further typdefs change requested by Bruce

2009-06-10 Thread User Andrewd
Log Message: --- further typdefs change requested by Bruce Momjian Modified Files: -- client-code: run_build.pl (r1.103 -> r1.104) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/run_build.pl?r1=1.103&r2=1.104) -- Sent via pgsql-commi

[COMMITTERS] pgsql: Fix Linux typedef code.

2009-06-10 Thread Bruce Momjian
Log Message: --- Fix Linux typedef code. Modified Files: -- pgsql/src/tools: find_typedef (r1.12 -> r1.13) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/find_typedef?r1=1.12&r2=1.13) -- Sent via pgsql-committers mailing list (pgsql-committers@

[COMMITTERS] pgbuildfarm - client-code: typdefs change requested by Bruce Momjian

2009-06-10 Thread User Andrewd
Log Message: --- typdefs change requested by Bruce Momjian Modified Files: -- client-code: run_build.pl (r1.102 -> r1.103) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/run_build.pl?r1=1.102&r2=1.103) -- Sent via pgsql-committers ma

[COMMITTERS] pgsql: Correct/improve the datetime_precision field in the information

2009-06-10 Thread Peter Eisentraut
Log Message: --- Correct/improve the datetime_precision field in the information schema. In particular, always show 0 for the date type instead of null, and show 6 (the default) for time, timestamp, and interval without a declared precision. This is now in fuller conformance with the SQL s