alternatives - Search results in mailing lists
Mailing lists >> pgsql-patches >> Thread
2008-09-23 12:41:39 | Re: [HACKERS] Infrastructure changes for recovery (Simon Riggs)
alternative and less robust. The code now waits at the end of recovery if we are in the middle
Mailing lists >> pgsql-patches >> Thread
2008-09-14 23:26:00 | Re: hash index improving v3 (Tom Lane)
alternative that involved storing both hashcode and indexed value. We now see a possible production
Mailing lists >> pgsql-patches >> Thread
2008-09-02 14:45:56 | Re: WIP Join Removal (Tom Lane)
present them as available alternatives and let add_path sort it out. regards, tom lane
Mailing lists >> pgsql-patches >> Thread
2008-07-09 17:43:35 | Re: [HACKERS] WITH RECURSIVE updated to CVS TIP (Aidan Van Dyk)
alternative way to fetch the patch? I would have thought that anybody who can compile
Mailing lists >> pgsql-patches >> Thread
2008-07-08 16:12:55 | Re: [HACKERS] Solaris ident authentication using unix domain sockets (Florian G. Pflug)
alternative to getpeereid/getupeercred is password-based or certificate-based authenticated - which seem *less* secure because
Mailing lists >> pgsql-patches >> Thread
2008-06-06 20:25:46 | Patch for dependency traversal during DROP (Tom Lane)
alternative, but I wonder if anyone has a better idea? * The DROP code now requires
Mailing lists >> pgsql-patches >> Thread
2008-05-14 09:18:43 | Re: libpq object hooks (Andrew Dunstan)
alternative than to offer libpqtypes as a patch to libpq. ISTM that we're then
Mailing lists >> pgsql-patches >> Thread
2008-05-03 14:12:50 | Re: Exposing keywords to clients (Tom Lane)
radical alternative is just to omit unreserved words from the view altogether. regards, tom lane
Mailing lists >> pgsql-patches >> Thread
2008-04-16 20:37:39 | Re: printTable API (was: Show INHERIT in \du) (Brendan Jurd)
alternative is iterating through the array each time you want to add something until you hit a NULL
Mailing lists >> pgsql-patches >> Thread
2008-04-08 07:54:31 | Re: Partial match in GIN (Teodor Sigaev)
alternatives: - collect all needed ItemPointers and sort then unique them. - merge each posting list with
Mailing lists >> pgsql-patches >> Thread
2008-04-07 07:33:47 | Re: Improve shutdown during online backup (Albe Laurenz)
alternative being that a smart shutdown request should interrupt online backup mode. So - unless you point
Mailing lists >> pgsql-patches >> Thread
2008-03-24 20:25:24 | Re: int8/float8/time/timestamp[tz]/float4 passed by value, was Re: Fix HAVE_LONG[_LONG]_INT_64 (Gregory Stark)
alternative but I prefer the approach you've taken. The alternative would be to have
Mailing lists >> pgsql-patches >> Thread
2008-03-11 14:16:30 | Re: TransactionIdIsInProgress() cache (Tom Lane)
alternative because tqual.c is mind-bendingly complex already. Simon's approach hides the issue somewhere
Mailing lists >> pgsql-patches >> Thread
2008-03-05 09:18:29 | Re: WIP: guc enums (Tom Lane)
alternative being suggested of keeping the variables as strings throws away *every* possible code-level
Mailing lists >> pgsql-patches >> Thread
2008-02-29 01:18:09 | Re: Fix for initdb failures on Vista (Andrew Dunstan)
discussion of building RPMs as root). Alternatively, we should also patch pg_regress.c cheers andrew