repeated - Search results in mailing lists
Mailing lists >> pgsql-patches >> Thread
2008-09-04 19:31:25 | Re: [HACKERS] TODO item: Implement Boyer-Moore searching (First time hacker) (Heikki Linnakangas)
repeatedly: replace_text, split_text and text_to_array. David Rowley wrote: -- Heikki Linnakangas EnterpriseDB
Mailing lists >> pgsql-patches >> Thread
2008-07-04 10:27:12 | Re: Relation forks & FSM rewrite patches (Simon Riggs)
repeatedly underestimated the knock-on effects through the system. Right now this scheme introduces new sources
Mailing lists >> pgsql-patches >> Thread
2008-07-04 06:08:34 | Re: variadic function support (Simon Riggs)
repeated operator sequences into a call to a variadic function, if it exists
Mailing lists >> pgsql-patches >> Thread
2008-06-19 03:01:01 | Re: Rewrite sinval messaging to reduce contention (Tom Lane)
repeated the same test. I got SInvalLock 81090044 505750 WALInsertLock 2382254 62747 LockMgr
Mailing lists >> pgsql-patches >> Thread
2008-05-19 16:22:48 | Re: [HACKERS] WITH RECURSIVE patch V0.1 (Zoltan Boszormenyi)
Repeat until there are no records in the current level. The only difference would be more
Mailing lists >> pgsql-patches >> Thread >> Search in thread (2)
2008-05-15 15:44:33 | Re: libpq object hooks (Tom Lane)
PQregisterConnResetHook(PGconn *conn, PQCRHook func, void *passthrough); ... repeat for each possible hook ... regards, tom lane
Mailing lists >> pgsql-patches >> Thread >> Search in thread (4)
2008-05-14 22:24:40 | Re: Patch to change psql default banner v6 (Alvaro Herrera)
repeat part of what \? says is acceptable. (Of course, the idea is not just to repeat
Mailing lists >> pgsql-patches >> Thread >> Search in thread (6)
2008-04-20 01:11:55 | Re: Proposed patch - psql wraps at window width (Bruce Momjian)
repeat('a', 80), repeat('b', 80), E'a\nb\nc', 1 from generate_series(1,2)\g /rtmp/d
Mailing lists >> pgsql-patches >> Thread >> Search in thread (2)
2008-04-07 04:43:00 | Re: updated hash functions for postgresql v1 (Marko Kreen)
repeatedly applying mixing function, no bits get lost. - avalanche - that means any single bit change
Mailing lists >> pgsql-patches >> Thread
2008-04-03 10:37:16 | Re: psql command aliases support (Gregory Stark)
repeat my suggestion of having a \query command so you could do: \setquery deb select
Mailing lists >> pgsql-patches >> Thread >> Search in thread (2)
2008-03-25 09:17:00 | Re: stored procedure stats in collector (Martin Pihlak)
repeat the above steps for functions. + */ + htab = pgstat_collect_oids(ProcedureRelationId); + + pgstat_setheader(&f_msg.m_hdr, PGSTAT
Mailing lists >> pgsql-patches >> Thread >> Search in thread (2)
2008-03-11 09:34:30 | Re: [PERFORM] Very slow (2 tuples/second) sequential scan after bulk insert; speed returns to ~500 (Heikki Linnakangas)
repeated repalloc calls, but I doubt it's worth the code complexity, and calling
Mailing lists >> pgsql-patches >> Thread
2008-03-05 11:54:16 | Re: [BUGS] BUG #3975: tsearch2 index should not bomb out of 1Mb limit (Bruce Momjian)
repeat('a', 3000)::tsvector; ERROR: word is too long (3000 bytes, max 2046 bytes) New: test
Mailing lists >> pgsql-patches >> Thread >> Search in thread (4)
2008-03-05 09:57:21 | Re: CopyReadLineText optimization (Heikki Linnakangas)
repeated the test with different frequencies of backslashes in the string, with and without
Mailing lists >> pgsql-patches >> Thread
2008-02-27 16:29:10 | Re: SRF memory leaks (Neil Conway)
repeated calls to the SRF within the same query and in different queries