postgresql/src
Tom Lane 7c85aa39fc Fix oversight in recent parameterized-path patch.
bitmap_scan_cost_est() has to be able to cope with a BitmapOrPath, but
I'd taken a shortcut that didn't work for that case.  Noted by Heikki.
Add some regression tests since this area is evidently under-covered.
2012-04-26 14:17:44 -04:00
..
backend Fix oversight in recent parameterized-path patch. 2012-04-26 14:17:44 -04:00
bin psql: Tab completion updates 2012-04-26 20:07:40 +03:00
include Fix planner's handling of RETURNING lists in writable CTEs. 2012-04-25 20:20:33 -04:00
interfaces Lots of doc corrections. 2012-04-23 22:43:09 -04:00
makefiles pgxs: Supply default values for BISON and FLEX variables 2012-03-30 20:36:49 +03:00
pl PL/Python: Accept strings in functions returning composite types 2012-04-26 21:03:48 +03:00
port Remove now redundant pgpipe code. 2012-03-28 23:24:07 -04:00
template
test Fix oversight in recent parameterized-path patch. 2012-04-26 14:17:44 -04:00
timezone Fix edge-case behavior of pg_next_dst_boundary(). 2012-04-25 17:26:10 -04:00
tools entab: Improve makefile 2012-04-24 21:20:55 +03:00
tutorial Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
.gitignore
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in Lots of doc corrections. 2012-04-23 22:43:09 -04:00
Makefile.shlib
nls-global.mk Lots of doc corrections. 2012-04-23 22:43:09 -04:00
win32.mak