postgresql/src/backend
Robert Haas 7bea19d0a9 On second thought, disable parallelism for prepared statements.
CREATE TABLE .. AS EXECUTE can turn an apparently read-only query into
a write operation, which parallel query can't handle.  It's a bit of a
shame that requires us to avoid parallel query for queries prepared via
PREPARE in all cases, but for right now it does.
2016-02-26 16:33:37 +05:30
..
access Correct StartupSUBTRANS for page wraparound 2016-02-19 08:31:12 +00:00
bootstrap Fix typos in comments and doc 2016-01-28 16:47:36 +09:00
catalog Add new system view, pg_config 2016-02-17 09:12:06 -08:00
commands On second thought, disable parallelism for prepared statements. 2016-02-26 16:33:37 +05:30
executor Reuse abbreviated keys in ordered [set] aggregates. 2016-02-17 15:40:00 +05:30
foreign Remove parallel-safety check from GetExistingLocalJoinPath. 2016-02-05 08:07:38 -05:00
lib Add two HyperLogLog functions 2016-01-19 17:40:15 -03:00
libpq Properly close token in sspi authentication 2016-01-14 13:06:03 +01:00
main Update copyright for 2016 2016-01-02 13:33:40 -05:00
nodes Add an explicit representation of the output targetlist to Paths. 2016-02-18 20:02:03 -05:00
optimizer Add new FDW API to test for parallel-safety. 2016-02-26 16:14:46 +05:30
parser Move pg_constraint.h function declarations to new file pg_constraint_fn.h. 2016-02-11 15:51:28 -05:00
po Translation updates 2015-06-28 23:56:55 -04:00
port Windows: Make pg_ctl reliably detect service status 2016-01-07 11:59:08 -03:00
postmaster Allow the WAL writer to flush WAL at a reduced rate. 2016-02-16 00:56:34 +01:00
regex Suppress compiler warnings about useless comparison of unsigned to zero. 2016-02-15 17:12:16 -05:00
replication Improve error message about active replication slot 2016-02-17 21:23:28 -05:00
rewrite Update copyright for 2016 2016-01-02 13:33:40 -05:00
snowball Update copyright for 2016 2016-01-02 13:33:40 -05:00
storage Create a function to reliably identify which sessions block which others. 2016-02-22 14:31:43 -05:00
tcop Enable parallelism for prepared statements and extended query protocol. 2016-02-25 13:02:18 +05:30
tsearch Avoid use of sscanf() to parse ispell dictionary files. 2016-02-10 19:30:11 -05:00
utils Create a function to reliably identify which sessions block which others. 2016-02-22 14:31:43 -05:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
common.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
Makefile Add support for systemd service notifications 2016-02-02 21:04:29 -05:00
nls.mk Remove trailing slashes from directories in find command 2015-09-18 22:06:54 -04:00