[COMMITTERS] pgsql: Document current_query() as being the _client_ query.

2009-01-07 Thread Bruce Momjian
Log Message: --- Document current_query() as being the _client_ query. Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.467 -> r1.468) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.467&r2=1.468) -- Sent via pgsql-committe

[COMMITTERS] pgsql: Revert current_query() change to use debug_query_string again;

2009-01-07 Thread Bruce Momjian
Log Message: --- Revert current_query() change to use debug_query_string again; add comment. Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.466 -> r1.467) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.466&r2=1.467)

[COMMITTERS] pgsql: Add comment about why BETWEEN uses operator strings and not

2009-01-07 Thread Bruce Momjian
Log Message: --- Add comment about why BETWEEN uses operator strings and not opclasses, with URL pointing to email discussion. Modified Files: -- pgsql/src/backend/parser: gram.y (r2.651 -> r2.652) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend

[COMMITTERS] pgsql: Create a third option named "partition" for constraint_exclusion,

2009-01-07 Thread Tom Lane
Log Message: --- Create a third option named "partition" for constraint_exclusion, and make it the default. This setting enables constraint exclusion checks only for appendrel members (ie, inheritance children and UNION ALL arms), which are the cases in which constraint exclusion is most l

[COMMITTERS] pgsql: Have current_query() use ActivePortal->sourceText rather than

2009-01-07 Thread Bruce Momjian
Log Message: --- Have current_query() use ActivePortal->sourceText rather than debug_query_string; this allows current_query() to be more accurate; docs updated; per idea from Tom Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.465 -> r1.466) (http:/

[COMMITTERS] pgsql: Insert conditional SPI_push/SPI_pop calls into InputFunctionCall,

2009-01-07 Thread Tom Lane
Log Message: --- Insert conditional SPI_push/SPI_pop calls into InputFunctionCall, OutputFunctionCall, and friends. This allows SPI-using functions to invoke datatype I/O without concern for the possibility that a SPI-using function will be called (which could be either the I/O function it

[COMMITTERS] pgsql: Insert conditional SPI_push/SPI_pop calls into InputFunctionCall,

2009-01-07 Thread Tom Lane
Log Message: --- Insert conditional SPI_push/SPI_pop calls into InputFunctionCall, OutputFunctionCall, and friends. This allows SPI-using functions to invoke datatype I/O without concern for the possibility that a SPI-using function will be called (which could be either the I/O function it

[COMMITTERS] pgsql: Insert conditional SPI_push/SPI_pop calls into InputFunctionCall,

2009-01-07 Thread Tom Lane
Log Message: --- Insert conditional SPI_push/SPI_pop calls into InputFunctionCall, OutputFunctionCall, and friends. This allows SPI-using functions to invoke datatype I/O without concern for the possibility that a SPI-using function will be called (which could be either the I/O function it

[COMMITTERS] pgsql: Add comment that it is difficult to access the more accurate

2009-01-07 Thread Bruce Momjian
Log Message: --- Add comment that it is difficult to access the more accurate 'query_string' from current_query(). Modified Files: -- pgsql/src/backend/utils/adt: misc.c (r1.67 -> r1.68) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/

[COMMITTERS] pgsql: Update comment associated with 'debug_query_string'.

2009-01-07 Thread Bruce Momjian
Log Message: --- Update comment associated with 'debug_query_string'. Modified Files: -- pgsql/src/backend/tcop: postgres.c (r1.564 -> r1.565) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/postgres.c?r1=1.564&r2=1.565) -- Sent via pgsql

[COMMITTERS] npgsql - Npgsql2: Fix for string representation of some negative

2009-01-07 Thread User Talliesin
Log Message: --- Fix for string representation of some negative intervals. Thanks to Mathieu Fenniak for bashing out the issues. Modified Files: -- Npgsql2/src/NpgsqlTypes: DateDatatypes.cs (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql

[COMMITTERS] pgsql: define HAVE_FSEEKO for MSVC

2009-01-07 Thread Andrew Dunstan
Log Message: --- define HAVE_FSEEKO for MSVC Modified Files: -- pgsql/src/include: pg_config.h.win32 (r1.55 -> r1.56) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/pg_config.h.win32?r1=1.55&r2=1.56) -- Sent via pgsql-committers mailing list

[COMMITTERS] pgsql: Fix executor/spi.h to follow our usual conventions for include

2009-01-07 Thread Tom Lane
Log Message: --- Fix executor/spi.h to follow our usual conventions for include files, ie, not include postgres.h nor anything else it doesn't directly need. Add #includes to calling files as needed to compensate. Per my proposal of yesterday. This should be noted as a source code change

[COMMITTERS] pgsql: Add hba parameter include_realm to krb5, gss and sspi

2009-01-07 Thread Magnus Hagander
Log Message: --- Add hba parameter include_realm to krb5, gss and sspi authentication, used to pass the full usern...@realm string to the authentication instead of just the username. This makes it possible to use pg_ident.conf to authenticate users from multiple realms as different database

[COMMITTERS] pgsql: Allow krb_realm (krb5, gssapi and sspi) and krb_server_hostname

2009-01-07 Thread Magnus Hagander
Log Message: --- Allow krb_realm (krb5, gssapi and sspi) and krb_server_hostname (krb5 only) authentication options to be set in pg_hba.conf on a per-line basis, to override the defaults set in postgresql.conf. Modified Files: -- pgsql/doc/src/sgml: client-auth.sgml

Re: [COMMITTERS] pgsql: Make it possible to change Kerberos/GSSAPI parameters without

2009-01-07 Thread Magnus Hagander
Tom Lane wrote: > [email protected] (Magnus Hagander) writes: >> Log Message: >> --- >> Make it possible to change Kerberos/GSSAPI parameters without restarting >> the postmaster. They are only used in backend processes, so it's just >> a matter of re-labeling the GUCs. > > Please use th

[COMMITTERS] pgsql: Add appropriate text for SIGHUP parameters instead of just

2009-01-07 Thread Magnus Hagander
Log Message: --- Add appropriate text for SIGHUP parameters instead of just removing it like previous patch did. Per note from Tom Lane Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.201 -> r1.202) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/do

[COMMITTERS] pgsql: Don't require pqGetHomeDirectory to succeed if the user has

2009-01-07 Thread Magnus Hagander
Log Message: --- Don't require pqGetHomeDirectory to succeed if the user has specified hardcoded paths for SSL rootcert/crl/clientcert/key. As noted by Andrew Chernow Modified Files: -- pgsql/src/interfaces/libpq: fe-secure.c (r1.115 -> r1.116) (http://ano

[COMMITTERS] pgsql: Produce a full version string for Sun Studio.

2009-01-07 Thread Peter Eisentraut
Log Message: --- Produce a full version string for Sun Studio. from Zdenek Modified Files: -- pgsql: configure (r1.624 -> r1.625) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.624&r2=1.625) configure.in (r1.583 -> r1.584) (