pg_bulkload icon indicating copy to clipboard operation
pg_bulkload copied to clipboard

High speed data loading utility for PostgreSQL

Results 48 pg_bulkload issues
Sort by recently updated
recently updated
newest added

Although the workflow defines the test version as a static value now, it's better to test with the latest minor versions at the time. The patch collects version information from...

Hi, v14 beta1 is out, and latest release cannot be built against v14. Can you please take a look? Thanks! Devrim > /usr/lib64/ccache/clang -Wno-ignored-attributes -fno-strict-aliasing -fwrapv -O2 -I../include -I/usr/pgsql-14/include -I....

enhancement

I have installed pg_bulkload on my centos server with pg10, and the usage of pg_bulkload was by controlfile, which LOGFILE was defined. but when we run pu_bulkload for file readin,...

In issues #106, nbtsort-xx.c was suggested to be refactored as follow: * If there are functions for only pg_bulkload in "lib/nbtree/nbtsort-XX.c", move the functions to "lib/nbtree/nbtsort-common.c" * Copy PostgreSQL's latest...

pg_bulkload has codes related to nbtsort in "lib/nbtree/nbtsort-XX.c", which XX is each postgresql's version. And it has *both* postgresql's code and functions for only pg_bulkloads. For maintenability, it's better to...

improvement

is there a way to define the date format for the col = "to_date(date,'yyyymmdd') in pg_bulkload? Can we ignore some columns or add dummy columns while loading to database? for...

help wanted

Hi bulkloaders, I have some questions about llvm support for pg_bulkload. [Question 1] As you know, pg_bulkloader releases pg_bulkload-llvmjit-*.rpm, which contain bitcode of llvm. I noticed that these rpms only...

improvement

I recently use pg_bulkload to load data to pg, then I found that the tool told me **"must be superuser to use pg_bulkload"** I think this is not safe, is...

add manual contents

Trying too run the tests (from `master`) when building on a CentOS 7 docker image using the PostgreSQL community RPMs, I get an error because permission is denied to access...

help wanted

I've set my postgresql 10 to 'without the need for a password' mode ,and can log on to the DB only with 'psql -d posteva -h localhost -p 5432 -U...

help wanted