index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
dbase
Age
Commit message (
Expand
)
Author
2002-08-15
The attached patch changes most of the usages of sprintf() to
Bruce Momjian
2002-01-10
The result of getopt() should be compared to -1, not EOF, per
Tom Lane
2001-12-31
Update dbase for Maarten.Boekhold.
Bruce Momjian
2001-12-30
Make sure that all <ctype.h> routines are called with unsigned char
Tom Lane
2001-12-21
Do not require iconv for dbase conversion.
Bruce Momjian
2001-12-21
Allow contrib/dbase to compile if HAVE_ICONV_H it not defined. This is
Bruce Momjian
2001-12-21
Add needed libiconv link to contrib/dbase, per Christopher Kings-Lynne
Bruce Momjian
2001-11-05
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-10-28
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-18
Fix several problems with simple_prompt() --- the nastiest being that
Tom Lane
2001-10-15
Fix some portability problems (get it to compile, at least, on HP's cc)
Tom Lane
2001-09-06
To fix the perpetually broken makefiles in the contrib tree, I have
Peter Eisentraut
2001-06-06
Adjust WAL code so that checkpoints truncate the xlog at the previous
Tom Lane
2001-05-10
Add dbase conversion utility to /contrib.
Bruce Momjian