Skip to content

Commit 941b73d

Browse files
committed
NEWS and URL [ci skip]
1 parent 0c0951b commit 941b73d

File tree

2 files changed

+3
-81
lines changed

2 files changed

+3
-81
lines changed

NEWS.md

Lines changed: 2 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -4,89 +4,11 @@
44

55
## Windows
66

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).
108

119
## Features
1210

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).
9012

9113

9214
# RPostgres 1.4.7 (2024-05-26)

vignettes/work-queue.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ One lucky worker will get a row back, but thanks to ``FOR UPDATE``, the row is n
124124
For any other worker, as the row is now locked, they will skip over it (``SKIP LOCKED``) and find something else to do.
125125
If there are no other jobs available, then nothing will be returned.
126126

127-
Using SKIP LOCKED is discussed in more detail [in this article](https://www.2ndquadrant.com/en/blog/what-is-select-skip-locked-for-in-postgresql-9-5/).
127+
Using SKIP LOCKED is discussed in more detail [in this article](https://www.enterprisedb.com/en/blog/what-is-select-skip-locked-for-in-postgresql-9-5/).
128128

129129
```{r, echo = FALSE}
130130
if (!is.null(rs)) {

0 commit comments

Comments
 (0)