postgres-xl.git
2017-01-09 Tomas Vondrafix various minor bugs in initdb, to make it work
2017-01-09 Tomas Vondrafix segfault in subquery_planner() when accessing paren...
2017-01-09 Tomas Vondrafix SharedQueuesInit to register the tranche properly
2017-01-09 Tomas Vondrafix order of LWLock tranches (LWTRANCHE_FIRST_USER_DEFI...
2017-01-09 Tomas Vondraremove XL-specific aggregate states (numeric, numeric_p...
2017-01-08 Tomas Vondramake find_push_down_plan/find_delete_push_down_plan...
2017-01-06 Tomas Vondraadd comment about recursiveOk handling in subquery_plan...
2017-01-06 Tomas Vondrafix detection of DML (INSERT/UPDATE/DELETE) in subquery...
2017-01-05 Tomas Vondraremove pgxc_make_modifytable() prototype, not implement...
2016-11-11 Tomas Vondrafix producerReceiveSlot() to return bool, as expected...
2016-11-10 Tomas Vondraremove AggDistribution and Agg->aggdistribution
2016-11-10 Tomas Vondrasync nodeAgg.c to upstream as of b5bce6c1ec
2016-11-10 Tomas Vondraremove the collect function/type from pg_aggregate
2016-11-10 Tomas Vondraremove forgotten reference to planUserId (hidden in...
2016-11-10 Tomas Vondraadd missing return value in printtup()
2016-11-09 Tomas Vondrafix pg_regresss (temp_config was replaced with temp_con...
2016-11-09 Tomas Vondraget rid of the ifdefs in tab-completion.c entirely
2016-11-09 Tomas Vondrafix definition of sql_commands[] in tab-complete.c
2016-11-09 Tomas Vondraremove unnecessary include of storage/proc.h from rel.h
2016-11-09 Tomas Vondrafix pg_proc - set proparallel in XL functions where...
2016-11-09 Tomas Vondraallocate SQueue LWLocks using a named tranche (dynamically)
2016-11-09 Tomas Vondrafix LWLock management in storm_stats extension
2016-11-09 Tomas Vondrafix calls to build_aggregate_fnexprs in nodeWindowAgg
2016-11-09 Tomas Vondrafix beginmerge() call by passing finalMergeBatch=true
2016-11-09 Tomas Vondraswitch handling of prepared statements in resowner...
2016-11-09 Tomas Vondrafix declarations in mctx.c
2016-11-09 Tomas Vondrafix AtEOXact_GUC - add missing_ok=true to GetConfigOpti...
2016-11-09 Tomas Vondrafix plancache.c (remaining bits of 45639a0525)
2016-11-09 Tomas Vondrafix compile errors in ruleutils.c
2016-11-09 Tomas Vondrafix broken call to SetUserIdAndSecContext() in ri_trigg...
2016-11-09 Tomas Vondraremove redefinition numericvar_to_int128 in numeric.c
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
next