From df5c821ac1d817c5eea0dc5777a4d2e3e6ba1e63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Tue, 25 Feb 2025 06:17:22 +0100 Subject: [PATCH 1/3] CRAN comments --- cran-comments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cran-comments.md b/cran-comments.md index 4ca2ecc0..ce6b07ec 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,4 +1,4 @@ -RPostgres 1.4.7.9900 +RPostgres 1.4.8 ## Cran Repository Policy From 0c0951b495b37c371cfeef85b5ae889d3b41cf57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Tue, 25 Feb 2025 06:17:22 +0100 Subject: [PATCH 2/3] fledge: Bump version to 1.4.8 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a3867463..3da1ef95 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: RPostgres Title: C++ Interface to PostgreSQL -Version: 1.4.7.9900 +Version: 1.4.8 Date: 2025-02-24 Authors@R: c( person("Hadley", "Wickham", role = "aut"), diff --git a/NEWS.md b/NEWS.md index 44d2705b..da176b7f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ -# RPostgres 1.4.7.9900 (2025-02-24) +# RPostgres 1.4.8 (2025-02-25) ## Windows From 941b73d5cd399e14efaf9f985920d627b26dfc0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Tue, 25 Feb 2025 06:19:16 +0100 Subject: [PATCH 3/3] NEWS and URL [ci skip] --- NEWS.md | 82 +--------------------------------------- vignettes/work-queue.Rmd | 2 +- 2 files changed, 3 insertions(+), 81 deletions(-) diff --git a/NEWS.md b/NEWS.md index da176b7f..ee5ec8b0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,89 +4,11 @@ ## Windows -- Update libpq fallback library (#489). - -- Use libpq from Rtools if available (#486). +- Use libpq from Rtools if available (#486), update libpq fallback library (#489). ## Features -- Importing large objects from client side (@toppyy, #376, #472). - -## Chore - -- IDE. - -- Auto-update from GitHub Actions. - - Run: https://github.com/r-dbi/RPostgres/actions/runs/10425486593 - - Run: https://github.com/r-dbi/RPostgres/actions/runs/10224248168 - - Run: https://github.com/r-dbi/RPostgres/actions/runs/10200112323 - - Run: https://github.com/r-dbi/RPostgres/actions/runs/9728443553 - - Run: https://github.com/r-dbi/RPostgres/actions/runs/9692464325 - -## Continuous integration - -- Test on older Windows versions. - -- Avoid failure in fledge workflow if no changes (#479). - -- Remove Aviator. - -- Fetch tags for fledge workflow to avoid unnecessary NEWS entries (#478). - -- Use stable pak (#477). - -- Latest changes (#475). - -- Import from actions-sync, check carefully (#474). - -- Use pkgdown branch (#473). - - - ci: Use pkgdown branch - - - ci: Updates from duckdb - - - ci: Trigger run - -- Install via R CMD INSTALL ., not pak (#471). - - - ci: Install via R CMD INSTALL ., not pak - - - ci: Bump version of upload-artifact action - -- Install local package for pkgdown builds. - -- Improve support for protected branches with fledge. - -- Improve support for protected branches, without fledge. - -- Sync with latest developments. - -- Use v2 instead of master. - -- Inline action. - -- Use dev roxygen2 and decor. - -- Fix on Windows, tweak lock workflow. - -- Avoid checking bashisms on Windows. - -- Allow NOTEs on R-devel. - -- Better commit message. - -- Bump versions, better default, consume custom matrix. - -- Recent updates. - -## Uncategorized - -- Merge branch 'cran-1.4.7'. +- New `postgresImportLargeObject()` for importing large objects from client side (@toppyy, #376, #472). # RPostgres 1.4.7 (2024-05-26) diff --git a/vignettes/work-queue.Rmd b/vignettes/work-queue.Rmd index 39ba6a1d..8410c2be 100644 --- a/vignettes/work-queue.Rmd +++ b/vignettes/work-queue.Rmd @@ -124,7 +124,7 @@ One lucky worker will get a row back, but thanks to ``FOR UPDATE``, the row is n For any other worker, as the row is now locked, they will skip over it (``SKIP LOCKED``) and find something else to do. If there are no other jobs available, then nothing will be returned. -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/). +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/). ```{r, echo = FALSE} if (!is.null(rs)) {