summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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-18Properly quote database name while dropping it on remote nodePavan Deolasee
2016-10-18Revert a change accidentally got checked in during merge bbf2fec2. RegressionsPavan Deolasee
2016-10-18rename adjustSubplanDistribution() to adjust_subplan_distribution()Tomas Vondra
2016-10-18remove enable_remotejoin and enable_remotegroup C variablesTomas Vondra
2016-10-18remove unused functions from pgxcpath.cTomas Vondra
2016-10-18add an assert to create_remotequery_path for RELOPT_BASEREL caseTomas Vondra
2016-10-18minor create_remotequery_path improvement, rename RemoteQueryPath fieldsTomas Vondra
2016-10-18fix pgxcpath.c header commentTomas Vondra
2016-10-18change tts_tupleDescriptor/tts_datarow checks into assertsTomas Vondra
2016-10-18minor fixes in slot_deform_datarow - comment and attnum/natts renameTomas Vondra
2016-10-18remove genbki.sh shell scriptTomas Vondra
2016-10-18remove unnecessary header changes from indexam.cTomas Vondra
2016-10-18remove get_parsed_hba() - not needed after removing contrib/pghbaTomas Vondra
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-18Remove a portion of remote query deparsing code which is not used in XL anymorePavan Deolasee
2016-10-18cast contain_mutable_functions() parameters to (Node*)Tomas 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-18simplify slot_deform_datarow by using VARSIZE_ANYTomas Vondra
2016-10-18fix type mismatch in slot_deform_datarow (void* vs. Datum)Tomas Vondra
2016-10-18reduce the size of shippability APITomas Vondra
2016-10-18remove unused GUC options - strict_statement_checking and enforce_two_phase_c...Tomas Vondra
2016-10-18Make sure ON COMMIT actions are invoked only when transaction is still validPavan Deolasee
2016-10-18Disallow FOR UPDATE/SHARE for queries using SQL JOIN syntax.Pavan Deolasee
2016-10-18Quote default_transaction_isolation parameter while sending down to the remotePavan Deolasee
2016-10-18Honour WITH NO DATA clause of CREATE TABLE ASPavan Deolasee
2016-10-18Report execution stats for each step of redistribution and also callPavan Deolasee
2016-10-18Ensure that the statistics about all-visible pages in fetched from remotePavan Deolasee
2016-10-18Explicitly track if a subplan has been executed and a valid value is computedPavan Deolasee
2016-10-18Load balance remote subplan execution by choosing a node randomly instead ofPavan Deolasee
2016-10-18Use 2^32 modulo computation to convert signed integer to unsigned value sincePavan Deolasee
2016-10-18Do not FQS EXECUTE DIRECT statements.Pavan Deolasee
2016-10-18Block FOR SHARE/UPDATE for queries involving joinsPavan Deolasee
2016-10-18Change several asserts checking for aggregate context to errorsPavan Deolasee
2016-10-18Never ever use an invalid XID, if we fail to connect to the GTMPavan Deolasee
2016-10-18Return pointer to the buffer used to store various fields values, so thatPavan Deolasee
2016-10-18Don't wait indefinitely while trying to abort a transaction on the remote node.Pavan Deolasee
2016-10-18Avoid pushing down evaluation of VALUES clause to a datanode for replicatedPavan Deolasee
2016-10-18Warn about missing relations only if they are not views since views are notPavan Deolasee
2016-10-18Add a warning when a node fails to find OID for the given relation.Pavan Deolasee
2016-10-18Handle ON COMMIT properly on the datanodes by not looking atPavan Deolasee
2016-10-18Show originating coordinator name:pid and remote node name:pid in the ps outputPavan Deolasee
2016-10-18Do not reset stats on the coordinator upon create of a new index or cluster.Pavan Deolasee