summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-10-29Message style improvementsPeter Eisentraut
2015-10-28Add missing serial comma, for consistency.Robert Haas
2015-10-28Fix incorrect message in ATWrongRelkindError.Robert Haas
2015-10-28Fix secondary expected output for commit_ts testAlvaro Herrera
2015-10-27Make Gather node projection-capable.Robert Haas
2015-10-27Fix BRIN free space computationsAlvaro Herrera
2015-10-27Cleanup commit timestamp module activaction, againAlvaro Herrera
2015-10-27Measure string lengths only onceAlvaro Herrera
2015-10-23shm_mq: Repair breakage from previous commit.Robert Haas
2015-10-22Add two missing cases to ATWrongRelkindError.Robert Haas
2015-10-22shm_mq: Fix failure to notice a dead counterparty when nowait is used.Robert Haas
2015-10-22Fix typos in comments.Robert Haas
2015-10-22Remove redundant CREATEUSER/NOCREATEUSER options in CREATE ROLE et al.Tom Lane
2015-10-22Fix a couple of bugs in recent parallelism-related commits.Robert Haas
2015-10-22Add header comments to execParallel.c and nodeGather.c.Robert Haas
2015-10-20Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane
2015-10-20Fix incorrect comment in plannodes.hRobert Haas
2015-10-20Remove duplicate word.Robert Haas
2015-10-20Tab complete CREATE EXTENSION .. VERSION.Robert Haas
2015-10-20Put back ssl_renegotiation_limit parameter, but only allow 0.Robert Haas
2015-10-20Be a bit more rigorous about how we cache strcoll and strxfrm results.Robert Haas
2015-10-20Remove obsolete comment.Robert Haas
2015-10-20Eschew "RESET statement_timeout" in tests.Noah Misch
2015-10-19Fix incorrect handling of lookahead constraints in pg_regprefix().Tom Lane
2015-10-16Add a C API for parallel heap scans.Robert Haas
2015-10-16Allow a parallel context to relaunch workers.Robert Haas
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