postgresql/src
Tom Lane d52a57fc30 Actually there's a better way to do this, which is to count tuples
during the vacuumcleanup scan that we're going to do anyway.  Should
save a few cycles (one calculation per page, not per tuple) as well
as not having to depend on assumptions about heap and index being
in step.
I think this could probably be made to work for GIST too, but that
code looks messy enough that I'm disinclined to try right now.
2006-02-12 00:18:17 +00:00
..
backend Actually there's a better way to do this, which is to count tuples 2006-02-12 00:18:17 +00:00
bin o Improve psql's handling of multi-line statements 2006-02-11 21:55:35 +00:00
include Skip ambulkdelete scan if there's nothing to delete and the index is not 2006-02-11 23:31:34 +00:00
interfaces C++ comments are verboten. Per gripe from Kris Jurka. 2006-02-09 07:22:22 +00:00
makefiles
pl
port
template
test Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME 2006-02-11 22:17:19 +00:00
timezone
tools
tutorial
utils
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in
Makefile.shlib
nls-global.mk
win32.mak