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
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)
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
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
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:/
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
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
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
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/
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
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
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
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
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
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
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
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
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
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)
(
19 matches
Mail list logo