summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-10-26Lock all relations referred to in updatable viewsStephen Frost
2016-10-26Ensure locks are acquired on RLS-added relationsStephen Frost
2016-10-26In AlterRole, make bypassrls an intStephen Frost
2016-10-26RLS: Keep deny policy when only restrictive existStephen Frost
2016-10-26Improve RLS handling in copy.cStephen Frost
2016-10-26Reset plan->row_security_env and planUserIdStephen Frost
2016-10-26Handle append_rel_list in expand_security_qualStephen Frost
2016-10-26Fix tablesample handling which was broken during the mergePavan Deolasee
2016-10-26Fix a few regression test failures post cherry picking of patches.Pavan Deolasee
2016-10-18Make entirely-dummy appendrels get marked as such in set_append_rel_size.Tom Lane
2016-10-18Fix regression framework so that "make check" runsPavan Deolasee
2016-10-18Fix compilation issuesPavan Deolasee
2016-10-18Redesign tablesample method API, and do extensive code review.Tom Lane
2016-10-18Ensure we're not going beyond the configured limits of max_coordinators orPavan Deolasee
2016-10-18Use OS timestamp for computing if the current statement has taken more thanPavan Deolasee
2016-10-18Fix an oversight in a5b53b0dda52 where we failed to track whether parameterPavan 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-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 unused copy of gtm_opt_handler.c in src/gtm/configTomas 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-18add barrierdesc.c to gitignore in pg_xlogdumpTomas 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-18initialize saved_gxid and saved_global_gxid in GTM_RestoreTxnInfoTomas Vondra
2016-10-18reduce the size of shippability APITomas Vondra
2016-10-18remove unused shippability definitions from planner.hTomas Vondra
2016-10-18remove unused GUC options - strict_statement_checking and enforce_two_phase_c...Tomas Vondra
2016-10-18fix transposed parameters when calling memset in gtm_utils.cTomas Vondra