postgresql/src
Robert Haas c451eaf8f6 Transfer current command counter ID to parallel workers.
Commit 924bcf4f16 correctly forbade
parallel workers to modify the command counter while in parallel mode,
but it inexplicably neglected to actually transfer the current command
counter from leader to workers.  This can result in the workers seeing
a different set of tuples from the leader, which is bad.  Repair.
2015-10-16 09:58:34 -04:00
..
backend Transfer current command counter ID to parallel workers. 2015-10-16 09:58:34 -04:00
bin -- email subject limit ----------------------------------------- 2015-10-13 18:25:32 -04:00
common pgindent run for 9.5 2015-05-23 21:35:49 -04:00
include Don't send protocol messages to a shm_mq that no longer exists. 2015-10-16 09:49:08 -04:00
interfaces Translation updates 2015-10-05 11:01:07 -04:00
makefiles Link $(WIN32RES) into single-file modules only when PGFILEDESC is set. 2015-08-05 20:45:21 -04:00
pl Translation updates 2015-10-05 11:01:07 -04:00
port Redesign tablesample method API, and do extensive code review. 2015-07-25 14:39:00 -04:00
template AIX: Test the -qlonglong option before use. 2015-07-17 03:01:29 -04:00
test Fix NULL handling in datum_to_jsonb(). 2015-10-15 13:46:09 -04:00
timezone Update time zone data files to tzdata release 2015g. 2015-10-02 19:15:49 -04:00
tools Rework the way multixact truncations work. 2015-09-26 19:04:25 +02:00
tutorial Remove no-longer-required function declarations. 2015-05-24 12:20:23 -04:00
.gitignore
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in Make prove_installcheck remove the old log directory, if any. 2015-10-11 20:36:23 -04:00
Makefile.shlib AIX: Link TRANSFORM modules with their dependencies. 2015-07-15 21:00:30 -04:00
nls-global.mk
win32.mak