-
Notifications
You must be signed in to change notification settings - Fork 22
Comparing changes
Open a pull request
base repository: postgrespro/vops
base: PGPRO-9992
head repository: postgrespro/vops
compare: master
- 12 commits
- 8 files changed
- 5 contributors
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 Configuration menu - View commit details
-
Copy full SHA for 8348d48 - Browse repository at this point
Copy the full SHA 8348d48View commit details -
[PGPRO-10079] Use StringInfo instead of fix-sized buffers
This way we don't worry about allocating enough memory as appendStringInfo does it for us Tags: vops
Karina Litskevich committedApr 22, 2024 Configuration menu - View commit details
-
Copy full SHA for d4d441d - Browse repository at this point
Copy the full SHA d4d441dView commit details -
Code style refactoring: replace 4 spaces with a tab
Karina Litskevich committedApr 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 82d32e1 - Browse repository at this point
Copy the full SHA 82d32e1View commit details -
Run pgindent on vops.c and vops.h
Karina Litskevich committedApr 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 1c62e00 - Browse repository at this point
Copy the full SHA 1c62e00View commit details
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
Configuration menu - View commit details
-
Copy full SHA for 12f0658 - Browse repository at this point
Copy the full SHA 12f0658View commit details
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 EE15 Tags: vopsConfiguration menu - View commit details
-
Copy full SHA for bc43f49 - Browse repository at this point
Copy the full SHA bc43f49View commit details
Commits on Feb 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0c6040d - Browse repository at this point
Copy the full SHA 0c6040dView commit details -
Merge pull request #30 from postgrespro/meson_build_master
Add meson.build file to support building from the contrib source tree.
Configuration menu - View commit details
-
Copy full SHA for dc1952c - Browse repository at this point
Copy the full SHA dc1952cView commit details
Commits on Sep 4, 2025
-
Merge pull request #31 from postgrespro/PGPRO-10866
Fixes related to new changes in PostgreSQL 18: August 1, 2024 - September 1, 2024
Configuration menu - View commit details
-
Copy full SHA for ad3a0c8 - Browse repository at this point
Copy the full SHA ad3a0c8View commit details
Commits on Sep 5, 2025
-
[PGPRO-14916] Revert "PGPRO-10866: Update create_foreignscan_path() c…
…alls." This reverts commit bc43f49, which was wrong and broke compilation with versions 17- Tags: vops
Karina Litskevich committedSep 5, 2025 Configuration menu - View commit details
-
Copy full SHA for 50e2b13 - Browse repository at this point
Copy the full SHA 50e2b13View commit details -
[PGPRO-14916] Update create_foreignscan_path() and create_foreign_upp…
…er_path() calls. Caused by 9e9931d2 (postgres) "Re-allow FDWs and custom scan providers to replace joins with pseudoconstant quals." This is a fix from 9dd4c1e (vops), which fixes vops to work with version 17. This fix is improved to take into account that vops should keep working with versions 16-. Also add some cosmetic changes in comments. Tags: vops
Karina Litskevich committedSep 5, 2025 Configuration menu - View commit details
-
Copy full SHA for 939aa7e - Browse repository at this point
Copy the full SHA 939aa7eView commit details
Commits on Dec 11, 2025
-
Merge pull request #32 from postgrespro/PGPRO-14916
[PGPRO-14916] Fix compilation after PR #31
Configuration menu - View commit details
-
Copy full SHA for 8259b30 - Browse repository at this point
Copy the full SHA 8259b30View commit details
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