postgresql/src/backend
Tom Lane a5713ec427 Hashed LEFT JOIN would miss outer tuples with no inner match if the join
was large enough to be batched and the tuples fell into a batch where
there were no inner tuples at all.  Thanks to Xiaoyu Wang for finding a
test case that exposed this long-standing bug.
2004-09-17 18:28:53 +00:00
..
access Now that xmax and cmin are distinct fields again, we should zero xmax when 2004-09-17 18:09:55 +00:00
bootstrap Fix unintended assignment of sequences to the containing schema's 2004-08-31 17:10:36 +00:00
catalog Restructure subtransaction handling to reduce resource consumption, 2004-09-16 16:58:44 +00:00
commands Restructure subtransaction handling to reduce resource consumption, 2004-09-16 16:58:44 +00:00
executor Hashed LEFT JOIN would miss outer tuples with no inner match if the join 2004-09-17 18:28:53 +00:00
lib Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
libpq Restructure subtransaction handling to reduce resource consumption, 2004-09-16 16:58:44 +00:00
main Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
nodes Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
optimizer Fix mistaken comment. 2004-09-01 18:04:32 +00:00
parser Added a call to gettext() to fix broken translated error messages. 2004-09-09 06:56:48 +00:00
po Translation update 2004-09-14 05:44:40 +00:00
port More cleanup. 2004-09-10 14:24:25 +00:00
postmaster Fix Cygwin defines to be consistent. 2004-09-09 00:59:49 +00:00
regex Solve the 'Turkish problem' with undesirable locale behavior for case 2004-05-07 00:24:59 +00:00
rewrite Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
storage RecentXmin is too recent to use as the cutoff point for accessing 2004-09-16 18:35:23 +00:00
tcop Redesign query-snapshot timing so that volatile functions in READ COMMITTED 2004-09-13 20:10:13 +00:00
utils Remove erroneous Assert, per example from Kris Jurka. 2004-09-16 21:08:12 +00:00
Makefile Add libpgport to postgres.def for Windows build. Per Magnus Hagander. 2004-08-01 18:07:42 +00:00
nls.mk Add translation from 7.4 branch to head. 2004-08-11 09:00:27 +00:00