Commit Graph

26 Commits (15516c5f0b8c8209e23f36aa6e204e21bea19e6c)

Author SHA1 Message Date
Bruce Momjian 7f155c3322 I recently received the Debian bug report below about missing iconv 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Tom Lane dd0fa0f958 Minor dbf2pg fixes from Martin Pitt: check for failure when issuing 21 years ago
Tom Lane 8a65b820e2 Suppress signed-vs-unsigned-char warnings in contrib. 21 years ago
Tom Lane b4176e9f4c Clean up bogus checking of date and numeric fields in DBF files, 21 years ago
Tom Lane fc564686a7 Fix contrib/dbase to compile under Win32. Laurent Ballester 22 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 22 years ago
Bruce Momjian 44f8c5c10a Make dbf2pg safe for non-ASCII character sets. 23 years ago
Bruce Momjian 3b2440ebec Remove simple_prompt from /contrib C files, now that it is in /port. 23 years ago
Bruce Momjian 089003fb46 pgindent run. 23 years ago
Bruce Momjian 82bade79dc dbf2pg - Insert xBase-style .dbf-files into a PostgreSQL-table 23 years ago
Tom Lane f85f43dfb5 Backend support for autocommit removed, per recent discussions. The 23 years ago
Tom Lane e4704001ea This patch fixes a bunch of spelling mistakes in comments throughout the 23 years ago
Tom Lane 5936055d46 Avoid use of inline functions that are not declared static. Needed to 23 years ago
Bruce Momjian aa4c702eac Update /contrib for "autocommit TO 'on'". 24 years ago
Bruce Momjian e50f52a074 pgindent run. 24 years ago
Bruce Momjian 66eb8df6a4 The attached patch changes most of the usages of sprintf() to 24 years ago
Tom Lane 92a2598f97 The result of getopt() should be compared to -1, not EOF, per 24 years ago
Bruce Momjian 6b086de31a Update dbase for Maarten.Boekhold. 24 years ago
Tom Lane ee051baeac Make sure that all <ctype.h> routines are called with unsigned char 24 years ago
Bruce Momjian 491545fff4 Do not require iconv for dbase conversion. 24 years ago
Bruce Momjian 3f94ff5400 Allow contrib/dbase to compile if HAVE_ICONV_H it not defined. This is 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Tom Lane 4fec55af6c Fix several problems with simple_prompt() --- the nastiest being that 25 years ago
Tom Lane 1e2779117d Fix some portability problems (get it to compile, at least, on HP's cc) 25 years ago
Bruce Momjian c2a062b7fe Add dbase conversion utility to /contrib. 25 years ago