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
Age
Commit message (
Expand
)
Author
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 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
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
reduce the size of shippability API
Tomas Vondra
2016-10-18
remove unused GUC options - strict_statement_checking and enforce_two_phase_c...
Tomas Vondra
2016-10-18
Make sure ON COMMIT actions are invoked only when transaction is still valid
Pavan Deolasee
2016-10-18
Disallow FOR UPDATE/SHARE for queries using SQL JOIN syntax.
Pavan Deolasee
2016-10-18
Quote default_transaction_isolation parameter while sending down to the remote
Pavan Deolasee
2016-10-18
Honour WITH NO DATA clause of CREATE TABLE AS
Pavan Deolasee
2016-10-18
Report execution stats for each step of redistribution and also call
Pavan Deolasee
2016-10-18
Ensure that the statistics about all-visible pages in fetched from remote
Pavan Deolasee
2016-10-18
Explicitly track if a subplan has been executed and a valid value is computed
Pavan Deolasee
2016-10-18
Load balance remote subplan execution by choosing a node randomly instead of
Pavan Deolasee
2016-10-18
Use 2^32 modulo computation to convert signed integer to unsigned value since
Pavan Deolasee
2016-10-18
Do not FQS EXECUTE DIRECT statements.
Pavan Deolasee
2016-10-18
Block FOR SHARE/UPDATE for queries involving joins
Pavan Deolasee
2016-10-18
Change several asserts checking for aggregate context to errors
Pavan Deolasee
2016-10-18
Never ever use an invalid XID, if we fail to connect to the GTM
Pavan Deolasee
2016-10-18
Return pointer to the buffer used to store various fields values, so that
Pavan Deolasee
2016-10-18
Don't wait indefinitely while trying to abort a transaction on the remote node.
Pavan Deolasee
2016-10-18
Avoid pushing down evaluation of VALUES clause to a datanode for replicated
Pavan Deolasee
2016-10-18
Warn about missing relations only if they are not views since views are not
Pavan Deolasee
2016-10-18
Add a warning when a node fails to find OID for the given relation.
Pavan Deolasee
2016-10-18
Handle ON COMMIT properly on the datanodes by not looking at
Pavan Deolasee
2016-10-18
Show originating coordinator name:pid and remote node name:pid in the ps output
Pavan Deolasee
2016-10-18
Do not reset stats on the coordinator upon create of a new index or cluster.
Pavan Deolasee
[next]