summaryrefslogtreecommitdiff
path: root/src/backend/pgxc
AgeCommit message (Expand)Author
2018-10-12Use sufficiently large buffer in SharedQueueWriteTomas Vondra
2018-07-27Ensure that typename is schema qualified while sending row descriptionPavan Deolasee
2018-07-27Ensure pooler process follows consistent model for SIGQUIT handlingPavan Deolasee
2018-07-27Properly quote typename before calling parseTypeStringPavan Deolasee
2018-05-21Fix broken implementation of recovery to barrier.Pavan Deolasee
2018-05-18Track clearly whether to run a remote transaction in autocommit or a blockPavan Deolasee
2017-11-07Fix bug in release_connection() introduced by d9f45c9018Tomas Vondra
2017-11-04Move several functions from pgxcnode.c to poolmgr.cTomas Vondra
2017-11-04Comments and cleanup in the connection pool managerTomas Vondra
2017-10-14Remember queryId for queries executed using FQSTomas Vondra
2017-10-05Disable FQS for cursors defined with SCROLLTomas Vondra
2017-09-20Improve shared queue synchronization furtherPavan Deolasee
2017-09-18Ensure that we don't read rule definition with portable input onPavan Deolasee
2017-08-22Handle rescan of RemoteQuery node correctlyPavan Deolasee
2017-08-21Make sure coordinator_lxid is formatted as %u and not %dTomas Vondra
2017-08-21Handle params correctly within Subplan nodesPavan Deolasee
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-08-08Mark variable as const to prevent compiler warningTomas Vondra
2017-06-28Merge remote-tracking branch 'remotes/origin/master' into xl10develPavan Deolasee
2017-06-17Randomize the choice of the initial ROUNDROBIN nodeTomas Vondra
2017-06-17Prevent dropping distribution keys for MODULOTomas Vondra
2017-06-17Add support for MODULO distribution on BIGINTTomas Vondra
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-06-08Switch connections after processing PGXLRemoteFetchSize rowsPavan Deolasee
2017-05-18Do not reset global_session on RESET ALLPavan Deolasee
2017-05-05Add a user configurable parameter to control the number of rows fetched fromPavan Deolasee
2017-05-05Ensure that we don't try to allocate connection in/out buffers overPavan Deolasee
2017-05-05Try to validate the combiner only when a RESPONSE_COPY is received duringPavan Deolasee
2017-05-05Do not add a newline ('\n') between rows while running a BINARY COPY protocol.Pavan Deolasee
2017-05-05Ensure variable values are quoted when necessary while sending down SETPavan Deolasee
2017-03-19Resolve failures in rules tests by adding T_CteScan to execRemote.cTomas Vondra
2017-01-19add name of the originating node to application_nameTomas Vondra
2017-01-09fix SharedQueuesInit to register the tranche properlyTomas Vondra
2016-11-09allocate SQueue LWLocks using a named tranche (dynamically)Tomas Vondra
2016-11-07get rid of HAVE_SIGPROCMASKTomas Vondra
2016-11-07fix includes in poolmgr.c because of s_lock.h failuresTomas Vondra
2016-11-07fix calls to tuplesort_gettupleslot() from execRemote.cTomas Vondra
2016-10-26Fix tablesample handling which was broken during the mergePavan Deolasee
2016-10-18Ensure we're not going beyond the configured limits of max_coordinators orPavan Deolasee
2016-10-18Allow COMMIT/ROLLBACK PREPARED xact to succeed on the local coordinator even ifPavan Deolasee
2016-10-18Handle remote parameters correctly by sending then down to the remote nodes inPavan Deolasee
2016-10-18remove pgxc/pool/postgresql_fdw.c as is_immutable_func() is unusedTomas Vondra
2016-10-18remove stormutils, containing only stormdb_promote_standby() functionTomas Vondra
2016-10-18refactor DoRefreshRemoteHandles a bit to get rid of compiler warningsTomas Vondra
2016-10-18rework GetPoolManagerHandle a bit to get rid of compiler warningsTomas Vondra
2016-10-18refactor agent_handle_input() by splitting it into smaller piecesTomas Vondra
2016-10-18minor PgxcNodeListAndCount() refactoring to fix compiler warningsTomas Vondra
2016-10-18initialize 'pids' variable explicitly in agent_handle_inputTomas Vondra
2016-10-18cast connection to (PGconn*) in grow_pool() to fix compiler warningTomas Vondra
2016-10-18remove unused GUC options - strict_statement_checking and enforce_two_phase_c...Tomas Vondra