Commit bd55125
authored
Update version to 0.18.1 (#2297)
Welcome to pgrx v0.18.1. This is a minor release but fixes important
build problems on aarch64 Linux introduced in v0.18.0.
As always, install the cli tool with `cargo install cargo-pgrx --version
0.18.1 --locked` and make sure to update your extension's to depend on
`=0.18.1`.
## What's Changed
* upgrade dependencies, including moving rust to 1.96.0 by @eeeebbbbrrrr
in #2296
* cargo-pgrx: inject `-Wl,--no-gc-sections` to keep `.pgrxsc` sections
on aarch64 Linux by @eeeebbbbrrrr in
#2280
* feat: include `rewrite/rewriteManip.h` by @isdaniel in
#2295
* Use `zip` instead of deprecated `zip-extract` by @cbandy in
#2294 (also by
@Natureshadow)
* cargo-pgrx: add `--valgrind` flag to `cargo pgrx regress` by
@philippemnoel in #2290
* cargo-pgrx: build Postgres in parallel during `cargo pgrx init` by
@philippemnoel in #2291
* ci: pass `--locked` to `cargo install --path cargo-pgrx` by
@philippemnoel in #2292
* Fix README version range inconsistency (17 → 18) by @hobostay in
#2287
* fix: don't allocate for static strings in `ereport!` by @gruuya in
#2282
* can `cargo clippy --allow-dirty --fix -- -Wclippy::use_self` by
@adamnemecek in #2283
* feature: teach `cargo pgrx schema` how to emit just the SQL for named
entities by @eeeebbbbrrrr in
#2293
* Fix "PostgresSQL" typo to "PostgreSQL" in test code by @hobostay in
#2286
## New Contributors
* @hobostay made their first contribution in
#2287
* @adamnemecek made their first contribution in
#2283
* @Natureshadow
**Full Changelog**:
v0.18.0...v0.18.11 parent 810803e commit bd55125
20 files changed
Lines changed: 1238 additions & 177 deletions
File tree
- cargo-pgrx
- src/templates
- pgrx-bench
- pgrx-bindgen
- pgrx-macros
- pgrx-pg-config
- pgrx-pg-sys
- src/include
- pgrx-sql-entity-graph
- pgrx-tests
- src
- pgrx-unit-tests
- pgrx
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments