clients - Search results in mailing lists

2008-09-05 16:13:13 | libpq events patch (with sgml docs) (Andrew Chernow)

client_encoding = conn->client_encoding; + /* copy events from connection */ + if (conn->nEvents > 0) + { + result->events

2008-09-04 22:13:29 | Re: hash index improving v3 (Tom Lane)

client communication is minimized * check that the queries actually use the indexes (not sure that

2008-09-03 19:09:16 | Re: libpq events patch (Andrew Chernow)

client_encoding = conn->client_encoding; + /* copy events from connection */ + if (conn->nEvents > 0) + { + result->events

2008-07-08 16:12:55 | Re: [HACKERS] Solaris ident authentication using unix domain sockets (Florian G. Pflug)

client having the correct uid or gid (to read the password/private key), plus b) the risk

2008-06-30 21:09:59 | Re: Patch to change psql default banner v6 (Bruce Momjian)

client_ver = parse_version(PG_VERSION); + + if (pset.sversion != client_ver) + { + const char *server_version

2008-06-20 07:24:25 | Re: posix advises ... (Zoltan Boszormenyi)

clients which seems to be strange as it should be a strong selling point of 8.3. With

2008-06-09 22:43:43 | Tentative patch for making DROP put dependency info in DETAIL (Tom Lane)

client and server-log messages might have different numbers of entries depending on their log-level

2008-06-02 03:54:08 | Re: Feature: give pg_dump a WHERE clause expression (daveg)

client with 50+ databases on 40+ hosts with more coming online all the time, they

2008-05-19 02:56:28 | Re: WITH RECURSIVE patch V0.1 (Gregory Stark)

client should be able to deal with infinite streams of records. I think DB2 does

2008-05-17 17:32:12 | pg_dump lock timeout - resend (daveg)

client who runs heavy batch workloads and uses truncate table and other DML in long

2008-05-15 15:57:58 | SSL client configuration patch (pgsql@mohawksoft.com)

client certification and keys as well as root certificates and revocation lists for the client

2008-05-11 09:06:15 | pg_dump lock timeout (daveg)

client who runs heavy batch workloads and uses truncate table and other DML in long

2008-05-09 12:55:19 | Re: [GENERAL] pgbench not setting scale size correctly? (Tom Lane)

clients */ *************** *** 1552,1557 **** --- 1553,1559 ---- is_connect = 1; break; case 's': + scale_given = true; scale

2008-05-02 19:18:41 | Re: [COMMITTERS] pgsql: Sigh ... (Andrew Dunstan)

clients will try to connect. This can be overridden at run-time, but it's convenient

2008-05-02 17:55:08 | Exposing keywords to clients (Dave Page)

clients such as pgAdmin to get quoting rules correct, and helps with other tasks such