
Up to [pgFoundry] / pgloader / pgloader / examples
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.19 / (download) - annotate - [select for diffs], Tue Mar 10 17:56:16 2009 UTC (3 years, 2 months ago) by dim
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +13 -11
lines
Diff to previous 1.18 (unified)
Implement skip_head_lines in configuration file, some more bugfixes
Revision 1.18 / (download) - annotate - [select for diffs], Wed May 21 10:33:06 2008 UTC (3 years, 11 months ago) by dim
Branch: MAIN
Changes since 1.17: +8 -0
lines
Diff to previous 1.17 (unified)
Support for fixed format datafile
Revision 1.17 / (download) - annotate - [select for diffs], Mon Feb 25 14:21:53 2008 UTC (4 years, 2 months ago) by dim
Branch: MAIN
Changes since 1.16: +9 -2
lines
Diff to previous 1.16 (unified)
Adding support for columns=* configuration
Revision 1.16 / (download) - annotate - [select for diffs], Thu Feb 14 17:17:55 2008 UTC (4 years, 3 months ago) by dim
Branch: MAIN
Changes since 1.15: +1 -1
lines
Diff to previous 1.15 (unified)
Split file reading works with text format (problem was file iterator buffering)
Revision 1.15 / (download) - annotate - [select for diffs], Tue Feb 12 11:27:06 2008 UTC (4 years, 3 months ago) by dim
Branch: MAIN
Changes since 1.14: +1 -22
lines
Diff to previous 1.14 (unified)
Using semaphores to control how many max threads run at any given time
Revision 1.14 / (download) - annotate - [select for diffs], Mon Feb 11 17:38:52 2008 UTC (4 years, 3 months ago) by dim
Branch: MAIN
Changes since 1.13: +24 -1
lines
Diff to previous 1.13 (unified)
First implementation of parallel loading, each thread loading a part of the input file (stat, seek, etc)
Revision 1.13 / (download) - annotate - [select for diffs], Fri Dec 7 21:13:35 2007 UTC (4 years, 5 months ago) by dim
Branch: MAIN
Changes since 1.12: +2 -0
lines
Diff to previous 1.12 (unified)
* Rework DatabaseError and consider dichotomy in this case too. * New options lc_messages and log_file
Revision 1.12 / (download) - annotate - [select for diffs], Fri Dec 7 14:24:29 2007 UTC (4 years, 5 months ago) by dim
Branch: MAIN
Changes since 1.11: +1 -1
lines
Diff to previous 1.11 (unified)
Systematic usage of new logger module
Revision 1.11 / (download) - annotate - [select for diffs], Tue Dec 4 23:08:30 2007 UTC (4 years, 5 months ago) by dim
Branch: MAIN
Changes since 1.10: +3 -0
lines
Diff to previous 1.10 (unified)
Beginning of real logging implementation for pgloader messages
Revision 1.10 / (download) - annotate - [select for diffs], Sat Dec 1 10:15:29 2007 UTC (4 years, 5 months ago) by dim
Branch: MAIN
Changes since 1.9: +0 -2
lines
Diff to previous 1.9 (unified)
FIX debian packaging wrt pysupport proper usage. pgloader modules now are installed into /usr/share/python-support/pgloader
Revision 1.9 / (download) - annotate - [select for diffs], Wed Nov 28 21:06:14 2007 UTC (4 years, 5 months ago) by dim
Branch: MAIN
Changes since 1.8: +1 -1
lines
Diff to previous 1.8 (unified)
Catch IOError: commit code, not wrong example/pgloader.conf
Revision 1.8 / (download) - annotate - [select for diffs], Wed Nov 28 21:02:57 2007 UTC (4 years, 5 months ago) by dim
Branch: MAIN
Changes since 1.7: +1 -1
lines
Diff to previous 1.7 (unified)
Catch IOError when opening data file from textreader (such as no such file or directory)
Revision 1.7 / (download) - annotate - [select for diffs], Mon Nov 26 17:36:49 2007 UTC (4 years, 5 months ago) by dim
Branch: MAIN
Changes since 1.6: +7 -3
lines
Diff to previous 1.6 (unified)
Support for template sections, WIP
Revision 1.6 / (download) - annotate - [select for diffs], Tue Nov 20 15:11:49 2007 UTC (4 years, 5 months ago) by dim
Branch: MAIN
Changes since 1.5: +10 -0
lines
Diff to previous 1.5 (unified)
DEBUG and documentation of reformat option, plus other fixes for having all the test cases pass again.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Nov 18 23:04:48 2007 UTC (4 years, 5 months ago) by dim
Branch: MAIN
Changes since 1.4: +13 -4
lines
Diff to previous 1.4 (unified)
Adding the 'input_encoding' option in the configuration file, per section.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Aug 23 10:38:08 2007 UTC (4 years, 8 months ago) by dim
Branch: MAIN
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (unified)
* Support for datestyle setting * Support for omiting column numbering * Change documentation source format from SGML to asciidoc * New version 2.2.1
Revision 1.3 / (download) - annotate - [select for diffs], Mon Jun 4 12:14:11 2007 UTC (4 years, 11 months ago) by dim
Branch: MAIN
Changes since 1.2: +23 -1
lines
Diff to previous 1.2 (unified)
CSV support, can load not-all-columns of data files, can load to table with more cols than data file
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jan 19 11:30:09 2007 UTC (5 years, 3 months ago) by dim
Branch: MAIN
Changes since 1.1: +7 -0
lines
Diff to previous 1.1 (unified)
Support partial columns definition for COPY
Revision 1.1 / (download) - annotate - [select for diffs], Sun Nov 19 21:18:42 2006 UTC (5 years, 5 months ago) by dim
Branch: MAIN
New version of pgloader (2.0.2): * new developpers * python code replaces tcl code * one config file for many tables (one command line for loading them all) * manpage * debian package * supports multi-line input file (without quotes) * Informix large objects support (loading to TEXT or BYTEA) * configurable amount of rows per COPY instruction * trailing slash optionnal removal (support informix UNLOAD file format) * begin processing at any line in the file, by number or row id * dry-run option, to validate input reading without connecting to database * pedantic option, to stop processing on warning