Commit Graph

49 Commits

Author SHA1 Message Date
Dimitri Fontaine
723baaefa0 Fix lintian warnings, and update copyright to match PostgreSQL licence text 2010-11-09 16:13:15 +01:00
Dimitri Fontaine
1711ef97ff prepare for 2.3.3~dev3 release, some testers need that 2010-11-09 14:39:37 +01:00
Dimitri Fontaine
f154d9bf83 Implement --boundaries to load a part of a file only (given in bytes). 2010-04-15 16:59:06 +02:00
Dimitri Fontaine
cbd167c0e8 Implement --load-from-stdin 2010-04-15 16:55:10 +02:00
Dimitri Fontaine
38c8a079f2 Bugfix: MAX_PARALLEL_SECTIONS should not be None, even if not given on command line. 2010-04-07 14:11:10 +02:00
Dimitri Fontaine
efa4b6b103 Package version 2.3.3~dev1 for some testing. Won't get released yet. 2010-04-06 16:45:46 +02:00
Dimitri Fontaine
1b6c0f4735 Implement support for the CVS field_size_limit, new in python 2.5. 2010-04-06 16:35:39 +02:00
Dimitri Fontaine
411a9a53d7 Add support for PG options as arguments and in the config file, with assorted fixes 2010-04-05 21:17:22 +02:00
Dimitri Fontaine
d63b21c3f9 Update the debian changelog for 2.3.3 2010-04-05 01:07:40 +02:00
Dimitri Fontaine
b7b0bbc62d Support for processing a filename rather than a section, and add --field-separator 2010-04-04 20:42:40 +02:00
dim
8af4355994 release 2.3.2 2009-06-29 10:30:46 +00:00
dim
43c95d67c2 python-support is needed for pgloader to run, not only to build 2009-04-28 13:56:37 +00:00
dim
090de905b2 Implement skip_head_lines in configuration file, some more bugfixes 2009-03-10 17:56:16 +00:00
dim
848595f49b Some more python2.3 support changes 2008-09-18 12:58:12 +00:00
dim
2bacf1a854 FIX RRR bug wrt offsets, allow python 2.3 to run pgloader when it does not need collections.deque (no Round Robin Reader), and prepare packaging for 2.3.2 2008-09-17 16:55:30 +00:00
dim
23b19d381e debian packaging bug#485067: Missing Build-Depends 2008-06-09 13:25:34 +00:00
dim
b1664ae94c debian package related corrections 2008-06-03 12:58:14 +00:00
dim
ee513ed07a 2.3.1 release 2008-06-03 12:18:17 +00:00
dim
b7c7e6a7c1 Support for fixed format datafile 2008-05-21 10:33:06 +00:00
dim
1843c84636 FIX the cluttered example (see BUGS.txt), prepare 2.3.0 packaging 2008-03-10 14:39:38 +00:00
dim
e15ac609a8 Allow user to force psycopg version to use, as psycopg2 is not always the best choice 2008-02-27 12:30:13 +00:00
dim
a018ddac95 TODO update with status, preparing a debian experimental release 2008-02-25 16:27:07 +00:00
dim
277f4b313e Document columns=* option and prepare 2.3.0~dev2 packages 2008-02-25 14:55:30 +00:00
dim
174ed31302 Adding support for columns=* configuration 2008-02-25 14:21:53 +00:00
dim
579f25e067 Documentation of new parallel loading options 2008-02-16 19:53:43 +00:00
dim
ba366190cc Adapt Makefile to build a RPM suitable archive file 2008-02-14 23:09:06 +00:00
dim
fc8adf1831 First implementation of parallel loading, each thread loading a part of the input file (stat, seek, etc) 2008-02-11 17:38:52 +00:00
dim
8605b14084 * pgloader -V now VACUUM each table separately, no more vacuumdb issued
* New option -D to DISABLE Triggers while loading (ENABLE them one done)
2008-02-01 10:24:39 +00:00
dim
50f0ab5d4d debian packaging: fixes for lintian warnings 2007-12-09 21:17:44 +00:00
dim
b367b562f1 pgloader 2.2.5 hits cvs 2007-12-07 22:25:28 +00:00
dim
a530dedd66 * Rework DatabaseError and consider dichotomy in this case too.
* New options lc_messages and log_file
2007-12-07 21:13:35 +00:00
dim
efecde9f5b new logging options documentation 2007-12-07 14:37:28 +00:00
dim
0afb47a00c debian/control now supports a Homepage field 2007-12-03 09:28:27 +00:00
dim
2f783639ef debian packaging review, second pass 2007-12-03 09:13:30 +00:00
dim
28f7364161 debian packaging review by Julien Danjou 2007-12-02 17:37:58 +00:00
dim
1116b2ceac FIX debian packaging wrt pysupport proper usage.
pgloader modules now are installed into /usr/share/python-support/pgloader
2007-12-01 10:15:29 +00:00
dim
88887cf2f1 debian packaging, Closes #453434 (ITP) 2007-11-29 21:38:13 +00:00
dim
d9f328ce4d debian packaging 2007-11-29 21:30:25 +00:00
dim
88db262b89 Catch IOError: commit code, not wrong example/pgloader.conf 2007-11-28 21:06:14 +00:00
dim
877caeee77 packaging pre-release 2.2.5~dev 2007-11-27 09:28:48 +00:00
dim
87b037fa8d template and -T documentation 2007-11-26 22:17:51 +00:00
dim
1e7a16b869 Configuration now knows about templates, and command line about a reformat
path option, --reformat_path= or -R.
2007-11-26 21:33:24 +00:00
dim
a80e62642e packaging of 2.2.4 2007-11-21 10:27:22 +00:00
dim
dbaeef0ad2 pgloader version 2.2.3, with User Defined Columns
* User Defined Columns
  * Temporary files with copy data content now suffixed .pgloader
  * New option --version
  * Fix TextReader newline_escapes configuration option reading
  * Fix Reader reject initialisation
  * Skip database related settings when in DRY_RUN mode (-n)
  * List all command line options from man page synopsis
2007-11-14 21:09:36 +00:00
dim
aacfc9d000 Release 2.2.2 2007-11-11 19:50:15 +00:00
dim
d32472bb3e Add support for --quiet and --summary options, in order to provide some
way to only see errors on output.
2007-10-20 14:28:50 +00:00
dim
921db51d65 * Support for datestyle setting
* Support for omiting column numbering
  * Change documentation source format from SGML to asciidoc
  * New version 2.2.1
2007-08-23 10:38:09 +00:00
dim
8ed8219e37 CSV support, can load not-all-columns of data files, can load to table with more cols than data file 2007-06-04 12:14:18 +00:00
dim
8ed1e0ff2c 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
2006-11-19 21:18:42 +00:00