1. f9ca4fa SIGSEGV in getCdbComponentInfo() when standby coordinator is on dedicated host (#1702) by jangjang · 11 days ago main
  2. 980ed21 Fix: set FRAMEOPTION_BETWEEN for ORCA window frames by Jianghua Yang · 14 days ago
  3. 02d658a Fix copy for rocky linux by Leonid Borchuk · 3 weeks ago
  4. aa9d837 xml2: Replace deprecated routines with recommended ones by Michael Paquier · 2 years, 4 months ago
  5. 508e1fd Do not include protobuf files twice by Leonid Borchuk · 4 weeks ago
  6. 46635b5 Avoid "unused variable" warning on non-USE_SSL_ENGINE platforms. by Tom Lane · 2 years, 1 month ago
  7. 9bad6fc Fix incompatibilities with libxml2 >= 2.12.0. by Tom Lane · 2 years, 3 months ago
  8. f4652aa Add Rocky Linux 10 Docker containers (#1676) by Leonid · 14 days ago
  9. c0a03cc Fix: init missing PlannedStmt fields in orca by Jianghua Yang · 2 weeks ago
  10. 362763d Sandbox: add Cloudberry 2.1.0 release support by Dianjin Wang · 3 weeks ago
  11. 56dd541 CI: update docker/setup-qemu-action to v4.0.0 by Dianjin Wang · 3 weeks ago
  12. d8823a4 DevOps: upgrade Go to 1.24.13 in Docker build images by Dianjin Wang · 3 weeks ago
  13. fac6611 Fix colNDVBySeg attnum index mismatch in column-specific ANALYZE (#1680) by Jianghua.yjh · 3 weeks ago
  14. bff7715 Fix Python 3.12 SyntaxWarning in orphaned_toast_tables_check.py by Dianjin Wang · 3 weeks ago
  15. fa061c1 CI: Add Ubuntu24.04 workflow with test matrix support by Dianjin Wang · 3 weeks ago
  16. b84f7c6 CI: use commit hash for Docker actions by Dianjin Wang · 3 weeks ago
  17. e6becea Align release artifact naming with ASF incubator conventions by Dianjin Wang · 3 weeks ago
  18. c9100df ORCA: add optimizer_use_streaming_hashagg GUC (#1681) by Jianghua.yjh · 3 weeks ago
  19. 155e0a7 Fix: Python build dependencies installation by Dianjin Wang · 6 months ago
  20. 9b0671b ORCA: fall back to Postgres planner for KNN ORDER BY queries (#1653) by Jianghua.yjh · 3 weeks ago
  21. ef0b6fb Fix SIGSEGV in fsm_extend when vacuuming tables in non-default tablespace by Zhang Mingli · 6 weeks ago
  22. 90f9dc3 CI: fix 'Check and Display Regression Diffs' step to use bash shell (#1673) by Jianghua.yjh · 4 weeks ago
  23. 32373aa Fix aoco_relation_size() using wrong snapshot to read pg_aocsseg by Jianghua Yang · 5 weeks ago
  24. 0efd878 Improve the SQL tab-completion feature for resource group (#1669) by FairyFar · 5 weeks ago
  25. 880b13e pg_dump/psql: properly recognize GP by Maxim Smyatkin · 5 weeks ago
  26. 9a02e6b Build: make diskquota installation opt-in by Dianjin Wang · 5 weeks ago
  27. da9a5ae Fix compliance issues for RPM and DEB packages by Dianjin Wang · 5 weeks ago
  28. 8b91a98 Add missing runtime dependencies for minimal installations by Dianjin Wang · 6 weeks ago
  29. 88ea4bd Regenerate configure for gp_stats_clolector by Dianjin Wang · 6 weeks ago
  30. d07a5923 Disable mdblocales by default in configure by Dianjin Wang · 6 weeks ago
  31. a6a7579 Fix sed -i compatibility in configure.ac by zhangyue · 5 weeks ago
  32. af533b2 [gp_stats_collector] Remove unnecessary CONFIGURE_EXTRA_OPTS param by NJrslv · 6 weeks ago
  33. 9f1c329 [gp_stats_collector] Adapt namings for Cloudberry by NJrslv · 6 weeks ago
  34. 5cfde24 [gp_stats_collector] Wrap hook call in try/catch on error path by NJrslv · 6 weeks ago
  35. 3a8cc5c [gp_stats_collector] Code quality cleanup by NJrslv · 6 weeks ago
  36. 7e12a93 [gp_stats_collector] Build by default with extension disabled via GUCs by NJrslv · 6 weeks ago
  37. 8681303 [gp_stats_collector] Simplify Makefile and add -Wno-unused-but-set-variable by NJrslv · 7 weeks ago
  38. ff6e14a [gp_stats_collector] Rename yagp_hooks_collector to gp_stats_collector by NJrslv · 7 weeks ago
  39. 52b2f53 [yagp_hooks_collector] Move to gpcontrib directory by Leonid Borchuk · 8 weeks ago
  40. 8308041 [yagp_hooks_collector] Fix null ErrorData dereference on segments by NJrslv · 3 months ago
  41. 7f4ed5e [yagp_hooks_collector] Add Apache license headers and enable -Werror by NJrslv · 4 months ago
  42. e834b23 [yagp_hooks_collector] Fix locale-dependent normalization crash by NJrslv · 4 months ago
  43. 7c0bb73 [yagp_hooks_collector] Add UDS round-trip test and fix send() accounting by NJrslv · 4 months ago
  44. aaf34a1 [yagp_hooks_collector] Add consistent GUC filtering and submit/done hook callsites by NJrslv · 4 months ago
  45. 4e5de6c [yagp_hooks_collector] Add --with-yagp-hooks-collector configure option and CI by NJrslv · 4 months ago
  46. 2dc50a7 [yagp_hooks_collector] Port backend infrastructure and adapt for Cloudberry by NJrslv · 4 months ago
  47. db0818f [yagp_hooks_collector] Add regression tests, ANALYZE text output, and UTF-8 trimming by NJrslv · 8 months ago
  48. 46dca03 [yagp_hooks_collector] Add utility statement tracking and metrics documentation by NJrslv · 10 months ago
  49. 7027dd0 [yagp_hooks_collector] Fix memory leaks, add safe C++ wrappers, improve Makefile by NJrslv · 11 months ago
  50. 622cb83 [yagp_hooks_collector] Add conditional EXPLAIN ANALYZE collection by NJrslv · 11 months ago
  51. e585e6a [yagp_hooks_collector] Miscellaneous fixes and refactoring by NJrslv · 11 months ago
  52. 6b65946 [yagp_hooks_collector] Fix user filtering propagation timing by NJrslv · 11 months ago
  53. 02390ad [yagp_hooks_collector] Add per-slice interconnect statistics by Maxim Smyatkin · 1 year, 1 month ago
  54. a6eae44 [yagp_hooks_collector] Ignore EXPLAIN VERBOSE errors for unsupported node types by Maxim Smyatkin · 1 year, 1 month ago
  55. 2bab980 [yagp_hooks_collector] Split EventSender into submodules by Maxim Smyatkin · 1 year, 6 months ago
  56. a0edde1 [yagp_hooks_collector] Improve nested query handling and add slice info by Maxim Smyatkin · 1 year, 8 months ago
  57. 93dc2e4 [yagp_hooks_collector] Fix try/catch block when calling C++ code from PG hooks by Maxim Smyatkin · 1 year, 9 months ago
  58. 137f4f0 [yagp_hooks_collector] Diff per-query stats between submit and end by Maxim Smyatkin · 1 year, 11 months ago
  59. 56a1fc2 [yagp_hooks_collector] Change report_nested_queries to PGC_USERSET by Maxim Smyatkin · 2 years ago
  60. d03197f [yagp_hooks_collector] Add error message reporting for failed queries by Maxim Smyatkin · 2 years ago
  61. 00ed85c [yagp_hooks_collector] Add configurable text field trimming by Maxim Smyatkin · 2 years ago
  62. 4dfbd34 [yagp_hooks_collector] Add nested query tracking by Maxim Smyatkin · 2 years ago
  63. c998c09 [yagp_hooks_collector] Improve query_id and resource group resolution by Maxim Smyatkin · 2 years, 5 months ago
  64. 91411cd [yagp_hooks_collector] Fix message lifecycle ordering and memory leaks by Maxim Smyatkin · 2 years, 6 months ago
  65. d76bac8 [yagp_hooks_collector] Add stat_messages() runtime statistics view by Maxim Smyatkin · 2 years, 6 months ago
  66. 855fab2 [yagp_hooks_collector] Fix missing query statuses after protobuf migration by Maxim Smyatkin · 2 years, 6 months ago
  67. c09ea5d [yagp_hooks_collector] Replace GRPC transport with protobuf-over-UDS by Maxim Smyatkin · 2 years, 7 months ago
  68. ce10c57 [yagp_hooks_collector] Add ignored_users_list GUC by Maxim Smyatkin · 2 years, 8 months ago
  69. f9793da [yagp_hooks_collector] Clean up threading, signal handling, and logging by Maxim Smyatkin · 2 years, 8 months ago
  70. 596b67d [yagp_hooks_collector] Add motion network and workfile spill stats by Maxim Smyatkin · 2 years, 8 months ago
  71. c73879a [yagp_hooks_collector] Fix memory leak in EXPLAIN ANALYZE code path by Maxim Smyatkin · 2 years, 9 months ago
  72. 1c1bf58 [yagp_hooks_collector] Fix EventSender and GrpcConnector in forked processes by Maxim Smyatkin · 2 years, 11 months ago
  73. cbe5c5f [yagp_hooks_collector] Diff system stats per-query and improve error safety by Maxim Smyatkin · 3 years ago
  74. bef6d57 [yagp_hooks_collector] Add CDB metrics, query nesting, and configuration GUCs by Maxim Smyatkin · 3 years ago
  75. b8f77cb [yagp_hooks_collector] Add debian packaging and bionic GRPC compatibility by Maxim Smyatkin · 3 years ago
  76. 729b35f [yagp_hooks_collector] Switch to query_info_collect_hook and fix stability by Maxim Smyatkin · 3 years, 1 month ago
  77. ce1199a [yagp_hooks_collector] Apply llvm code style by Maxim Smyatkin · 3 years, 1 month ago
  78. b3bf742 [yagp_hooks_collector] Add executor instrumentation, /proc stats, and normalized texts by Maxim Smyatkin · 3 years, 1 month ago
  79. d2d9d2b [yagp_hooks_collector] Fix segfault in plan text generator by Maxim Smyatkin · 3 years, 1 month ago
  80. 029897c [yagp_hooks_collector] Add extension skeleton with GRPC transport by Maxim Smyatkin · 3 years, 2 months ago
  81. 1e2fe33 Revert "Fix COPY TO returning 0 rows during concurrent reorganize" by Jianghua Yang · 6 weeks ago
  82. 9548636 Fix ORCA choosing wrong column type for CTAS with UNION ALL (#1431) (#1645) by Jianghua.yjh · 6 weeks ago
  83. cb61a95 Fix the issue of duplicate counting of num_executed in gp_toolkit.gp_resgroup_status by fairyfar · 6 weeks ago
  84. 857723b Widen MotionLayerState stat counters from uint32 to uint64 (#1647) by NJrslv · 6 weeks ago
  85. d971e82 tests: add Parallel Hash Full/Right Join regression cases by Zhang Mingli · 7 weeks ago
  86. c2e37ee Parallel Hash Full Join and Right Join by Zhang Mingli · 7 weeks ago
  87. 9f6fc6a Fix instability in regression test for Parallel Hash Full Join by Michael Paquier · 2 years, 11 months ago
  88. 007a778 Fix PHJ match bit initialization. by Thomas Munro · 3 years, 1 month ago
  89. b75378a Parallel Hash Full Join. by Thomas Munro · 3 years, 1 month ago
  90. 84a8458 libpq: Bail out during SSL/GSS negotiation errors (#1633) by reshke · 7 weeks ago
  91. 822c600 Set GUC "is_superuser" in all processes that set AuthenticatedUserId. by Noah Misch · 2 years, 6 months ago
  92. 6c37f8f Fix syntax error in the bash script regarding LD_LIBRARY_PATH by fairyfar · 8 weeks ago
  93. e7b45e2 Stop installing diskquota build-info file by Dianjin Wang · 8 weeks ago
  94. ba0633e Remove unused concourse/* from source by Dianjin Wang · 7 weeks ago
  95. 8d01027 Restrict accesses to non-system views and foreign tables during pg_dump. by Masahiko Sawada · 1 year, 9 months ago
  96. da47112 Prevent pgstats from getting confused when relkind of a relation changes by Andres Freund · 3 years, 5 months ago
  97. 2e27d4c Fix ORDER BY lost after AQUMV join rewrite by Zhang Mingli · 9 weeks ago
  98. e9abbe0 Address review feedback for AQUMV join exact-match by Zhang Mingli · 9 weeks ago
  99. dba1a32 Support AQUMV exact-match for multi-table JOIN queries by Zhang Mingli · 10 weeks ago
  100. 406f088 ORCA: Fix incorrect decorrelation of GROUP BY () HAVING <outer_ref> by Jianghua Yang · 8 weeks ago