issues
search
pgcentralfoundation
/
pgrx
Build Postgres Extensions with Rust!
Other
3.7k
stars
249
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Updating readme.md
#1949
ChronicallyJD
closed
11 hours ago
0
fix warnings
#1948
usamoi
closed
1 day ago
0
How to pass a array/vec of strings as arguments to a SPI select?
#1947
lizardoluis
opened
1 day ago
0
Add catalog/catalog.h
#1946
daamien
closed
1 day ago
0
Add utils/acl.h
#1945
daamien
closed
2 days ago
0
`cargo install --locked cargo-pgrx` command not working in apple silicon
#1944
yacineb
opened
3 days ago
0
Allow creating Oid from a u32 in a const context
#1943
syvb
closed
1 week ago
0
feat: auto-generate type alignment (#[pgrx(alignment = "on")])
#1942
JamesGuthrie
opened
1 week ago
8
refactor: remove redundant references (`&`)
#1941
hamirmahal
closed
6 days ago
2
Unnecessary `&` references can be removed
#1940
hamirmahal
closed
6 days ago
0
lock patch version of pgrx-bindgen
#1939
usamoi
closed
1 week ago
0
Check wakeup_flags from `wait_latch` function to exit on `WL_POSTMASTER_DEATH`
#1938
var77
closed
1 day ago
0
Update version to 0.12.8
#1937
eeeebbbbrrrr
closed
2 weeks ago
0
Prepare 0.12.8
#1936
eeeebbbbrrrr
closed
2 weeks ago
0
fix a deadlock in `cargo pgrx install` during `get_git_hash()`
#1935
eeeebbbbrrrr
closed
2 weeks ago
2
fix cargo-pgrx and pgrx-tests on Windows
#1934
usamoi
opened
2 weeks ago
4
Changed args of prepare methods to be slices
#1933
YohDeadfall
closed
1 day ago
1
add `pg_config --libdir` to linker search path
#1932
usamoi
closed
3 weeks ago
0
Update version to 0.12.7
#1931
eeeebbbbrrrr
closed
3 weeks ago
0
Teach `#[pg_cast]` how to pass down arguments useful to `#[pg_extern]`
#1930
eeeebbbbrrrr
closed
3 weeks ago
0
fix: crash from drop impls that panic via `leak_and_drop_on_delete()`
#1929
eeeebbbbrrrr
closed
3 weeks ago
0
`cargo pgrx run` actually updates the extension?
#1928
ccleve
closed
3 weeks ago
1
Finishing Windows support?
#1927
workingjubilee
opened
4 weeks ago
0
Explicitly enable object Cargo features
#1926
workingjubilee
closed
4 weeks ago
2
Imply `NOT_IN_SAMPLE` for `GucFlags::NO_SHOW_ALL`
#1925
Ngalstyan4
closed
4 weeks ago
3
add `commands/progress.h`
#1924
usamoi
closed
4 weeks ago
0
add `storage/freespace.h`
#1923
rebasedming
closed
1 month ago
0
use `allowlist_file` for bindgen
#1922
usamoi
closed
3 weeks ago
1
upgrade all dependencies
#1921
eeeebbbbrrrr
closed
3 weeks ago
2
New project fails to compile - M1 Mac
#1920
olirice
closed
1 month ago
1
Update version to 0.12.6
#1919
eeeebbbbrrrr
closed
1 month ago
0
fix segfault with empty `numrange` during `from_datum()`
#1918
eeeebbbbrrrr
closed
1 month ago
0
fix compilation on emscripten
#1917
usamoi
closed
1 month ago
1
Can't get `cargo pgrx init` to compile Postgres on more than one core
#1916
jawj
closed
1 month ago
3
building extenstion (WSL debian_x64, Pg17): failed to parse generated bindings
#1915
SpyMan10
closed
1 month ago
0
docs: update outdated README
#1914
SteveLauC
closed
1 month ago
0
Added connect_mut for data changing SPI operations
#1913
YohDeadfall
opened
1 month ago
1
feat: include 'storage/indexfsm.h'
#1912
SteveLauC
closed
1 month ago
0
refactor: more CStr literals
#1911
SteveLauC
closed
1 month ago
0
Adds more headers
#1910
aykut-bozkurt
closed
1 month ago
1
docs: align description of GucContext::SuBackend and GucContext::Backend with original PostgreSQL description
#1909
mrl5
closed
1 month ago
1
Remove Python workaround for Homebrew
#1908
workingjubilee
closed
1 month ago
0
Python on homebrew is busted again
#1907
workingjubilee
closed
1 month ago
0
how to test GucContext::SuBackend
#1906
mrl5
opened
1 month ago
7
docs: update generic type name of TableIterator
#1905
SteveLauC
closed
1 month ago
0
TableIterator no longer generates columns
#1904
ccleve
closed
1 month ago
5
Feature request: `cargo pgrx init/make world-bin` enable parallel build
#1903
SteveLauC
opened
1 month ago
0
Upgrading to 0.12.5 and pg17 error
#1902
FreeGIS
closed
1 month ago
1
fix compilation on some CPUs and Windows
#1901
usamoi
closed
1 month ago
1
Implement UnboxDatum for ItemPointerData
#1900
syvb
closed
1 month ago
1
Next