summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-16Miscellaneous cleanup of regular-expression compiler.Tom Lane
2015-10-16Improve memory-usage accounting in regular-expression compiler.Tom Lane
2015-10-16Improve performance of pullback/pushfwd in regular-expression compiler.Tom Lane
2015-10-16Improve performance of fixempties() pass in regular-expression compiler.Tom Lane
2015-10-16Fix O(N^2) performance problems in regular-expression compiler.Tom Lane
2015-10-16Fix regular-expression compiler to handle loops of constraint arcs.Tom Lane
2015-10-16Remove volatile qualifiers from proc.c and procarray.cRobert Haas
2015-10-16Remove volatile qualifiers from dynahash.c, shmem.c, and sinvaladt.cRobert Haas
2015-10-16Remove cautions about using volatile from spin.h.Robert Haas
2015-10-16Prohibit parallel query when the isolation level is serializable.Robert Haas
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