summaryrefslogtreecommitdiff
path: root/contrib/dbase/dbf2pg.c
Commit message (Expand)AuthorAgeFilesLines
* Remove contrib modules that have been migrated to pgfoundry: adddepend,Tom Lane2006-09-051-839/+0
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-111-0/+2
* I recently received the Debian bug report below about missing iconvBruce Momjian2005-12-081-1/+5
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-15/+11
* Minor dbf2pg fixes from Martin Pitt: check for failure when issuingTom Lane2005-10-061-1/+5
* Suppress signed-vs-unsigned-char warnings in contrib.Tom Lane2005-09-241-3/+3
* Clean up bogus checking of date and numeric fields in DBF files,Tom Lane2005-05-271-38/+15
* Fix contrib/dbase to compile under Win32. Laurent BallesterTom Lane2004-09-141-3/+3
* Pgindent run for 8.0.Bruce Momjian2004-08-291-2/+2
* Make dbf2pg safe for non-ASCII character sets.Bruce Momjian2003-09-271-0/+2
* Remove simple_prompt from /contrib C files, now that it is in /port.Bruce Momjian2003-08-081-109/+0
* pgindent run.Bruce Momjian2003-08-041-6/+4
* dbf2pg - Insert xBase-style .dbf-files into a PostgreSQL-tableBruce Momjian2003-07-311-3/+11
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-2/+0
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-1/+1
* Avoid use of inline functions that are not declared static. Needed toTom Lane2002-10-311-4/+5
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-181-0/+4
* pgindent run.Bruce Momjian2002-09-041-3/+3
* The attached patch changes most of the usages of sprintf() toBruce Momjian2002-08-151-3/+3
* The result of getopt() should be compared to -1, not EOF, perTom Lane2002-01-101-1/+4
* Update dbase for Maarten.Boekhold.Bruce Momjian2001-12-311-1/+1
* Make sure that all <ctype.h> routines are called with unsigned charTom Lane2001-12-301-3/+3
* Do not require iconv for dbase conversion.Bruce Momjian2001-12-211-2/+0
* Allow contrib/dbase to compile if HAVE_ICONV_H it not defined. This isBruce Momjian2001-12-211-0/+14
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-344/+447
* Fix several problems with simple_prompt() --- the nastiest being thatTom Lane2001-10-181-26/+55
* Fix some portability problems (get it to compile, at least, on HP's cc)Tom Lane2001-10-151-12/+10
* Add dbase conversion utility to /contrib.Bruce Momjian2001-05-101-0/+809