]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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.
2015-10-05  Tom LaneLast-minute updates for release notes.
2015-10-05  Andres FreundRemove outdated comment about relation level autovacuum...
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  Noah Mischpgcrypto: Detect and report too-short crypt() salts.
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 LaneRelease notes for 9.5beta1, 9.4.5, 9.3.10, 9.2.14,...
2015-10-04  Tom LaneImprove contrib/pg_stat_statements' handling of garbage...
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  Tom LaneUpdate 9.5 release notes through today.
2015-10-04  Tom LaneFirst-draft release notes for 9.4.5, 9.3.10, 9.2.14...
2015-10-04  Noah MischDocument that row_security is a boolean GUC.
2015-10-04  Noah MischMake BYPASSRLS behave like superuser RLS bypass.
2015-10-03  Andres FreundAdd missed CREATE EXTENSION ... CASCADE regression...
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-03  Peter Eisentrautdoc: Update URLs of external projects
2015-10-03  Peter Eisentrautdoc: Make some index terms and terminology more consistent
2015-10-02  Tom LaneUpdate time zone data files to tzdata release 2015g.
2015-10-02  Robert HaasClarify FDW documentation about ON CONFLICT.
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...
next