Revision
1.11 -
(
view)
(
annotate)
-
[select for diffs]
Wed Jul 31 23:44:27 2013 UTC
(10 years, 1 month ago)
by
arta
Branch:
MAIN
CVS Tags:
HEAD,
Ver_8-1,
Ver_8-10,
Ver_8-11,
Ver_8-12,
Ver_8-2,
Ver_8-3,
Ver_8-4,
Ver_8-5,
Ver_8-6,
Ver_8-7,
Ver_8-8,
Ver_9-0,
Ver_9-1,
Ver_9-2,
Ver_9-3,
Ver_9-4,
Ver_9-41,
Ver_9-5,
Ver_LATEST
Changes since
1.10: +3 -1 lines
Diff to
previous 1.10
Update the exe path for ActiveState updates.
Revision
1.10 -
(
view)
(
annotate)
-
[select for diffs]
Tue Mar 29 22:59:41 2011 UTC
(12 years, 5 months ago)
by
arta
Branch:
MAIN
CVS Tags:
Ver_5-13,
Ver_5-14,
Ver_6-0,
Ver_6-1,
Ver_6-2,
Ver_6-3,
Ver_6-4,
Ver_7-0,
Ver_7-1,
Ver_8-0
Changes since
1.9: +1 -1 lines
Diff to
previous 1.9
Turn off debug flag.
Revision
1.9 -
(
view)
(
annotate)
-
[select for diffs]
Tue Mar 29 22:59:09 2011 UTC
(12 years, 5 months ago)
by
arta
Branch:
MAIN
Changes since
1.8: +83 -10 lines
Diff to
previous 1.8
Turn off database autocommit - instead, use db commits after appropriate parts in the code (basically, after processing each input file)
Revision
1.8 -
(
view)
(
annotate)
-
[select for diffs]
Tue Mar 29 17:39:23 2011 UTC
(12 years, 5 months ago)
by
arta
Branch:
MAIN
Changes since
1.7: +3 -3 lines
Diff to
previous 1.7
Use real db tables - sum_main, sum_partn_alloc, sum_file
Revision
1.6 -
(
view)
(
annotate)
-
[select for diffs]
Tue Mar 29 02:08:16 2011 UTC
(12 years, 5 months ago)
by
arta
Branch:
MAIN
Changes since
1.5: +3 -2 lines
Diff to
previous 1.5
Print out rows that get ingested into the temporary table.
Revision
1.4 -
(
view)
(
annotate)
-
[select for diffs]
Mon Mar 28 23:38:59 2011 UTC
(12 years, 5 months ago)
by
arta
Branch:
MAIN
Changes since
1.3: +138 -57 lines
Diff to
previous 1.3
Add final support for md5 sums file - populate sum_file with insert statements.
Revision
1.3 -
(
view)
(
annotate)
-
[select for diffs]
Sat Mar 26 23:38:24 2011 UTC
(12 years, 6 months ago)
by
arta
Branch:
MAIN
Changes since
1.2: +88 -56 lines
Diff to
previous 1.2
Make this work on multiple data files; clean up temp table between iterations over data files
Revision
1.2 -
(
view)
(
annotate)
-
[select for diffs]
Sat Mar 26 22:52:08 2011 UTC
(12 years, 6 months ago)
by
arta
Branch:
MAIN
Changes since
1.1: +76 -31 lines
Diff to
previous 1.1
Finally got pg COPY statement working from perl.
Revision
1.1 -
(
view)
(
annotate)
-
[select for diffs]
Sat Mar 26 20:33:53 2011 UTC
(12 years, 6 months ago)
by
arta
Branch:
MAIN
Not at all ready for check-in, but figured out how to copy table data into a pg table in perl - that was painful, so check it in now