postgresql/src/backend/commands
Robert Haas 5702277ca9 Tweak EXPLAIN for parallel query to show workers launched.
The previous display was sort of confusing, because it didn't
distinguish between the number of workers that we planned to launch
and the number that actually got launched.  This has already confused
several people, so display both numbers and label them clearly.

Julien Rouhaud, reviewed by me.
2016-04-15 11:52:18 -04:00
..
aggregatecmds.c Fix parallel-safety code for parallel aggregation. 2016-04-05 16:06:15 -04:00
alter.c Fix possible NULL dereference in ExecAlterObjectDependsStmt 2016-04-10 11:03:35 -03:00
amcmds.c Type names should not be quoted 2016-04-01 13:35:48 -03:00
analyze.c Modify BufferGetPage() to prepare for "snapshot too old" feature 2016-04-08 14:30:10 -05:00
async.c Make all built-in lwlock tranche IDs fixed. 2016-02-02 06:45:55 -05:00
cluster.c Restructure index access method API to hide most of it at the C level. 2016-01-17 19:36:59 -05:00
collationcmds.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
comment.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
constraint.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
conversioncmds.c Type names should not be quoted 2016-04-01 13:35:48 -03:00
copy.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
createas.c Widen query numbers-of-tuples-processed counters to uint64. 2016-03-12 16:05:29 -05:00
dbcommands.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
define.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
discard.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
dropcmds.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
event_trigger.c Type names should not be quoted 2016-04-01 13:35:48 -03:00
explain.c Tweak EXPLAIN for parallel query to show workers launched. 2016-04-15 11:52:18 -04:00
extension.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
foreigncmds.c Reserve the "pg_" namespace for roles 2016-04-08 16:56:27 -04:00
functioncmds.c Fix parallel-safety code for parallel aggregation. 2016-04-05 16:06:15 -04:00
indexcmds.c Revert CREATE INDEX ... INCLUDING ... 2016-04-08 21:52:13 +03:00
lockcmds.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
Makefile Support CREATE ACCESS METHOD 2016-03-23 23:01:35 -03:00
matview.c Revert CREATE INDEX ... INCLUDING ... 2016-04-08 21:52:13 +03:00
opclasscmds.c Fix broken dependency-mongering for index operator classes/families. 2016-04-13 23:33:31 -04:00
operatorcmds.c Type names should not be quoted 2016-04-01 13:35:48 -03:00
policy.c Reserve the "pg_" namespace for roles 2016-04-08 16:56:27 -04:00
portalcmds.c Widen query numbers-of-tuples-processed counters to uint64. 2016-03-12 16:05:29 -05:00
prepare.c On second thought, disable parallelism for prepared statements. 2016-02-26 16:33:37 +05:30
proclang.c Type names should not be quoted 2016-04-01 13:35:48 -03:00
schemacmds.c Reserve the "pg_" namespace for roles 2016-04-08 16:56:27 -04:00
seclabel.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
sequence.c Modify BufferGetPage() to prepare for "snapshot too old" feature 2016-04-08 14:30:10 -05:00
tablecmds.c Reserve the "pg_" namespace for roles 2016-04-08 16:56:27 -04:00
tablespace.c Reserve the "pg_" namespace for roles 2016-04-08 16:56:27 -04:00
trigger.c Modify BufferGetPage() to prepare for "snapshot too old" feature 2016-04-08 14:30:10 -05:00
tsearchcmds.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
typecmds.c Revert CREATE INDEX ... INCLUDING ... 2016-04-08 21:52:13 +03:00
user.c Reserve the "pg_" namespace for roles 2016-04-08 16:56:27 -04:00
vacuum.c Add the "snapshot too old" feature 2016-04-08 14:36:30 -05:00
vacuumlazy.c Add the "snapshot too old" feature 2016-04-08 14:36:30 -05:00
variable.c Disallow SET SESSION AUTHORIZATION pg_* 2016-04-13 21:31:24 -04:00
view.c Update copyright for 2016 2016-01-02 13:33:40 -05:00