| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add parentheses to macros when args are used in computations. Without | Bruce Momjian | 2005-05-25 | 1 | -11/+11 |
| * | Prevent to_char(interval) from dumping core on month-related formats | Tom Lane | 2005-03-26 | 1 | -25/+41 |
| * | Fix to_date to behave reasonably when CC and YY fields are both used. | Tom Lane | 2005-03-25 | 1 | -10/+29 |
| * | Remove unportable assumption that it's okay to use the target buffer | Tom Lane | 2005-01-13 | 1 | -7/+9 |
| * | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 | 1 | -2/+2 |
| * | Fix unportable isdigit() call --- must cast arg to unsigned char. | Tom Lane | 2004-11-20 | 1 | -5/+5 |
| * | Update comment to point to proper file. | Bruce Momjian | 2004-11-01 | 1 | -2/+2 |
| * | Fix to_number for the case of a trailing S. | Tom Lane | 2004-10-28 | 1 | -44/+137 |
| * | More minor cosmetic improvements: | Neil Conway | 2004-10-13 | 1 | -4/+6 |
| * | Another pgindent run with lib typedefs added. | Bruce Momjian | 2004-08-30 | 1 | -1/+3 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -59/+62 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 | 1 | -11/+10 |
| * | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 | 1 | -11/+11 |
| * | Fix to_char for 1 BC. Previously it returned 1 AD. | Bruce Momjian | 2004-03-30 | 1 | -6/+6 |
| * | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 | 1 | -10/+10 |
| * | > > I have no idea if this in Oracle or not. But it's something I | Bruce Momjian | 2003-12-25 | 1 | -6/+51 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut | 2003-09-29 | 1 | -2/+2 |
| * | Repair problems with to_char() overrunning its input string. | Tom Lane | 2003-09-03 | 1 | -57/+68 |
| * | Refactor code so that to_date() does not call to_timestamp() and then | Tom Lane | 2003-08-25 | 1 | -76/+98 |
| * | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -40/+41 |
| * | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane | 2003-07-27 | 1 | -47/+88 |
| * | Fix platform-dependent failure introduced by recent to_char changes | Tom Lane | 2003-04-02 | 1 | -2/+6 |
| * | Fix syntax error in to_char fixes --- was defining variable in main code | Bruce Momjian | 2003-03-27 | 1 | -2/+4 |
| * | to_char fixes, Karel Zak | Bruce Momjian | 2003-03-27 | 1 | -138/+116 |
| * | Back out to_char fixes until regression tests are fixed. | Bruce Momjian | 2003-03-22 | 1 | -53/+38 |
| * | Peter found bug in the to_char() routine for PL/MI options. This | Bruce Momjian | 2003-03-20 | 1 | -38/+53 |
| * | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane | 2003-03-10 | 1 | -8/+8 |
| * | This patch removes a bunch of superfluous #include directives: if | Bruce Momjian | 2002-11-08 | 1 | -2/+1 |
| * | The patch fix bug described in TODO: | Bruce Momjian | 2002-09-20 | 1 | -9/+8 |
| * | This patch cleans up some of the code in src/util/adt/formatting.c, | Bruce Momjian | 2002-09-20 | 1 | -49/+53 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -7/+5 |
| * | Support alternate storage scheme of 64-bit integer for date/time types. | Thomas G. Lockhart | 2002-04-21 | 1 | -3/+18 |
| * | Locale support is on by default. The choice of locale is done in initdb | Peter Eisentraut | 2002-04-03 | 1 | -11/+1 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -7/+7 |
| * | Remove MAX/MIN() macros, use c.h Max/Min() instead. | Bruce Momjian | 2002-02-18 | 1 | -13/+2 |
| * | Have to_date() call timestamptz_date() per Karel's email instructions. | Thomas G. Lockhart | 2002-01-04 | 1 | -2/+2 |
| * | Fix to_timestamp/to_date so that zero year input for Y, YY, or YYY | Tom Lane | 2002-01-02 | 1 | -56/+41 |
| * | Repair case-conversion error in to_date's handling of roman numerals. | Tom Lane | 2001-12-10 | 1 | -3/+3 |
| * | Fix for usage of spirntf in more portable way. | Tatsuo Ishii | 2001-12-05 | 1 | -4/+11 |
| * | Grammatical and spelling fixes. | Tom Lane | 2001-11-19 | 1 | -2/+2 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -3/+3 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -120/+120 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -238/+236 |
| * | Measure the current transaction time to milliseconds. | Thomas G. Lockhart | 2001-09-28 | 1 | -8/+27 |
| * | It is not fixed and I doubt that it is working fine in current CVS. The | Bruce Momjian | 2001-09-12 | 1 | -6/+11 |
| * | - new to_char(interval, text) | Bruce Momjian | 2001-09-06 | 1 | -294/+429 |
| * | Optimizer can now estimate selectivity of IS NULL, IS NOT NULL, | Tom Lane | 2001-06-25 | 1 | -4/+6 |