Commit Graph

36 Commits

Author SHA1 Message Date
Dimitri Fontaine
1711ef97ff prepare for 2.3.3~dev3 release, some testers need that 2010-11-09 14:39:37 +01:00
Davlet Panech
b78da36220 use os.path.join for constructing file names 2010-09-27 11:18:20 -04:00
Davlet Panech
f1bcdbee3a use gettempdir() rather than hard-coded "/tmp" 2010-09-21 01:52:00 -04: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
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
201209259a Implement --reject-log and --reject-data options. 2010-04-05 01:02:30 +02:00
Dimitri Fontaine
ac0a16f9b2 Add support for --max-parallel-sections and --section-threads from command line. 2010-04-05 00:32:46 +02:00
dim
8af4355994 release 2.3.2 2009-06-29 10:30:46 +00:00
dim
090de905b2 Implement skip_head_lines in configuration file, some more bugfixes 2009-03-10 17:56:16 +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
ee513ed07a 2.3.1 release 2008-06-03 12:18:17 +00:00
dim
010629143c update options.py to VERSION 2.3.0 2008-03-10 14:51:12 +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
277f4b313e Document columns=* option and prepare 2.3.0~dev2 packages 2008-02-25 14:55:30 +00:00
dim
bac5d2b482 First implementation of Round Robin Reader threading method, Work In Progress --- does not work at all yet 2008-02-12 21:58:42 +00:00
dim
b534962192 Using semaphores to control how many max threads run at any given time 2008-02-12 11:27:18 +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
9bbb418397 Have options.py VERSION match debian package 2008-02-01 10:25:31 +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
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
5da357c262 Beginning of real logging implementation for pgloader messages 2007-12-04 23:08:30 +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
d9f328ce4d debian packaging 2007-11-29 21:30:25 +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
86b33defef DEBUG and documentation of reformat option, plus other fixes for having all
the test cases pass again.
2007-11-20 15:11:49 +00:00
dim
e9b884cb4e Global input_encoding configuration, per-section datestyle configuration, fixes. 2007-11-19 16:44:20 +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
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
7eed610ecb Adding pgloader python package and modules 2006-11-21 12:24:57 +00:00