]> granicus.if.org Git - postgresql/history - src
Update parallel executor support to reuse the same DSM.
[postgresql] / src /
2015-10-30 Robert HaasUpdate parallel executor support to reuse the same...
2015-10-30 Robert HaasFix typo in bgworker.c
2015-10-29 Peter EisentrautRemove some remains from Alpha support removal
2015-10-29 Peter EisentrautMessage style improvements
2015-10-28 Robert HaasAdd missing serial comma, for consistency.
2015-10-28 Robert HaasFix incorrect message in ATWrongRelkindError.
2015-10-28 Alvaro HerreraFix secondary expected output for commit_ts test
2015-10-27 Robert HaasMake Gather node projection-capable.
2015-10-27 Alvaro HerreraFix BRIN free space computations
2015-10-27 Alvaro HerreraCleanup commit timestamp module activaction, again
2015-10-27 Alvaro HerreraMeasure string lengths only once
2015-10-23 Robert Haasshm_mq: Repair breakage from previous commit.
2015-10-22 Robert HaasAdd two missing cases to ATWrongRelkindError.
2015-10-22 Robert Haasshm_mq: Fix failure to notice a dead counterparty when...
2015-10-22 Robert HaasFix typos in comments.
2015-10-22 Tom LaneRemove redundant CREATEUSER/NOCREATEUSER options in...
2015-10-22 Robert HaasFix a couple of bugs in recent parallelism-related...
2015-10-22 Robert HaasAdd header comments to execParallel.c and nodeGather.c.
2015-10-20 Tom LaneFix incorrect translation of minus-infinity datetimes...
2015-10-20 Robert HaasFix incorrect comment in plannodes.h
2015-10-20 Robert HaasRemove duplicate word.
2015-10-20 Robert HaasTab complete CREATE EXTENSION .. VERSION.
2015-10-20 Robert HaasPut back ssl_renegotiation_limit parameter, but only...
2015-10-20 Robert HaasBe a bit more rigorous about how we cache strcoll and...
2015-10-20 Robert HaasRemove obsolete comment.
2015-10-20 Noah MischEschew "RESET statement_timeout" in tests.
2015-10-19 Tom LaneFix incorrect handling of lookahead constraints in...
2015-10-16 Robert HaasAdd a C API for parallel heap scans.
2015-10-16 Robert HaasAllow a parallel context to relaunch workers.
2015-10-16 Tom LaneMiscellaneous cleanup of regular-expression compiler.
2015-10-16 Tom LaneImprove memory-usage accounting in regular-expression...
2015-10-16 Tom LaneImprove performance of pullback/pushfwd in regular...
2015-10-16 Tom LaneImprove performance of fixempties() pass in regular...
2015-10-16 Tom LaneFix O(N^2) performance problems in regular-expression...
2015-10-16 Tom LaneFix regular-expression compiler to handle loops of...
2015-10-16 Robert HaasRemove volatile qualifiers from proc.c and procarray.c
2015-10-16 Robert HaasRemove volatile qualifiers from dynahash.c, shmem.c...
2015-10-16 Robert HaasRemove cautions about using volatile from spin.h.
2015-10-16 Robert HaasProhibit parallel query when the isolation level is...
2015-10-16 Robert HaasRewrite interaction of parallel mode with parallel...
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 Michael MeskesFix order of arguments in ecpg generated typedef command.
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 Bruce Momjian-- email subject limit ---------------------------...
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 Tom LaneFix "pg_ctl start -w" to test child process status...
2015-10-12 Noah MischUse JsonbIteratorToken consistently in automatic variab...
2015-10-12 Peter EisentrautFix whitespace
2015-10-12 Noah MischMake prove_installcheck remove the old log directory...
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-08 Robert HaasAdd BSWAP64 macro.
2015-10-08 Robert HaasCorrect pg_indent to pgindent in various comments.
2015-10-08 Andrew DunstanFactor out encoding specific tests for json
2015-10-07 Bruce Momjiandocs: clarify JSONB operator descriptions
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 Momjianpsql: allow \pset C in setting the title, matches \C
2015-10-06 Bruce Momjianto_char(): Do not count negative sign as a digit for...
2015-10-05 Tom LaneFix insufficiently-portable regression test case.
2015-10-05 Stephen FrostAdd regression tests for INSERT/UPDATE+RETURNING
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 Andres FreundFix hstore_plpython test when python3 is used.
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 LaneUpdate time zone data files to tzdata release 2015g.
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 Eisentrautpg_rewind: Improve some messages
next