aboutsummaryrefslogtreecommitdiff
path: root/contrib/dbase/dbf2pg.c
Commit message (Expand)AuthorAge
* The attached patch changes most of the usages of sprintf() toBruce Momjian2002-08-15
* The result of getopt() should be compared to -1, not EOF, perTom Lane2002-01-10
* Update dbase for Maarten.Boekhold.Bruce Momjian2001-12-31
* Make sure that all <ctype.h> routines are called with unsigned charTom Lane2001-12-30
* Do not require iconv for dbase conversion.Bruce Momjian2001-12-21
* Allow contrib/dbase to compile if HAVE_ICONV_H it not defined. This isBruce Momjian2001-12-21
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Fix several problems with simple_prompt() --- the nastiest being thatTom Lane2001-10-18
* Fix some portability problems (get it to compile, at least, on HP's cc)Tom Lane2001-10-15
* Add dbase conversion utility to /contrib.Bruce Momjian2001-05-10