| Commit message (Expand) | Author | Age |
* | 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 |
* | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | New INET functions from D'Arcy J.M. Cain | Bruce Momjian | 1998-10-12 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 |
* | Fix money type USE_LOCALE support at least for default "C" locale. | Thomas G. Lockhart | 1998-03-02 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ... | Bruce Momjian | 1998-01-07 |
* | Change some ABORTS to ERROR. Add line number when COPY Failure. | Bruce Momjian | 1998-01-05 |
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 |
* | Add debugging statement enabled by CASHDEBUG symbol definition. | Thomas G. Lockhart | 1997-10-25 |
* | From JM de Lauwereyns (jmlauwer@icdc.caissedesdepots.fr): | Thomas G. Lockhart | 1997-10-03 |
* | Include functions for integer/money arithmetic. | Thomas G. Lockhart | 1997-09-20 |
* | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 |
* | Cleanup for cash patch . | Bruce Momjian | 1997-09-13 |
* | Fix for copy to stdout for cash. | Bruce Momjian | 1997-09-13 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
* | We store Cash/money as int of size 4, so make it an int rather than a long. | Bruce Momjian | 1997-08-22 |
* | Change time function names to be more consistent, and check for zero divides,... | Bruce Momjian | 1997-08-21 |
* | From: "D'Arcy J.M. Cain" <darcy@druid.net> | Marc G. Fournier | 1997-04-28 |
* | From: "Pedro J. Lobo" <pjlobo@euitt.upm.es> | Marc G. Fournier | 1997-04-24 |
* | Declaration | Vadim B. Mikheev | 1997-04-18 |
* | From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> | Marc G. Fournier | 1997-04-15 |
* | Finish removing the TEST_MAIN stuff, which was mean for standalone | Marc G. Fournier | 1997-04-10 |
* | Fix #include "cash.h" to be #include <utils/cash.h> | Marc G. Fournier | 1997-04-10 |
* | Add in D'Arcy's cash code | Marc G. Fournier | 1997-04-09 |