]> granicus.if.org Git - postgresql/history - contrib/dbase
Add support for multi-row VALUES clauses as part of INSERT statements
[postgresql] / contrib / dbase /
2006-06-08 Bruce MomjianAdd missing 3rd parameter to open().
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2005-12-08 Bruce MomjianI recently received the Debian bug report below about...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-06 Tom LaneMinor dbf2pg fixes from Martin Pitt: check for failure...
2005-09-27 Tom LanePGXS should be set with := not =, as specified in the...
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings in contrib.
2005-05-27 Tom LaneClean up bogus checking of date and numeric fields...
2005-03-25 Bruce MomjianHave libpgport link before libpq so that PG client...
2004-10-07 Bruce MomjianAdjust comments previously moved to column 1 by pgident.
2004-09-14 Tom LaneFix contrib/dbase to compile under Win32. Laurent...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-20 Bruce Momjian> Please find enclose a submission to fix these problems.
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-27 Bruce MomjianMake dbf2pg safe for non-ASCII character sets.
2003-09-10 Bruce MomjianClean up printability test in dbase code.
2003-08-08 Bruce MomjianRemove simple_prompt from /contrib C files, now that...
2003-08-04 Bruce Momjianpgindent run.
2003-07-31 Bruce Momjian dbf2pg - Insert xBase-style .dbf-files into...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2002-10-31 Tom LaneAvoid use of inline functions that are not declared...
2002-10-18 Bruce MomjianUpdate /contrib for "autocommit TO 'on'".
2002-09-05 Tom LaneFix compile warning.
2002-09-04 Bruce Momjianpgindent run.
2002-08-15 Bruce MomjianThe attached patch changes most of the usages of sprint...
2002-01-10 Tom LaneThe result of getopt() should be compared to -1, not...
2001-12-31 Bruce MomjianUpdate dbase for Maarten.Boekhold.
2001-12-30 Tom LaneMake sure that all <ctype.h> routines are called with...
2001-12-21 Bruce MomjianDo not require iconv for dbase conversion.
2001-12-21 Bruce MomjianAllow contrib/dbase to compile if HAVE_ICONV_H it not...
2001-12-21 Bruce MomjianAdd needed libiconv link to contrib/dbase, per Christop...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-18 Tom LaneFix several problems with simple_prompt() --- the nasti...
2001-10-15 Tom LaneFix some portability problems (get it to compile, at...
2001-09-06 Peter EisentrautTo fix the perpetually broken makefiles in the contrib...
2001-06-06 Tom LaneAdjust WAL code so that checkpoints truncate the xlog...
2001-05-10 Bruce MomjianAdd dbase conversion utility to /contrib.