|
4 | 4 |
|
5 | 5 | ## Windows |
6 | 6 |
|
7 | | -- Update libpq fallback library (#489). |
8 | | - |
9 | | -- Use libpq from Rtools if available (#486). |
| 7 | +- Use libpq from Rtools if available (#486), update libpq fallback library (#489). |
10 | 8 |
|
11 | 9 | ## Features |
12 | 10 |
|
13 | | -- Importing large objects from client side (@toppyy, #376, #472). |
14 | | - |
15 | | -## Chore |
16 | | - |
17 | | -- IDE. |
18 | | - |
19 | | -- Auto-update from GitHub Actions. |
20 | | - |
21 | | - Run: https://github.com/r-dbi/RPostgres/actions/runs/10425486593 |
22 | | - |
23 | | - Run: https://github.com/r-dbi/RPostgres/actions/runs/10224248168 |
24 | | - |
25 | | - Run: https://github.com/r-dbi/RPostgres/actions/runs/10200112323 |
26 | | - |
27 | | - Run: https://github.com/r-dbi/RPostgres/actions/runs/9728443553 |
28 | | - |
29 | | - Run: https://github.com/r-dbi/RPostgres/actions/runs/9692464325 |
30 | | - |
31 | | -## Continuous integration |
32 | | - |
33 | | -- Test on older Windows versions. |
34 | | - |
35 | | -- Avoid failure in fledge workflow if no changes (#479). |
36 | | - |
37 | | -- Remove Aviator. |
38 | | - |
39 | | -- Fetch tags for fledge workflow to avoid unnecessary NEWS entries (#478). |
40 | | - |
41 | | -- Use stable pak (#477). |
42 | | - |
43 | | -- Latest changes (#475). |
44 | | - |
45 | | -- Import from actions-sync, check carefully (#474). |
46 | | - |
47 | | -- Use pkgdown branch (#473). |
48 | | - |
49 | | - - ci: Use pkgdown branch |
50 | | - |
51 | | - - ci: Updates from duckdb |
52 | | - |
53 | | - - ci: Trigger run |
54 | | - |
55 | | -- Install via R CMD INSTALL ., not pak (#471). |
56 | | - |
57 | | - - ci: Install via R CMD INSTALL ., not pak |
58 | | - |
59 | | - - ci: Bump version of upload-artifact action |
60 | | - |
61 | | -- Install local package for pkgdown builds. |
62 | | - |
63 | | -- Improve support for protected branches with fledge. |
64 | | - |
65 | | -- Improve support for protected branches, without fledge. |
66 | | - |
67 | | -- Sync with latest developments. |
68 | | - |
69 | | -- Use v2 instead of master. |
70 | | - |
71 | | -- Inline action. |
72 | | - |
73 | | -- Use dev roxygen2 and decor. |
74 | | - |
75 | | -- Fix on Windows, tweak lock workflow. |
76 | | - |
77 | | -- Avoid checking bashisms on Windows. |
78 | | - |
79 | | -- Allow NOTEs on R-devel. |
80 | | - |
81 | | -- Better commit message. |
82 | | - |
83 | | -- Bump versions, better default, consume custom matrix. |
84 | | - |
85 | | -- Recent updates. |
86 | | - |
87 | | -## Uncategorized |
88 | | - |
89 | | -- Merge branch 'cran-1.4.7'. |
| 11 | +- New `postgresImportLargeObject()` for importing large objects from client side (@toppyy, #376, #472). |
90 | 12 |
|
91 | 13 |
|
92 | 14 | # RPostgres 1.4.7 (2024-05-26) |
|
0 commit comments