index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
pgxc
Age
Commit message (
Expand
)
Author
2018-10-12
Use sufficiently large buffer in SharedQueueWrite
Tomas Vondra
2018-07-27
Ensure that typename is schema qualified while sending row description
Pavan Deolasee
2018-07-27
Ensure pooler process follows consistent model for SIGQUIT handling
Pavan Deolasee
2018-07-27
Properly quote typename before calling parseTypeString
Pavan Deolasee
2018-05-21
Fix broken implementation of recovery to barrier.
Pavan Deolasee
2018-05-18
Track clearly whether to run a remote transaction in autocommit or a block
Pavan Deolasee
2017-11-07
Fix bug in release_connection() introduced by d9f45c9018
Tomas Vondra
2017-11-04
Move several functions from pgxcnode.c to poolmgr.c
Tomas Vondra
2017-11-04
Comments and cleanup in the connection pool manager
Tomas Vondra
2017-10-14
Remember queryId for queries executed using FQS
Tomas Vondra
2017-10-05
Disable FQS for cursors defined with SCROLL
Tomas Vondra
2017-09-20
Improve shared queue synchronization further
Pavan Deolasee
2017-09-18
Ensure that we don't read rule definition with portable input on
Pavan Deolasee
2017-08-22
Handle rescan of RemoteQuery node correctly
Pavan Deolasee
2017-08-21
Make sure coordinator_lxid is formatted as %u and not %d
Tomas Vondra
2017-08-21
Handle params correctly within Subplan nodes
Pavan Deolasee
2017-08-18
Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'
Pavan Deolasee
2017-08-08
Mark variable as const to prevent compiler warning
Tomas Vondra
2017-06-28
Merge remote-tracking branch 'remotes/origin/master' into xl10devel
Pavan Deolasee
2017-06-17
Randomize the choice of the initial ROUNDROBIN node
Tomas Vondra
2017-06-17
Prevent dropping distribution keys for MODULO
Tomas Vondra
2017-06-17
Add support for MODULO distribution on BIGINT
Tomas Vondra
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-06-08
Switch connections after processing PGXLRemoteFetchSize rows
Pavan Deolasee
2017-05-18
Do not reset global_session on RESET ALL
Pavan Deolasee
2017-05-05
Add a user configurable parameter to control the number of rows fetched from
Pavan Deolasee
2017-05-05
Ensure that we don't try to allocate connection in/out buffers over
Pavan Deolasee
2017-05-05
Try to validate the combiner only when a RESPONSE_COPY is received during
Pavan Deolasee
2017-05-05
Do not add a newline ('\n') between rows while running a BINARY COPY protocol.
Pavan Deolasee
2017-05-05
Ensure variable values are quoted when necessary while sending down SET
Pavan Deolasee
2017-03-19
Resolve failures in rules tests by adding T_CteScan to execRemote.c
Tomas Vondra
2017-01-19
add name of the originating node to application_name
Tomas Vondra
2017-01-09
fix SharedQueuesInit to register the tranche properly
Tomas Vondra
2016-11-09
allocate SQueue LWLocks using a named tranche (dynamically)
Tomas Vondra
2016-11-07
get rid of HAVE_SIGPROCMASK
Tomas Vondra
2016-11-07
fix includes in poolmgr.c because of s_lock.h failures
Tomas Vondra
2016-11-07
fix calls to tuplesort_gettupleslot() from execRemote.c
Tomas Vondra
2016-10-26
Fix tablesample handling which was broken during the merge
Pavan Deolasee
2016-10-18
Ensure we're not going beyond the configured limits of max_coordinators or
Pavan Deolasee
2016-10-18
Allow COMMIT/ROLLBACK PREPARED xact to succeed on the local coordinator even if
Pavan Deolasee
2016-10-18
Handle remote parameters correctly by sending then down to the remote nodes in
Pavan Deolasee
2016-10-18
remove pgxc/pool/postgresql_fdw.c as is_immutable_func() is unused
Tomas Vondra
2016-10-18
remove stormutils, containing only stormdb_promote_standby() function
Tomas Vondra
2016-10-18
refactor DoRefreshRemoteHandles a bit to get rid of compiler warnings
Tomas Vondra
2016-10-18
rework GetPoolManagerHandle a bit to get rid of compiler warnings
Tomas Vondra
2016-10-18
refactor agent_handle_input() by splitting it into smaller pieces
Tomas Vondra
2016-10-18
minor PgxcNodeListAndCount() refactoring to fix compiler warnings
Tomas Vondra
2016-10-18
initialize 'pids' variable explicitly in agent_handle_input
Tomas Vondra
2016-10-18
cast connection to (PGconn*) in grow_pool() to fix compiler warning
Tomas Vondra
2016-10-18
remove unused GUC options - strict_statement_checking and enforce_two_phase_c...
Tomas Vondra
[next]