summaryrefslogtreecommitdiff
path: root/contrib/dbase
Commit message (Expand)AuthorAgeFilesLines
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-071-1/+1
* Fix contrib/dbase to compile under Win32. Laurent BallesterTom Lane2004-09-142-3/+6
* Pgindent run for 8.0.Bruce Momjian2004-08-291-2/+2
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-201-5/+10
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Make dbf2pg safe for non-ASCII character sets.Bruce Momjian2003-09-271-0/+2
* Clean up printability test in dbase code.Bruce Momjian2003-09-101-2/+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-313-11/+23
* 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
* Fix compile warning.Tom Lane2002-09-051-5/+3
* pgindent run.Bruce Momjian2002-09-041-3/+3
* The attached patch changes most of the usages of sprintf() toBruce Momjian2002-08-152-7/+7
* 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-313-3/+3
* 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-213-7/+14
* Allow contrib/dbase to compile if HAVE_ICONV_H it not defined. This isBruce Momjian2001-12-211-0/+14
* Add needed libiconv link to contrib/dbase, per Christopher Kings-LynneBruce Momjian2001-12-212-3/+3
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-6/+6
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-254-628/+789
* 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
* To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut2001-09-061-28/+7
* Adjust WAL code so that checkpoints truncate the xlog at the previousTom Lane2001-06-061-10/+5
* Add dbase conversion utility to /contrib.Bruce Momjian2001-05-107-0/+1747