]> granicus.if.org Git - postgresql/history - src/backend
Mark more functions parallel-restricted or parallel-unsafe.
[postgresql] / src / backend /
2015-10-16 Robert HaasMark more functions parallel-restricted or parallel...
2015-10-16 Robert HaasFix a problem with parallel workers being unable to...
2015-10-16 Robert HaasInvalidate caches after cranking up a parallel worker...
2015-10-16 Robert HaasTighten up application of parallel mode checks.
2015-10-16 Robert HaasTransfer current command counter ID to parallel workers.
2015-10-16 Robert HaasDon't send protocol messages to a shm_mq that no longer...
2015-10-15 Tom LaneFix NULL handling in datum_to_jsonb().
2015-10-15 Robert HaasRevert "Have dtrace depend on object files directly...
2015-10-15 Robert HaasAllow FDWs to push down quals without breaking EvalPlan...
2015-10-15 Alvaro HerreraFix bogus comments
2015-10-13 Robert HaasHave dtrace depend on object files directly, not objfil...
2015-10-13 Robert HaasImprove INSERT .. ON CONFLICT error message.
2015-10-13 Tom LaneOn Windows, ensure shared memory handle gets closed...
2015-10-12 Noah MischUse JsonbIteratorToken consistently in automatic variab...
2015-10-09 Robert HaasSpeed up text sorts where the same strings occur multip...
2015-10-09 Robert HaasMake abbreviated key comparisons for text a bit cheaper.
2015-10-09 Robert HaasRemove set_latch_on_sigusr1 flag.
2015-10-09 Stephen FrostHandle append_rel_list in expand_security_qual
2015-10-09 Tom LaneFix uninitialized-variable bug.
2015-10-06 Tom LanePerform an immediate shutdown if the postmaster.pid...
2015-10-06 Robert HaasRemove more volatile qualifiers.
2015-10-06 Bruce MomjianHave CREATE TABLE LIKE add OID column if any LIKEd...
2015-10-06 Bruce Momjianto_number(): allow 'V' to divide by 10^(the number...
2015-10-06 Bruce Momjianto_char(): Do not count negative sign as a digit for...
2015-10-05 Noah MischPrevent stack overflow in query-type functions.
2015-10-05 Noah MischPrevent stack overflow in container-type functions.
2015-10-05 Noah MischPrevent stack overflow in json-related functions.
2015-10-05 Stephen FrostApply SELECT policies in INSERT/UPDATE+RETURNING
2015-10-05 Stephen FrostDo not write out WCOs in Query
2015-10-05 Andres FreundRe-Align *_freeze_max_age reloption limits with corresp...
2015-10-05 Stephen FrostALTER TABLE .. FORCE ROW LEVEL SECURITY
2015-10-04 Tom LaneFurther twiddling of nodeHash.c hashtable sizing calcul...
2015-10-04 Tom LaneFix some issues in new hashtable size calculations...
2015-10-04 Andrew DunstanDisallow invalid path elements in jsonb_set
2015-10-04 Peter EisentrautGroup cluster_name and update_process_title settings...
2015-10-04 Noah MischMake BYPASSRLS behave like superuser RLS bypass.
2015-10-03 Andres FreundAdd CASCADE support for CREATE EXTENSION.
2015-10-03 Tom LaneAdd missing "static" specifier.
2015-10-03 Andres FreundImprove errhint() about replication slot naming restric...
2015-10-03 Andres FreundFix several bugs related to ON CONFLICT's EXCLUDED...
2015-10-02 Tom LaneAdd recursion depth protection to LIKE matching.
2015-10-02 Tom LaneAdd recursion depth protections to regular expression...
2015-10-02 Tom LaneFix potential infinite loop in regular expression execu...
2015-10-02 Tom LaneAdd some more query-cancel checks to regular expression...
2015-10-02 Alvaro HerreraDon't disable commit_ts in standby if enabled locally
2015-10-02 Peter EisentrautFix message punctuation according to style guide
2015-10-01 Alvaro HerreraFix commit_ts for standby
2015-10-01 Tom LaneFix documentation error in commit 8703059c6b55c427100e0...
2015-10-01 Robert HaasFix readfuncs/outfuncs problems in last night's Gather...
2015-10-01 Tom LaneFix errors in commit a04bb65f70dafdf462e0478ad19e6de56d...
2015-10-01 Tom LaneImprove LISTEN startup time when there are many unread...
2015-09-30 Robert HaasAdd a Gather executor node.
2015-09-30 Robert HaasDon't dump core when destroying an unused ParallelContext.
2015-09-30 Stephen FrostInclude policies based on ACLs needed
2015-09-30 Tom LaneSmall improvements in comments in async.c.
2015-09-29 Alvaro HerreraCode review for transaction commit timestamps
2015-09-29 Robert HaasComment update for join pushdown.
2015-09-29 Robert HaasParallel executor support.
2015-09-28 Alvaro HerreraFix "sesssion" typo
2015-09-28 Alvaro HerreraCOPY: use pg_plan_query() instead of planner()
2015-09-28 Andres FreundFix ON CONFLICT DO UPDATE for tables with oids.
2015-09-28 Robert HaasUse LOCKBIT_ON() instead of a bit shift in a few places.
2015-09-26 Andres FreundRemove legacy multixact truncation support.
2015-09-26 Andres FreundRework the way multixact truncations work.
2015-09-25 Tom LaneSecond try at fixing O(N^2) problem in foreign key...
2015-09-24 Tom LaneAllow planner to use expression-index stats for functio...
2015-09-24 Robert HaasDon't zero opfuncid when reading nodes.
2015-09-24 Andres FreundLower *_freeze_max_age minimum values.
2015-09-23 Tom LaneMake ANALYZE compute basic statistics even for types...
2015-09-23 Robert HaasAdd readfuncs.c support for plan nodes.
2015-09-23 Robert HaasPrint a MergeJoin's mergeNullsFirst array as bool,...
2015-09-23 Teodor SigaevAllow autoanalyze to add pages deleted from pending...
2015-09-23 Robert HaasTeach planstate_tree_walker about custom scans.
2015-09-22 Andres FreundCorrect value of LW_SHARED_MASK.
2015-09-21 Tom LaneFix possible internal overflow in numeric multiplication.
2015-09-21 Noah MischRemove the SECURITY_ROW_LEVEL_DISABLED security context...
2015-09-21 Noah MischRemove the row_security=force GUC value.
2015-09-20 Tom LaneBe more wary about partially-valid LOCALLOCK data in...
2015-09-19 Peter EisentrautAdd missing serial comma
2015-09-19 Peter EisentrautRemove trailing slashes from directories in find command
2015-09-19 Robert HaasGlue layer to connect the executor to the shm_mq mechanism.
2015-09-18 Andrew DunstanCache argument type information in json(b) aggregate...
2015-09-18 Tom LaneFix low-probability memory leak in regex execution.
2015-09-18 Teodor SigaevAdd header forgotten in 213335c14529a8d5e2007ec0c256f4c...
2015-09-17 Teodor SigaevFix oversight in tsearch type check
2015-09-17 Robert HaasAdd new function planstate_tree_walker.
2015-09-17 Teodor SigaevFix bug introduced by microvacuum for GiST
2015-09-16 Robert HaasDetermine whether it's safe to attempt a parallel plan...
2015-09-16 Tom LaneSync regex code with Tcl 8.6.4.
2015-09-15 Stephen FrostEnforce ALL/SELECT policies in RETURNING for RLS
2015-09-15 Stephen FrostRLS refactoring
2015-09-15 Tom LaneRevert "Fix an O(N^2) problem in foreign key references".
2015-09-15 Fujii MasaoImprove log messages related to tablespace_map file
2015-09-13 Andrew DunstanFix the fastpath rule for jsonb_concat with an empty...
2015-09-12 Peter EisentrautUpdate SQL features list
2015-09-11 Robert HaasFix build problems in commit aa65de042f5828968f2f6cd65f...
2015-09-11 Alvaro HerreraAdd missing ReleaseBuffer call in BRIN revmap code
2015-09-11 Kevin GrittnerFix an O(N^2) problem in foreign key references.
2015-09-11 Robert HaasWhen trace_lwlocks is used, identify individual lwlocks...
2015-09-10 Tom LaneFix setrefs.c comment properly.
next