summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-28Test code, not completely working.gather3Robert Haas
2015-10-28Test code.Robert Haas
2015-10-28Modify tqueue infrastructure to support transient record types.Robert Haas
2015-10-28Add parallel_safe flag to paths, and initialize it appropriately.Robert Haas
2015-10-28Strengthen planner infrastructure for parallelism.Robert Haas
2015-10-28Fix problems with ParamListInfo serialization mechanism.Robert Haas
2015-10-28Fix locking assertion.Robert Haas
2015-10-28Partial group locking implementation.Robert Haas
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-27Document BRIN's inclusion opclass frameworkAlvaro Herrera
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-22doc: Add advice on updating checkpoint_segments to max_wal_sizePeter Eisentraut
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-22doc: Improve markup and fine-tune replication protocol documentationPeter Eisentraut
2015-10-20Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane
2015-10-20doc: Move documentation of max_wal_size to better positionPeter Eisentraut
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