| File | Date | Author | Commit |
|---|---|---|---|
| SPECS | 2015-02-16 |
|
[37ce5b] Update spec files for 3.1.8. |
| bin | 2015-05-26 |
|
[b1c181] Update for run regression tests for PostgreSQL ... |
| doc | 2015-06-12 |
|
[7df8fb] Add lacked figure in documentation. |
| include | 2015-02-16 |
|
[527566] Update regression tests for 3.1.8. |
| lib | 2015-05-26 |
|
[737fa2] Follow GetUserNameFromId API change for Postgre... |
| msvc | 2013-10-31 |
|
[320db6] Migrate from CVS repository of pgfoundry |
| util | 2013-10-31 |
|
[320db6] Migrate from CVS repository of pgfoundry |
| .travis.yml | 2015-05-26 |
|
[9ed984] Change to run regression tests with PostgreSQL ... |
| COPYRIGHT | 2015-01-05 |
|
[22eeaa] Update Copyright. |
| Makefile | 2015-01-05 |
|
[22eeaa] Update Copyright. |
| README.md | 2015-05-27 |
|
[21d4c2] Add README |
pg_bulkload is a high speed data loading tool for PostgreSQL.
pg_bulkload is designed to load huge amount of data to a database.
You can load data to table bypassing PostgreSQL shared buffers.
pg_bulkload also has some ETL features; input data validation and data transformation.
See doc/index.html.
Change directory into top directory of pg_bulkload sorce codes and
run the below commands.
$ make
# make install
Start PostgreSQL server and run the below command.
$ make installcheck