postgresql/src
Tom Lane 65fd91333e Fix an Assert that turns out to be reachable after all.
estimate_num_groups() gets unhappy with
	create table empty();
	select * from empty except select * from empty e2;
I can't see any actual use-case for such a query (and the table is illegal
per SQL spec), but it seems like a good idea that it not cause an assert
failure.
2012-04-09 11:58:24 -04:00
..
backend Fix an Assert that turns out to be reachable after all. 2012-04-09 11:58:24 -04:00
bin Allow statistics to be collected for foreign tables. 2012-04-06 15:02:35 -04:00
include Do stack-depth checking in all postmaster children. 2012-04-08 19:07:55 +03:00
interfaces Stamp libraries versions for 9.2 (better late than never). 2012-04-07 16:19:43 -04:00
makefiles pgxs: Supply default values for BISON and FLEX variables 2012-03-30 20:36:49 +03:00
pl Fix plpgsql named-cursor-parameter feature for variable name conflicts. 2012-04-04 21:50:31 -04:00
port Remove now redundant pgpipe code. 2012-03-28 23:24:07 -04:00
template
test Allow statistics to be collected for foreign tables. 2012-04-06 15:02:35 -04:00
timezone Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
tools Remove now redundant pgpipe code. 2012-03-28 23:24:07 -04:00
tutorial Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
.gitignore
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in ecpg: Improve test building 2012-02-02 20:33:29 +02:00
Makefile.shlib
nls-global.mk NLS: Use msgmerge/xgettext --no-wrap and --sort-by-file 2012-04-05 22:28:13 +03:00
win32.mak