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
Age
Commit message (
Expand
)
Author
2016-10-26
Lock all relations referred to in updatable views
Stephen Frost
2016-10-26
Ensure locks are acquired on RLS-added relations
Stephen Frost
2016-10-26
In AlterRole, make bypassrls an int
Stephen Frost
2016-10-26
RLS: Keep deny policy when only restrictive exist
Stephen Frost
2016-10-26
Improve RLS handling in copy.c
Stephen Frost
2016-10-26
Reset plan->row_security_env and planUserId
Stephen Frost
2016-10-26
Handle append_rel_list in expand_security_qual
Stephen Frost
2016-10-26
Fix tablesample handling which was broken during the merge
Pavan Deolasee
2016-10-26
Fix a few regression test failures post cherry picking of patches.
Pavan Deolasee
2016-10-18
Make entirely-dummy appendrels get marked as such in set_append_rel_size.
Tom Lane
2016-10-18
Fix regression framework so that "make check" runs
Pavan Deolasee
2016-10-18
Fix compilation issues
Pavan Deolasee
2016-10-18
Redesign tablesample method API, and do extensive code review.
Tom Lane
2016-10-18
Ensure we're not going beyond the configured limits of max_coordinators or
Pavan Deolasee
2016-10-18
Use OS timestamp for computing if the current statement has taken more than
Pavan Deolasee
2016-10-18
Fix an oversight in a5b53b0dda52 where we failed to track whether parameter
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
Properly quote database name while dropping it on remote node
Pavan Deolasee
2016-10-18
Revert a change accidentally got checked in during merge bbf2fec2. Regressions
Pavan Deolasee
2016-10-18
rename adjustSubplanDistribution() to adjust_subplan_distribution()
Tomas Vondra
2016-10-18
remove enable_remotejoin and enable_remotegroup C variables
Tomas Vondra
2016-10-18
remove unused functions from pgxcpath.c
Tomas Vondra
2016-10-18
add an assert to create_remotequery_path for RELOPT_BASEREL case
Tomas Vondra
2016-10-18
minor create_remotequery_path improvement, rename RemoteQueryPath fields
Tomas Vondra
2016-10-18
fix pgxcpath.c header comment
Tomas Vondra
2016-10-18
change tts_tupleDescriptor/tts_datarow checks into asserts
Tomas Vondra
2016-10-18
minor fixes in slot_deform_datarow - comment and attnum/natts rename
Tomas Vondra
2016-10-18
remove genbki.sh shell script
Tomas Vondra
2016-10-18
remove unnecessary header changes from indexam.c
Tomas Vondra
2016-10-18
remove get_parsed_hba() - not needed after removing contrib/pghba
Tomas Vondra
2016-10-18
remove unused copy of gtm_opt_handler.c in src/gtm/config
Tomas Vondra
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
add barrierdesc.c to gitignore in pg_xlogdump
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
Remove a portion of remote query deparsing code which is not used in XL anymore
Pavan Deolasee
2016-10-18
cast contain_mutable_functions() parameters to (Node*)
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
simplify slot_deform_datarow by using VARSIZE_ANY
Tomas Vondra
2016-10-18
fix type mismatch in slot_deform_datarow (void* vs. Datum)
Tomas Vondra
2016-10-18
initialize saved_gxid and saved_global_gxid in GTM_RestoreTxnInfo
Tomas Vondra
2016-10-18
reduce the size of shippability API
Tomas Vondra
2016-10-18
remove unused shippability definitions from planner.h
Tomas Vondra
2016-10-18
remove unused GUC options - strict_statement_checking and enforce_two_phase_c...
Tomas Vondra
2016-10-18
fix transposed parameters when calling memset in gtm_utils.c
Tomas Vondra
[next]