]> granicus.if.org Git - postgresql/shortlog
postgresql
2015-11-03 Robert HaasImprove comments about abbreviation abort.
2015-11-03 Robert Haaspostgres_fdw: Add ORDER BY to some remote SQL queries.
2015-11-03 Tom LaneRemove obsolete advice about doubling backslashes in...
2015-11-03 Tom LaneCode + docs review for unicode linestyle patch.
2015-11-03 Robert Haasshm_mq: Third attempt at fixing nowait behavior in...
2015-11-03 Robert HaasCorrect tiny inaccuracy in strxfrm cache comment.
2015-11-03 Tom LaneRemove some more dead Alpha-specific code.
2015-11-02 Robert HaasFix problems with ParamListInfo serialization mechanism.
2015-11-02 Kevin GrittnerAdd RMV to list of commands taking AE lock.
2015-10-31 Kevin GrittnerFix serialization anomalies due to race conditions...
2015-10-30 Tom LaneImplement lookbehind constraints in our regular-express...
2015-10-30 Robert Haasdoc: security_barrier option is a Boolean, not a string.
2015-10-30 Robert HaasUpdate parallel executor support to reuse the same...
2015-10-30 Robert HaasFix typo in bgworker.c
2015-10-29 Tom LaneDocs: add example clarifying use of nested JSON contain...
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 HerreraDocument BRIN's inclusion opclass framework
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 Peter Eisentrautdoc: Add advice on updating checkpoint_segments to...
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-22 Peter Eisentrautdoc: Improve markup and fine-tune replication protocol...
2015-10-20 Tom LaneFix incorrect translation of minus-infinity datetimes...
2015-10-20 Peter Eisentrautdoc: Move documentation of max_wal_size to better position
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 MischAvoid scan-build warning about uninitialized htonl...
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 HaasFix typo in docs.
2015-10-08 Robert HaasAdd BSWAP64 macro.
2015-10-08 Robert HaasHyphenate variable-length for consistency.
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 Tom LaneImprove documentation of the role-dropping process.
2015-10-07 Bruce Momjiandocs: add JSONB containment example of a key and empty...
2015-10-07 Bruce Momjiandocs: Map operator @> to the proper SGML escape for '>'
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 Bruce Momjiandocs: update guidelines on when to use GIN and GiST...
2015-10-05 Tom LaneDocs: explain contrib/pg_stat_statements' handling...
2015-10-05 Tom LaneFix insufficiently-portable regression test case.
next