| Commit message (Expand) | Author | Age |
* | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane | 2008-04-21 |
* | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 |
* | Clarify how MONEY trims off trailing thousands separator. | Bruce Momjian | 2007-11-24 |
* | Make the MONEY data type have a thousands separator != decimal symbol, | Bruce Momjian | 2007-11-24 |
* | Fix white space in MONEY type code. Rename 'comma' to more generic | Bruce Momjian | 2007-11-23 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Fix cash_mul_int4 and cash_div_int4 for overenthusiastic substitution | Tom Lane | 2007-08-21 |
* | Fix money type's send/receive functions to conform to recent widening | Tom Lane | 2007-08-21 |
* | Fix a portability bug (ye olde not casting a <ctype.h> argument to | Tom Lane | 2007-07-12 |
* | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 |
* | Widen the money type to 64 bits. | D'Arcy J.M. Cain | 2007-01-03 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Fix a few places that were checking for the return value of palloc() to be | Neil Conway | 2006-03-19 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Remove unnecessary parentheses in assignments. | Bruce Momjian | 2005-07-21 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane | 2003-08-17 |
* | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane | 2003-07-27 |
* | More binary I/O routines. | Tom Lane | 2003-05-13 |
* | Add explicit tests for division by zero to all user-accessible integer | Tom Lane | 2003-03-11 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Remove all traces of multibyte and locale options. Clean up comments | Peter Eisentraut | 2002-09-03 |
* | Increase buffer size in cash_words(). Pure paranoia; I don't think the | Tom Lane | 2002-08-20 |
* | Locale support is on by default. The choice of locale is done in initdb | Peter Eisentraut | 2002-04-03 |
* | Avoid failures in cash_out and cash_words for INT_MIN. | Tom Lane | 2002-02-19 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 |
* | Make PGLC_setlocale() static, and document that it can't be used safely | Tom Lane | 2000-11-25 |
* | Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; | Tom Lane | 2000-11-25 |
* | Modify locale code to defend against possibility that it was compiled | Tom Lane | 2000-11-18 |
* | More functions updated to new fmgr style --- money, name, tid datatypes. | Tom Lane | 2000-08-03 |
* | Convert all remaining float4 and float8 functions to new fmgr style. | Tom Lane | 2000-08-01 |
* | Rename cash_words_out to cash_words. | Bruce Momjian | 2000-07-07 |
* | Functions on 'text' type updated to new fmgr style. 'text' is | Tom Lane | 2000-07-06 |
* | TOAST | Jan Wieck | 2000-07-03 |
* | Clean up #include's. | Bruce Momjian | 2000-06-15 |
* | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut | 2000-06-14 |
* | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane | 2000-06-13 |
* | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 |
* | Several compilation and run-time problems occur when building on SGI | Bruce Momjian | 2000-05-16 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | cash_words_out function truncated its output by 1 character due to | Tom Lane | 2000-03-19 |
* | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |