parameters - Search results in mailing lists
Mailing lists >> pgsql-patches >> Thread
2008-09-30 19:51:21 | Infrastructure changes for recovery (v8) (Simon Riggs)
parameter now provided in recovery.conf, to allow a consistency point to be manually defined
Mailing lists >> pgsql-patches >> Thread >> Search in thread (3)
2008-09-29 09:32:08 | Re: [HACKERS] Infrastructure changes for recovery (Simon Riggs)
parameter like checkpoint_segments. But if it is changeable then it needs to be written
Mailing lists >> pgsql-patches >> Thread >> Search in thread (6)
2008-09-23 10:04:29 | Re: hash index improving v3 (Simon Riggs)
parameter, but even if we had a parameter it would be very difficult to set it. Thinks
Mailing lists >> pgsql-patches >> Thread
2008-09-06 20:24:53 | Re: [HACKERS] TODO item: Implement Boyer-Moore searching (First time hacker) (David Rowley)
parameter to set the skip table size. Each possible size was tested and the best
Mailing lists >> pgsql-patches >> Thread
2008-09-05 16:13:13 | libpq events patch (with sgml docs) (Andrew Chernow)
parameter of a prepared statement */ typedef struct pgresParamDesc { Oid typid; /* type id */ } PGresParamDesc; --- 98,109 ---- *************** *** 159,170 **** --- 147,166 ---- PQnoticeReceiver
Mailing lists >> pgsql-patches >> Thread >> Search in thread (2)
2008-08-25 03:28:30 | make some internal SRF functions use output parameters (Jaime Casanova)
parameters. -- regards, Jaime Casanova Soporte y capacitación de PostgreSQL Asesoría y desarrollo de sistemas Guayaquil
Mailing lists >> pgsql-patches >> Thread
2008-07-21 04:43:24 | Re: pg_dump lock timeout (Tom Lane)
parameter value would certainly not be able to use val = 1; but I thought the code
Mailing lists >> pgsql-patches >> Thread
2008-07-15 21:54:27 | Re: array_fill function (Bruce Momjian)
PARAMETER_VALUE), + errmsg("invalid number of dimensions: %d", ndims))); + if (ndims > MAXDIM) + ereport(ERROR, + (errcode
Mailing lists >> pgsql-patches >> Thread >> Search in thread (12)
2008-07-13 02:50:53 | Re: variadic function support (Jeff Davis)
parameter must be the last parameter to the function" Those are just suggested wordings. Regards
Mailing lists >> pgsql-patches >> Thread
2008-07-05 06:36:22 | Re: Explain XML patch v2 (Simon Riggs)
parameters also. It wouldn't take long to make up a plugin for 8.3 once
Mailing lists >> pgsql-patches >> Thread
2008-07-04 08:06:00 | Re: Relation forks & FSM rewrite patches (Simon Riggs)
parameter for. Such a heuristic seems useful. I'd suggest that FSM page locks be usually
Mailing lists >> pgsql-patches >> Thread >> Search in thread (2)
2008-06-24 11:17:02 | Re: [UPDATED] A GUC variable to replace PGBE_ACTIVITY_SIZE (Thomas Lee)
parameter + + + Specifies the maximum number of characters used to track the currently + executing command for each
Mailing lists >> pgsql-patches >> Thread >> Search in thread (2)
2008-06-18 10:50:07 | Re: [HACKERS] Hint Bits and Write I/O (Simon Riggs)
parameter called bgwriter_hints_force_write. The default and minimum value for this parameter is 1, so very
Mailing lists >> pgsql-patches >> Thread
2008-06-12 16:05:14 | Re: SQL: table function support (David Fetter)
parameters. RETURNS TABLE(...) is *much* more intuitive to those people, who have a tendency to do things
Mailing lists >> pgsql-patches >> Thread
2008-06-08 19:47:00 | Re: GIN improvements (Alvaro Herrera)
parameter? Is there a case when a user is interested in turning it off? -- Alvaro