trailing - Search results in mailing lists
Mailing lists >> pgsql-patches >> Thread
2008-09-23 18:47:01 | Re: [HACKERS] Subtransaction commits and Hot Standby (Simon Riggs)
trail to an uncommitted higher-level transaction * removes the need for additional WAL logging to implement
Mailing lists >> pgsql-patches >> Thread >> Search in thread (2)
2008-06-18 15:43:49 | Re: Simplify formatting.c (Bruce Momjian)
trailing '\0', so 'to' should be - * allocated with sufficient space - */ - return pg_mb2wchar_with_len(from
Mailing lists >> pgsql-patches >> Thread
2008-02-25 15:14:27 | Re: Avahi support for Postgresql (Mathias Hasselmann)
trailing dot, but it seems wrong: "a trailing dot indicates the root domain. so bonjour
Mailing lists >> pgsql-patches >> Thread >> Search in thread (3)
2007-12-19 14:01:10 | Re: [HACKERS] Proposal for Null Bitmap Optimization(for TrailingNULLs) (Gokulakannan Somasundaram)
trailing nulls b) In Heap Tuple, the trailing nulls won't occupy space in the null
Mailing lists >> pgsql-patches >> Thread >> Search in thread (2)
2007-11-24 12:28:05 | Re: Fixes for MONEY type using locale (Bruce Momjian)
trailing ssymbol before that code, and it removed after. What they are doing is setting
Mailing lists >> pgsql-patches >> Thread
2007-11-23 03:28:51 | Re: plpython crash on exception (Marko Kreen)
trailing '\0') which would have been written to the final string if enough space had been
Mailing lists >> pgsql-patches >> Thread
2007-08-24 08:41:34 | Re: Bunch of tsearch fixes and cleanup (Heikki Linnakangas)
trailing spaces */ ! s = line; while (*s) { if (t_isspace(s)) *************** *** 251,263 **** } s += pg_mblen
Mailing lists >> pgsql-patches >> Thread
2007-08-07 19:02:59 | Re: strpos() && KMP (Tom Lane)
trailing byte share the same table entry. That would lose some efficiency compared to an exact
Mailing lists >> pgsql-patches >> Thread
2007-07-08 00:48:40 | Re: dblink connection security (Tom Lane)
trailing period). Also possibly "Target server's auth..." would read better. Also, I'd personally
Mailing lists >> pgsql-patches >> Thread
2007-06-09 17:55:19 | Re: Regression tests (Magnus Hagander)
trailing whitespace, especially the newline */ i = strlen(scbuf); while (i > 0 && isspace((unsigned char) scbuf
Mailing lists >> pgsql-patches >> Thread
2007-06-06 17:03:21 | WIP csv logs (Andrew Dunstan)
trailing nul so the ! * syslogger will know when it gets to a genuine end of line
Mailing lists >> pgsql-patches >> Thread
2007-06-01 00:39:55 | Re: [HACKERS] like/ilike improvements (Andrew Dunstan)
Trailing percent matches everything. */ - if (plen <= 0) - return LIKE_TRUE; - - /* - * Otherwise, scan for a text
Mailing lists >> pgsql-patches >> Thread >> Search in thread (2)
2007-05-30 16:02:13 | Re: boolean <=> text explicit casts (Neil Conway)
trailing whitespace. This makes text => boolean trivial, but boolean => text is still distinct from boolout
Mailing lists >> pgsql-patches >> Thread >> Search in thread (2)
2007-05-25 16:31:12 | Re: Seq scans status update (Heikki Linnakangas)
trail for other backends to + join in a synchronized seq scan. If a buffer is dirtied
Mailing lists >> pgsql-patches >> Thread >> Search in thread (4)
2007-05-21 13:59:47 | Re: UTF8MatchText (Andrew Dunstan)
Trailing percent matches everything. */ - if (plen <= 0) - return LIKE_TRUE; - - /* - * Otherwise, scan for a text