0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Jan 22, 2025 — Jan 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
This fixes wrong gtm restoration point calculation regarding GXID wraparound. More... about 11 years ago
This is a fix for clean connection crash as: More... over 11 years ago
Improve closing files using pclose() which are opened by popen(). More... over 11 years ago
Fix a bug to handle backslash in copy. More... over 11 years ago
Commit to fix typo in the documentaiton. More... over 11 years ago
Typo for pgxc_ctl configuration template. More... over 11 years ago
Correction of EXECUTE DIRECT example syntax. More... over 11 years ago
This commit improve the warning message at pgxc_ctl make using gcc 4.8. More... over 11 years ago
This commit fixes the bug introduced during pg_backup merge. More... over 11 years ago
Fix for adding datanode master in pgxc_ctl. Locking DDL was not correct. The locking function pgxc_lock_for_backup() was issued against a datanode but it should be targetted to a coordinator. More... over 11 years ago
Fix for a memory leak in the pooler. More... over 11 years ago
This commit fixes potential coordinator crash if no GTM connection is established. More... over 11 years ago
Additional fix to reduce the chance of random failure in the regression test. More... almost 12 years ago
Merge commit '384f933046dc9e9a2b416f5f7b3be30b93587c63' into catalog_mvcc More... almost 12 years ago
Correction of the message order in the regression test. More... almost 12 years ago
Fixes a bug that alter node and create node does not work with primary=on even when primary=off update or drop node against the primary node has been done in the same session. More... almost 12 years ago
Change pgxc_ctl to use wal_level, max_wal_senders and archive_mode GUC of the master when creating coordinator/datanode slave. More... almost 12 years ago
Refactoring to change as many functions as static and to improve source format. More... almost 12 years ago
Fix pgxc_ctl to use pg_basebackup and ALTER NODE for coordinator slave initialization and coordinator failover. More... almost 12 years ago
Fixes pg_xlogdump to work with Postgres-XC xlog, to handle BARRIER log record correctly. More... almost 12 years ago
Prevent WAL sender from initializing process as a normal backend. More... almost 12 years ago
The fix to run ALTER NODE while a coordinator is out. More... almost 12 years ago
Fixes incorrest nodePing() return value evaluation when initializing a coordinator slave. More... almost 12 years ago
Improves pgxc_ctl behavior to More... almost 12 years ago
This commit is a correction to nodes.h to maintain values assigned to node tags as same as those for PostgreSQL. It is effective to allow PostgreSQL extension binaries to run within Postgres-XC. More... almost 12 years ago
This fixes coordinator planner to geenrate operator to go to datanodes. More... almost 12 years ago
This is a tentative fix for pgxc_ctl to deal with the following failure in the current Postgres-XC. More... almost 12 years ago
Correction of pgbench -k correction commit backport. More... almost 12 years ago
Collection of queries used with -k option. With -k option, all the tables are distributed with bid and queries should have used correct bid value. The commit correct this. More... almost 12 years ago
Fix VPATH compiling issue on initgtm. More... almost 12 years ago