locale - Search results in mailing lists
Mailing lists >> pgsql-patches >> Thread
2008-09-24 11:55:29 | Re: Solve a problem of LC_TIME of windows. (Hiroshi Saito)
locale_time(void) { .. char buf[MAX_L10N_DATA]; .. strftime(buf, MAX_L10N_DATA, "%a", timeinfo
Mailing lists >> pgsql-patches >> Thread >> Search in thread (5)
2008-09-10 11:47:08 | Re: hash index improving v3 (Zdenek Kotala)
locale. I think we should see big benefit when non C locale is used. Thanks
Mailing lists >> pgsql-patches >> Thread >> Search in thread (8)
2008-06-23 16:28:50 | Re: Simplify formatting.c (Bruce Momjian)
locale"), - errhint("The server's LC_CTYPE locale is probably incompatible with the database encoding
Mailing lists >> pgsql-patches >> Thread >> Search in thread (2)
2008-05-16 14:00:17 | Re: Fix for psql pager computations (Bruce Momjian)
locale && cont->align[i % col_count] == 'r') + width += additional_numeric_locale_len(*ptr); + + /* + * A row can have
Mailing lists >> pgsql-patches >> Thread
2008-04-28 23:11:20 | Re: [HACKERS] Proposed patch - psql wraps at window width (Bruce Momjian)
locale_len; ! int height, ! space; ! if (opt_align[i % col_count] == 'r' && opt_numeric_locale
Mailing lists >> pgsql-patches >> Thread
2008-04-19 18:12:21 | Re: float4/float8/int64 passed by value with tsearch fixup (Tom Lane)
That looks suspiciously locale-ish; what locale are you running PG in? regards, tom lane
Mailing lists >> pgsql-patches >> Thread >> Search in thread (6)
2008-04-18 04:06:07 | Re: Proposed patch - psql wraps at window width (Bryce Nesbitt)
locale-aware numeric output */ static int additional_numeric_locale_len(const char *my_str) { int int_len = integer
Mailing lists >> pgsql-patches >> Thread
2008-04-05 16:22:06 | Re: Partial match in GIN (Heikki Linnakangas)
locale. Are you reusing the same operator families for wildspeed? Doesn't it then also
Mailing lists >> pgsql-patches >> Thread
2008-04-01 13:09:40 | Re: psql command aliases support (Bernd Helmle)
locales, encoding and user settings). You simply can't catch all requirements DBA's and users
Mailing lists >> pgsql-patches >> Thread
2008-03-06 17:17:02 | Minimum selectivity estimate for LIKE 'prefix%' (Tom Lane)
locale-specific problems we fixed a few months ago, but having finally had a chance
Mailing lists >> pgsql-patches >> Thread
2008-03-04 16:52:47 | Re: 64-bit CommandIds (Zoltan Boszormenyi)
LOCALE_NAME_BUFLEN]; char lc_ctype[LOCALE_NAME_BUFLEN]; + uint32 enable64bitCommandId; + /* CRC of all above
Mailing lists >> pgsql-patches >> Thread >> Search in thread (8)
2008-02-26 08:17:19 | Re: lc_time and localized dates (Gevik Babakhani)
locale. It seems that Euler's solution also fixes the windows locale bug that I was trying
Mailing lists >> pgsql-patches >> Thread >> Search in thread (12)
2008-02-14 11:47:19 | Fix for 8.3 MSVC locale (Was [HACKERS] NLS on MSVC strikes back!) (Gevik Babakhani)
locale.c::pg_perm_setlocale(int category, const char *locale). In order to force Gettext
Mailing lists >> pgsql-patches >> Thread
2007-11-27 01:50:54 | Re: [HACKERS] Fixes for MONEY type using locale (Bruce Momjian)
locale. + Non-quoted numeric values can be converted to money by + casting the numeric value
Mailing lists >> pgsql-patches >> Thread >> Search in thread (6)
2007-11-24 10:24:57 | Re: Fixes for MONEY type using locale (D'Arcy J.M. Cain)
locales with no places after the decimal point. I'll try to work up some