postgres-xl.git
2016-11-09 Tomas Vondrafix calls to ProcessUtilitySlow in utility.c
2016-11-09 Tomas Vondrafix minor issues in pquery.c (posOverflow was removed...
2016-11-09 Tomas Vondramissing variable in LockCheckConflicts()
2016-11-08 Tomas Vondraresolve (remove) a lot of conflicts in planner to make...
2016-11-07 Tomas Vondrafix some of the compilation errors in planner (pathific...
2016-11-07 Tomas Vondrafix set_subquery_pathlist()
2016-11-07 Tomas Vondrafix trivial merge error in pathnode.h (missing comma)
2016-11-07 Tomas Vondrafix merge conflicts in readfuncs.c and outfuncs.c
2016-11-07 Tomas Vondraget rid of HAVE_SIGPROCMASK
2016-11-07 Tomas Vondrafix includes in poolmgr.c because of s_lock.h failures
2016-11-07 Tomas Vondrafix calls to tuplesort_gettupleslot() from execRemote.c
2016-11-07 Tomas Vondrafix list of LWLocks (add XL-specific locks)
2016-11-07 Tomas Vondrafix compilation errors in secure_read/secure_write
2016-11-07 Tomas Vondrafix compilation errors in parse_agg.c and nodeAgg.c
2016-11-07 Tomas Vondraresolve merge conflict in RelationCreateStorage()
2016-11-07 Tomas Vondraadd missing object_classes and includes to dependency.c
2016-11-07 Tomas Vondraadd missing include of storage/s_lock.h into clustermon.h
2016-11-07 Tomas Vondraremove redefinition of heap_rescan_set_params() in...
2016-11-07 Tomas Vondraremove unnecessary include of lwlock.h from pgxc.h
2016-10-27 Pavan DeolaseeMerge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
2016-10-26 Pavan DeolaseeSome more regression fixes.
2016-10-26 Pavan DeolaseeFix a left-over reference from RLS related cherry picks
2016-10-26 Noah MischRemove the row_security=force GUC value.
2016-10-26 Noah MischRemove the SECURITY_ROW_LEVEL_DISABLED security context...
2016-10-26 Stephen FrostInclude policies based on ACLs needed
2016-10-26 Stephen FrostEnsure a few policies remain for pg_upgrade
2016-10-26 Stephen FrostEnforce ALL/SELECT policies in RETURNING for RLS
2016-10-26 Stephen FrostRLS refactoring
2016-10-26 Stephen FrostLock all relations referred to in updatable views
2016-10-26 Stephen FrostEnsure locks are acquired on RLS-added relations
2016-10-26 Stephen FrostIn AlterRole, make bypassrls an int
2016-10-26 Stephen FrostRLS: Keep deny policy when only restrictive exist
2016-10-26 Stephen FrostImprove RLS handling in copy.c
2016-10-26 Stephen FrostReset plan->row_security_env and planUserId
2016-10-26 Stephen FrostHandle append_rel_list in expand_security_qual
2016-10-26 Pavan DeolaseeFix tablesample handling which was broken during the...
2016-10-26 Pavan DeolaseeFix a few regression test failures post cherry picking...
2016-10-18 Tom LaneMake entirely-dummy appendrels get marked as such in...
2016-10-18 Pavan DeolaseeFix regression framework so that "make check" runs
2016-10-18 Pavan DeolaseeFix compilation issues
2016-10-18 Tom LaneRedesign tablesample method API, and do extensive code...
2016-10-18 Pavan DeolaseeEnsure we're not going beyond the configured limits...
2016-10-18 Pavan DeolaseeUse OS timestamp for computing if the current statement...
2016-10-18 Pavan DeolaseeUse version string from the server for pgxc_ctl
2016-10-18 Pavan DeolaseeFix an oversight in a5b53b0dda52 where we failed to...
2016-10-18 Pavan DeolaseeCorrectly initialise coordMaxWALSenders and datanodeMax...
2016-10-18 Pavan DeolaseeAllow COMMIT/ROLLBACK PREPARED xact to succeed on the...
2016-10-18 Pavan DeolaseeHandle remote parameters correctly by sending then...
2016-10-18 Pavan DeolaseeMake another attempt to fix vpath build for pgxc_ctl...
2016-10-18 Pavan DeolaseeFix VPATH build for contrib/pgxc_ctl
2016-10-18 Pavan DeolaseeProperly quote database name while dropping it on remot...
2016-10-18 Pavan DeolaseeRevert a change accidentally got checked in during...
2016-10-18 Tomas Vondrarename adjustSubplanDistribution() to adjust_subplan_di...
2016-10-18 Tomas Vondraremove enable_remotejoin and enable_remotegroup C variables
2016-10-18 Tomas Vondraremove unused functions from pgxcpath.c
2016-10-18 Tomas Vondraadd an assert to create_remotequery_path for RELOPT_BAS...
2016-10-18 Tomas Vondraminor create_remotequery_path improvement, rename Remot...
2016-10-18 Tomas Vondrafix pgxcpath.c header comment
2016-10-18 Tomas Vondrachange tts_tupleDescriptor/tts_datarow checks into...
2016-10-18 Tomas Vondraminor fixes in slot_deform_datarow - comment and attnum...
2016-10-18 Tomas Vondraremove genbki.sh shell script
2016-10-18 Tomas Vondraremove unnecessary header changes from indexam.c
2016-10-18 Tomas Vondraremove get_parsed_hba() - not needed after removing...
2016-10-18 Tomas Vondraadd pgxc_monitor to Makefile
2016-10-18 Tomas Vondraremove pghba contrib module
2016-10-18 Tomas Vondraremove unused copy of gtm_opt_handler.c in src/gtm...
2016-10-18 Tomas Vondraremove pgxc/pool/postgresql_fdw.c as is_immutable_func...
2016-10-18 Tomas Vondraremove stormutils, containing only stormdb_promote_stan...
2016-10-18 Tomas Vondraadd barrierdesc.c to gitignore in pg_xlogdump
2016-10-18 Tomas Vondrarefactor DoRefreshRemoteHandles a bit to get rid of...
2016-10-18 Tomas Vondrarework GetPoolManagerHandle a bit to get rid of compile...
2016-10-18 Tomas Vondrarefactor agent_handle_input() by splitting it into...
2016-10-18 Tomas Vondraminor PgxcNodeListAndCount() refactoring to fix compile...
2016-10-18 Pavan DeolaseeRemove a portion of remote query deparsing code which...
2016-10-18 Tomas Vondracast contain_mutable_functions() parameters to (Node*)
2016-10-18 Tomas Vondrainitialize 'pids' variable explicitly in agent_handle_input
2016-10-18 Tomas Vondracast connection to (PGconn*) in grow_pool() to fix...
2016-10-18 Tomas Vondrasimplify slot_deform_datarow by using VARSIZE_ANY
2016-10-18 Tomas Vondrafix type mismatch in slot_deform_datarow (void* vs...
2016-10-18 Tomas Vondrainitialize saved_gxid and saved_global_gxid in GTM_Rest...
2016-10-18 Tomas Vondrareduce the size of shippability API
2016-10-18 Tomas Vondraremove unused shippability definitions from planner.h
2016-10-18 Tomas Vondraremove unused GUC options - strict_statement_checking...
2016-10-18 Tomas Vondrafix transposed parameters when calling memset in gtm_ut...
2016-10-18 Pavan DeolaseeDraft release notes for Postgres-XL 9.5r1.3 release
2016-10-18 Pavan DeolaseeMake adjustments to the expected output of 'brin' test...
2016-10-18 Pavan DeolaseeMake sure ON COMMIT actions are invoked only when trans...
2016-10-18 Pavan DeolaseeCorrect aggregation function for "money" data type.
2016-10-18 Pavan DeolaseeDisallow FOR UPDATE/SHARE for queries using SQL JOIN...
2016-10-18 Pavan DeolaseeQuote default_transaction_isolation parameter while...
2016-10-18 Pavan DeolaseeHonour WITH NO DATA clause of CREATE TABLE AS
2016-10-18 Pavan DeolaseeReport execution stats for each step of redistribution...
2016-10-18 Pavan DeolaseeEnsure that the statistics about all-visible pages...
2016-10-18 Pallavi SontakkeAdd test case for Issue #57
2016-10-18 Pallavi SontakkeAdd test case for Issue #27
2016-10-18 Pallavi SontakkeAdd test case for Issue #6
2016-10-18 Pavan DeolaseeCorrect target release date for 9.5r1.2 release
2016-10-18 Pallavi SontakkeAdd test case for Issue #74
2016-10-18 Pallavi SontakkeAdd test case for Issue #70
2016-10-18 Pallavi SontakkeAdd test case for Issue #43
next