summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-16Rewrite interaction of parallel mode with parallel executor support.Robert Haas
2015-10-16Mark more functions parallel-restricted or parallel-unsafe.Robert Haas
2015-10-16Fix a problem with parallel workers being unable to restore role.Robert Haas
2015-10-16Invalidate caches after cranking up a parallel worker transaction.Robert Haas
2015-10-16Fix order of arguments in ecpg generated typedef command.Michael Meskes
2015-10-16Tighten up application of parallel mode checks.Robert Haas
2015-10-16Transfer current command counter ID to parallel workers.Robert Haas
2015-10-16Don't send protocol messages to a shm_mq that no longer exists.Robert Haas
2015-10-15Fix NULL handling in datum_to_jsonb().Tom Lane
2015-10-15Revert "Have dtrace depend on object files directly, not objfiles.txt"Robert Haas
2015-10-15Allow FDWs to push down quals without breaking EvalPlanQual rechecks.Robert Haas
2015-10-15Fix bogus commentsAlvaro Herrera
2015-10-13-- email subject limit -----------------------------------------Bruce Momjian
2015-10-13Have dtrace depend on object files directly, not objfiles.txtRobert Haas
2015-10-13Improve INSERT .. ON CONFLICT error message.Robert Haas
2015-10-13On Windows, ensure shared memory handle gets closed if not being used.Tom Lane
2015-10-12Fix "pg_ctl start -w" to test child process status directly.Tom Lane
2015-10-12Use JsonbIteratorToken consistently in automatic variable declarations.Noah Misch
2015-10-12Fix whitespacePeter Eisentraut
2015-10-12Avoid scan-build warning about uninitialized htonl() arguments.Noah Misch
2015-10-12Make prove_installcheck remove the old log directory, if any.Noah Misch
2015-10-09Speed up text sorts where the same strings occur multiple times.Robert Haas
2015-10-09Make abbreviated key comparisons for text a bit cheaper.Robert Haas
2015-10-09Remove set_latch_on_sigusr1 flag.Robert Haas
2015-10-09Handle append_rel_list in expand_security_qualStephen Frost
2015-10-09Fix uninitialized-variable bug.Tom Lane
2015-10-08Fix typo in docs.Robert Haas
2015-10-08Add BSWAP64 macro.Robert Haas
2015-10-08Hyphenate variable-length for consistency.Robert Haas
2015-10-08Correct pg_indent to pgindent in various comments.Robert Haas
2015-10-08Factor out encoding specific tests for jsonAndrew Dunstan
2015-10-07Improve documentation of the role-dropping process.Tom Lane
2015-10-07docs: add JSONB containment example of a key and empty objectBruce Momjian
2015-10-07docs: Map operator @> to the proper SGML escape for '>'Bruce Momjian
2015-10-07docs: clarify JSONB operator descriptionsBruce Momjian
2015-10-06Perform an immediate shutdown if the postmaster.pid file is removed.Tom Lane
2015-10-06Remove more volatile qualifiers.Robert Haas
2015-10-06Have CREATE TABLE LIKE add OID column if any LIKEd table has oneBruce Momjian
2015-10-06to_number(): allow 'V' to divide by 10^(the number of digits)Bruce Momjian
2015-10-06psql: allow \pset C in setting the title, matches \CBruce Momjian
2015-10-06to_char(): Do not count negative sign as a digit for time valuesBruce Momjian
2015-10-05docs: update guidelines on when to use GIN and GiST indexesBruce Momjian
2015-10-05Docs: explain contrib/pg_stat_statements' handling of GC failure.Tom Lane
2015-10-05Fix insufficiently-portable regression test case.Tom Lane
2015-10-05Last-minute updates for release notes.Tom Lane
2015-10-05Remove outdated comment about relation level autovacuum freeze limits.Andres Freund
2015-10-05Add regression tests for INSERT/UPDATE+RETURNINGStephen Frost
2015-10-05Prevent stack overflow in query-type functions.Noah Misch
2015-10-05Prevent stack overflow in container-type functions.Noah Misch
2015-10-05Prevent stack overflow in json-related functions.Noah Misch