1. ef0b6fb Fix SIGSEGV in fsm_extend when vacuuming tables in non-default tablespace by Zhang Mingli · 12 days ago main
  2. 90f9dc3 CI: fix 'Check and Display Regression Diffs' step to use bash shell (#1673) by Jianghua.yjh · 4 days ago
  3. 32373aa Fix aoco_relation_size() using wrong snapshot to read pg_aocsseg by Jianghua Yang · 6 days ago
  4. 0efd878 Improve the SQL tab-completion feature for resource group (#1669) by FairyFar · 5 days ago
  5. 880b13e pg_dump/psql: properly recognize GP by Maxim Smyatkin · 11 days ago
  6. 9a02e6b Build: make diskquota installation opt-in by Dianjin Wang · 7 days ago
  7. da9a5ae Fix compliance issues for RPM and DEB packages by Dianjin Wang · 11 days ago
  8. 8b91a98 Add missing runtime dependencies for minimal installations by Dianjin Wang · 12 days ago
  9. 88ea4bd Regenerate configure for gp_stats_clolector by Dianjin Wang · 2 weeks ago
  10. d07a5923 Disable mdblocales by default in configure by Dianjin Wang · 2 weeks ago
  11. a6a7579 Fix sed -i compatibility in configure.ac by zhangyue · 11 days ago
  12. af533b2 [gp_stats_collector] Remove unnecessary CONFIGURE_EXTRA_OPTS param by NJrslv · 13 days ago
  13. 9f1c329 [gp_stats_collector] Adapt namings for Cloudberry by NJrslv · 2 weeks ago
  14. 5cfde24 [gp_stats_collector] Wrap hook call in try/catch on error path by NJrslv · 2 weeks ago
  15. 3a8cc5c [gp_stats_collector] Code quality cleanup by NJrslv · 2 weeks ago
  16. 7e12a93 [gp_stats_collector] Build by default with extension disabled via GUCs by NJrslv · 2 weeks ago
  17. 8681303 [gp_stats_collector] Simplify Makefile and add -Wno-unused-but-set-variable by NJrslv · 3 weeks ago
  18. ff6e14a [gp_stats_collector] Rename yagp_hooks_collector to gp_stats_collector by NJrslv · 3 weeks ago
  19. 52b2f53 [yagp_hooks_collector] Move to gpcontrib directory by Leonid Borchuk · 4 weeks ago
  20. 8308041 [yagp_hooks_collector] Fix null ErrorData dereference on segments by NJrslv · 9 weeks ago
  21. 7f4ed5e [yagp_hooks_collector] Add Apache license headers and enable -Werror by NJrslv · 3 months ago
  22. e834b23 [yagp_hooks_collector] Fix locale-dependent normalization crash by NJrslv · 3 months ago
  23. 7c0bb73 [yagp_hooks_collector] Add UDS round-trip test and fix send() accounting by NJrslv · 3 months ago
  24. aaf34a1 [yagp_hooks_collector] Add consistent GUC filtering and submit/done hook callsites by NJrslv · 3 months ago
  25. 4e5de6c [yagp_hooks_collector] Add --with-yagp-hooks-collector configure option and CI by NJrslv · 3 months ago
  26. 2dc50a7 [yagp_hooks_collector] Port backend infrastructure and adapt for Cloudberry by NJrslv · 3 months ago
  27. db0818f [yagp_hooks_collector] Add regression tests, ANALYZE text output, and UTF-8 trimming by NJrslv · 7 months ago
  28. 46dca03 [yagp_hooks_collector] Add utility statement tracking and metrics documentation by NJrslv · 9 months ago
  29. 7027dd0 [yagp_hooks_collector] Fix memory leaks, add safe C++ wrappers, improve Makefile by NJrslv · 10 months ago
  30. 622cb83 [yagp_hooks_collector] Add conditional EXPLAIN ANALYZE collection by NJrslv · 10 months ago
  31. e585e6a [yagp_hooks_collector] Miscellaneous fixes and refactoring by NJrslv · 10 months ago
  32. 6b65946 [yagp_hooks_collector] Fix user filtering propagation timing by NJrslv · 10 months ago
  33. 02390ad [yagp_hooks_collector] Add per-slice interconnect statistics by Maxim Smyatkin · 12 months ago
  34. a6eae44 [yagp_hooks_collector] Ignore EXPLAIN VERBOSE errors for unsupported node types by Maxim Smyatkin · 1 year ago
  35. 2bab980 [yagp_hooks_collector] Split EventSender into submodules by Maxim Smyatkin · 1 year, 5 months ago
  36. a0edde1 [yagp_hooks_collector] Improve nested query handling and add slice info by Maxim Smyatkin · 1 year, 7 months ago
  37. 93dc2e4 [yagp_hooks_collector] Fix try/catch block when calling C++ code from PG hooks by Maxim Smyatkin · 1 year, 8 months ago
  38. 137f4f0 [yagp_hooks_collector] Diff per-query stats between submit and end by Maxim Smyatkin · 1 year, 10 months ago
  39. 56a1fc2 [yagp_hooks_collector] Change report_nested_queries to PGC_USERSET by Maxim Smyatkin · 1 year, 10 months ago
  40. d03197f [yagp_hooks_collector] Add error message reporting for failed queries by Maxim Smyatkin · 1 year, 11 months ago
  41. 00ed85c [yagp_hooks_collector] Add configurable text field trimming by Maxim Smyatkin · 1 year, 11 months ago
  42. 4dfbd34 [yagp_hooks_collector] Add nested query tracking by Maxim Smyatkin · 1 year, 11 months ago
  43. c998c09 [yagp_hooks_collector] Improve query_id and resource group resolution by Maxim Smyatkin · 2 years, 4 months ago
  44. 91411cd [yagp_hooks_collector] Fix message lifecycle ordering and memory leaks by Maxim Smyatkin · 2 years, 5 months ago
  45. d76bac8 [yagp_hooks_collector] Add stat_messages() runtime statistics view by Maxim Smyatkin · 2 years, 5 months ago
  46. 855fab2 [yagp_hooks_collector] Fix missing query statuses after protobuf migration by Maxim Smyatkin · 2 years, 5 months ago
  47. c09ea5d [yagp_hooks_collector] Replace GRPC transport with protobuf-over-UDS by Maxim Smyatkin · 2 years, 7 months ago
  48. ce10c57 [yagp_hooks_collector] Add ignored_users_list GUC by Maxim Smyatkin · 2 years, 7 months ago
  49. f9793da [yagp_hooks_collector] Clean up threading, signal handling, and logging by Maxim Smyatkin · 2 years, 7 months ago
  50. 596b67d [yagp_hooks_collector] Add motion network and workfile spill stats by Maxim Smyatkin · 2 years, 7 months ago
  51. c73879a [yagp_hooks_collector] Fix memory leak in EXPLAIN ANALYZE code path by Maxim Smyatkin · 2 years, 8 months ago
  52. 1c1bf58 [yagp_hooks_collector] Fix EventSender and GrpcConnector in forked processes by Maxim Smyatkin · 2 years, 10 months ago
  53. cbe5c5f [yagp_hooks_collector] Diff system stats per-query and improve error safety by Maxim Smyatkin · 2 years, 10 months ago
  54. bef6d57 [yagp_hooks_collector] Add CDB metrics, query nesting, and configuration GUCs by Maxim Smyatkin · 3 years ago
  55. b8f77cb [yagp_hooks_collector] Add debian packaging and bionic GRPC compatibility by Maxim Smyatkin · 3 years ago
  56. 729b35f [yagp_hooks_collector] Switch to query_info_collect_hook and fix stability by Maxim Smyatkin · 3 years ago
  57. ce1199a [yagp_hooks_collector] Apply llvm code style by Maxim Smyatkin · 3 years ago
  58. b3bf742 [yagp_hooks_collector] Add executor instrumentation, /proc stats, and normalized texts by Maxim Smyatkin · 3 years, 1 month ago
  59. d2d9d2b [yagp_hooks_collector] Fix segfault in plan text generator by Maxim Smyatkin · 3 years, 1 month ago
  60. 029897c [yagp_hooks_collector] Add extension skeleton with GRPC transport by Maxim Smyatkin · 3 years, 1 month ago
  61. 1e2fe33 Revert "Fix COPY TO returning 0 rows during concurrent reorganize" by Jianghua Yang · 13 days ago
  62. 9548636 Fix ORCA choosing wrong column type for CTAS with UNION ALL (#1431) (#1645) by Jianghua.yjh · 13 days ago
  63. cb61a95 Fix the issue of duplicate counting of num_executed in gp_toolkit.gp_resgroup_status by fairyfar · 2 weeks ago
  64. 857723b Widen MotionLayerState stat counters from uint32 to uint64 (#1647) by NJrslv · 2 weeks ago
  65. d971e82 tests: add Parallel Hash Full/Right Join regression cases by Zhang Mingli · 3 weeks ago
  66. c2e37ee Parallel Hash Full Join and Right Join by Zhang Mingli · 3 weeks ago
  67. 9f6fc6a Fix instability in regression test for Parallel Hash Full Join by Michael Paquier · 2 years, 10 months ago
  68. 007a778 Fix PHJ match bit initialization. by Thomas Munro · 3 years ago
  69. b75378a Parallel Hash Full Join. by Thomas Munro · 3 years, 1 month ago
  70. 84a8458 libpq: Bail out during SSL/GSS negotiation errors (#1633) by reshke · 3 weeks ago
  71. 822c600 Set GUC "is_superuser" in all processes that set AuthenticatedUserId. by Noah Misch · 2 years, 5 months ago
  72. 6c37f8f Fix syntax error in the bash script regarding LD_LIBRARY_PATH by fairyfar · 4 weeks ago
  73. e7b45e2 Stop installing diskquota build-info file by Dianjin Wang · 4 weeks ago
  74. ba0633e Remove unused concourse/* from source by Dianjin Wang · 4 weeks ago
  75. 8d01027 Restrict accesses to non-system views and foreign tables during pg_dump. by Masahiko Sawada · 1 year, 8 months ago
  76. da47112 Prevent pgstats from getting confused when relkind of a relation changes by Andres Freund · 3 years, 4 months ago
  77. 2e27d4c Fix ORDER BY lost after AQUMV join rewrite by Zhang Mingli · 5 weeks ago
  78. e9abbe0 Address review feedback for AQUMV join exact-match by Zhang Mingli · 5 weeks ago
  79. dba1a32 Support AQUMV exact-match for multi-table JOIN queries by Zhang Mingli · 6 weeks ago
  80. 406f088 ORCA: Fix incorrect decorrelation of GROUP BY () HAVING <outer_ref> by Jianghua Yang · 5 weeks ago
  81. 224f153 ORCA: Fix use-after-free in flatten_join_alias_var_optimizer by Jianghua Yang · 5 weeks ago
  82. 021d378 Fix PostgresNode.pm for TAP tests on CBDB by Jianghua Yang · 4 weeks ago
  83. 843d90d Fix session lock leak in ALTER DATABASE SET TABLESPACE for utility mode by Jianghua Yang · 4 weeks ago
  84. e91712d Fix SIGSEGV on segments when creating in-place tablespace by Jianghua Yang · 4 weeks ago
  85. 11c5515 [MINOR] Remove unused build script that used non-HTTPS to download code by PJ Fanning · 4 weeks ago
  86. 8d4c880 Fix LICENSE path for ISC license file by Dianjin Wang · 4 weeks ago
  87. 789957b Fix invalid escape sequences in Python files by Dianjin Wang · 6 weeks ago
  88. 9328936 initdb: fix stale errno handling in setup_cdb_schema() by Dianjin Wang · 6 weeks ago
  89. 9d068e6 Run gp_internal_tools tests by Andrey Sokolov · 4 months ago
  90. 41c1750 Suppress DISTRIBUTED BY notices in bfv_joins test (#1612) by Alena Rybakina · 5 weeks ago
  91. 46aec1a fix typos & add MPP support for `allow_inplace_tablespace` by reshke · 5 weeks ago
  92. 8dccef0 Fix test instability by Alvaro Herrera · 3 years, 9 months ago
  93. 8ed3d8e Fix replay of create database records on standby by Alvaro Herrera · 3 years, 9 months ago
  94. 0fab5c6 Revert "Recursively create tablespace directories if they do not exist but we need them when re-redoing some tablespace related xlogs (e.g. database create with a tablespace) on mirror." by reshke · 7 weeks ago
  95. d400f10 CI: Add support for Ubuntu 24.04 Docker and DEB builds by Dianjin Wang · 5 weeks ago
  96. 8ecc326 Fix release tarball base version naming by Dianjin Wang · 6 weeks ago
  97. f979799 Fix COPY TO returning 0 rows during concurrent reorganize by Hao Wu · 7 weeks ago
  98. c2e8186 ORCA: Fix detection of mixed storage in partitioned tables with foreign partitions (#1524) by Jianghua.yjh · 6 weeks ago
  99. 38cd645 Fix Oid display errors in the log or message by fairyfar · 6 weeks ago
  100. f65bf62 Fix RUN_GTEST/RUN_GBENCH leak into pax.so build by zhangyue · 6 weeks ago