[COMMITTERS] pgsql: Incorporate examples and doc patches from Mark Kirkwood and David

2005-01-13 Thread Tom Lane
Log Message: --- Incorporate examples and doc patches from Mark Kirkwood and David Fetter. Modified Files: -- pgsql/doc/src/sgml: plpgsql.sgml (r1.55 -> r1.56) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plpgsql.sgml.diff?r1=1.55&r2=1.56)

[COMMITTERS] pgsql: Change Win32 client configuration files from *.txt to *.conf.

2005-01-13 Thread Bruce Momjian
Log Message: --- Change Win32 client configuration files from *.txt to *.conf. Modified Files: -- pgsql/doc/src/sgml: libpq.sgml (r1.177 -> r1.178) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/libpq.sgml.diff?r1=1.177&r2=1.178) pgsql/d

[COMMITTERS] pgsql: Change exec_eval_simple_expr's param list allocation call from

2005-01-13 Thread Tom Lane
Log Message: --- Change exec_eval_simple_expr's param list allocation call from MemoryContextAllocZero back to MemoryContextAlloc, same as it was in 7.4. The zeroing is unnecessary since all the meaningful fields are filled in just below. I had made it do that out of neatnik-ism, but some

Re: [COMMITTERS] pgsql: get_names_for_var didn't do recursion for

2005-01-13 Thread Tom Lane
Alvaro Herrera <[EMAIL PROTECTED]> writes: >> get_names_for_var didn't do recursion for unnamed JOIN vars quite right; >> got it wrong when the JOIN was in an outer query level. Per example from >> Laurie Burrow. Also fix same issue in markTargetListOrigin. I think the >> latter is only a latent

Re: [COMMITTERS] pgsql: get_names_for_var didn't do recursion for

2005-01-13 Thread Alvaro Herrera
> On Thu, 13 Jan 2005, Tom Lane wrote: > > >Log Message: > >--- > >get_names_for_var didn't do recursion for unnamed JOIN vars quite right; > >got it wrong when the JOIN was in an outer query level. Per example from > >Laurie Burrow. Also fix same issue in markTargetListOrigin. I think

[COMMITTERS] pginstaller - pginst: Use LoginUser() and CreateProcessAsUser() when the

2005-01-13 Thread User Mha
Log Message: --- Use LoginUser() and CreateProcessAsUser() when the CA is launched as Local System, because CreateProcessWithLogonW() causes access denied. Also, assume terminal services is not running if the question for it returns "module not found" - which *should* mean that there is

Re: [COMMITTERS] pgsql: get_names_for_var didn't do recursion for

2005-01-13 Thread Bruce Momjian
Tom Lane wrote: > "Marc G. Fournier" <[EMAIL PROTECTED]> writes: > > With the several backend related changes that have gone in over the past > > couple of days, are we looking at an RC6? :( > > Nothing that I've put in seems significant enough to need an RC6. The > only recent patch that really

[COMMITTERS] pgsql: Translation updates

2005-01-13 Thread Peter Eisentraut
Log Message: --- Translation updates Modified Files: -- pgsql/src/bin/initdb/po: ru.po (r1.13 -> r1.14) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/po/ru.po.diff?r1=1.13&r2=1.14) pgsql/src/bin/pg_config/po: ru.po (r1.3 -> r1

Re: [COMMITTERS] pgsql: get_names_for_var didn't do recursion for

2005-01-13 Thread Tom Lane
"Marc G. Fournier" <[EMAIL PROTECTED]> writes: > With the several backend related changes that have gone in over the past > couple of days, are we looking at an RC6? :( Nothing that I've put in seems significant enough to need an RC6. The only recent patch that really has any risk of destabiliza

[COMMITTERS] pgsql: Update supported platforms list.

2005-01-13 Thread Peter Eisentraut
Log Message: --- Update supported platforms list. Modified Files: -- pgsql/doc/src/sgml: installation.sgml (r1.226 -> r1.227) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installation.sgml.diff?r1=1.226&r2=1.227) -

[COMMITTERS] pgsql: Translation updates

2005-01-13 Thread Peter Eisentraut
Log Message: --- Translation updates Modified Files: -- pgsql/src/backend/po: es.po (r1.7 -> r1.8) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/po/es.po.diff?r1=1.7&r2=1.8) pgsql/src/bin/pg_ctl/po: es.po (r1.3 -> r1.4)

Re: [COMMITTERS] pgsql: get_names_for_var didn't do recursion for

2005-01-13 Thread Marc G. Fournier
With the several backend related changes that have gone in over the past couple of days, are we looking at an RC6? :( On Thu, 13 Jan 2005, Tom Lane wrote: Log Message: --- get_names_for_var didn't do recursion for unnamed JOIN vars quite right; got it wrong when the JOIN was in an outer q

[COMMITTERS] pgsql: Translation updates

2005-01-13 Thread Peter Eisentraut
Log Message: --- Translation updates Modified Files: -- pgsql/src/bin/pg_config/po: pl.po (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_config/po/pl.po.diff?r1=1.1&r2=1.2) ---(end of broadcast)-

[COMMITTERS] pgsql: Adjust src/tutorial Makefile so that it can use pgxs.

2005-01-13 Thread Tom Lane
Log Message: --- Adjust src/tutorial Makefile so that it can use pgxs. This allows the tutorial to be used without necessarily having a configured source tree. Modified Files: -- pgsql/src: Makefile (r1.35 -> r1.36) (http://developer.postgresql.org/cvsweb.

[COMMITTERS] pgsql: get_names_for_var didn't do recursion for unnamed JOIN vars quite

2005-01-13 Thread Tom Lane
Log Message: --- get_names_for_var didn't do recursion for unnamed JOIN vars quite right; got it wrong when the JOIN was in an outer query level. Per example from Laurie Burrow. Also fix same issue in markTargetListOrigin. I think the latter is only a latent bug since we currently don't

[COMMITTERS] pgsql: Fix mapping infinite timestamp values to arbitrary dates.

2005-01-13 Thread Kris Jurka
Log Message: --- Fix mapping infinite timestamp values to arbitrary dates. Report from Oliver Siegmar. Tags: REL7_4_STABLE Modified Files: -- pgsql/src/interfaces/jdbc/org/postgresql/jdbc1: AbstractJdbc1ResultSet.java (r1.22.2.4 -> r1.22.2.5) (http://

[COMMITTERS] pginstaller - web: Add language selection dialog to install

2005-01-13 Thread User Mha
Log Message: --- Add language selection dialog to install instructions. Mention locale defaults in FAQ. Mention directory permissions on multiuser systems in FAQ. Modified Files: -- web: FAQ_windows.html (r1.15 -> r1.16) (http://cvs.pgfoundry.org/cgi-bin/cv