- Notifications
You must be signed in to change notification settings - Fork22
Comparing changes
Open a pull request
base repository:postgrespro/vops
Uh oh!
There was an error while loading.Please reload this page.
base:PGPRO-9992
head repository:postgrespro/vops
Uh oh!
There was an error while loading.Please reload this page.
compare:master
Uh oh!
There was an error while loading.Please reload this page.
- 9commits
- 8files changed
- 5contributors
Commits on Apr 22, 2024
[PGPRO-10009] Replace stub SFUNC functions with MSFUNC functions in a…
…ggregates.This fixes the test so enable it back.Tags: vops.
Karina Litskevich committedApr 22, 2024 [PGPRO-10079] Use StringInfo instead of fix-sized buffers
This way we don't worry about allocating enough memory as appendStringInfodoes it for usTags: vops
Karina Litskevich committedApr 22, 2024 Code style refactoring: replace 4 spaces with a tab
Karina Litskevich committedApr 22, 2024 Run pgindent on vops.c and vops.h
Karina Litskevich committedApr 22, 2024
Commits on Sep 26, 2024
PGPRO-10866: Add static decoration to avoid error:
"no previous extern declaration for non-static variable [-Wmissing-variable-declarations]"Tags: vops
antamel committedSep 26, 2024
Commits on Oct 3, 2024
PGPRO-10866: Update create_foreignscan_path() calls.
Caused by: - e22253467942fdb100087787c3e1e3a8620c54b2 (PostgreSQL) Treat number of disabled nodes in a path as a separate cost metric. - a9375a9e79f8115dc3b2ee9045fb656ebe271b6c (Postgres Pro Enterprise) [PGPRO-5825]: Port contrib/in_memory to EE15Tags: vops
Commits on Feb 10, 2025
Merge pull request#30from postgrespro/meson_build_master
Add meson.build file to support building from the contrib source tree.
Commits on Sep 4, 2025
Merge pull request#31from postgrespro/PGPRO-10866
Fixes related to new changes in PostgreSQL 18: August 1, 2024 - September 1, 2024
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff PGPRO-9992...master
Uh oh!
There was an error while loading.Please reload this page.