postgresql/src/backend
Tom Lane 7e2f906201 Remove pg_am.amindexnulls.
The only use we have had for amindexnulls is in determining whether an
index is safe to cluster on; but since the addition of the amclusterable
flag, that usage is pretty redundant.

In passing, clean up assorted sloppiness from the last patch that touched
pg_am.h: Natts_pg_am was wrong, and ambuildempty was not documented.
2011-01-08 16:08:05 -05:00
..
access Refactor GIN's handling of duplicate search entries. 2011-01-08 14:48:08 -05:00
bootstrap Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
catalog Force pg_upgrade's to preserve pg_class.oid, not pg_class.relfilenode. 2011-01-07 21:26:13 -05:00
commands Remove pg_am.amindexnulls. 2011-01-08 16:08:05 -05:00
executor Basic foreign table support. 2011-01-01 23:48:11 -05:00
foreign Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
lib Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
libpq Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
main Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
nodes Basic foreign table support. 2011-01-01 23:48:11 -05:00
optimizer Basic foreign table support. 2011-01-01 23:48:11 -05:00
parser Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA. 2011-01-03 22:08:55 -05:00
po Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
port Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
postmaster Add views and functions to monitor hot standby query conflicts 2011-01-03 12:46:03 +01:00
regex Fix comparisons of pointers with zero to compare with NULL instead. 2010-10-29 15:51:52 -04:00
replication New system view pg_stat_replication displays activity of wal sender processes. 2011-01-07 20:35:38 +09:00
rewrite Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
snowball Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
storage Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
tcop Add views and functions to monitor hot standby query conflicts 2011-01-03 12:46:03 +01:00
tsearch Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
utils Add views and functions to monitor hot standby query conflicts 2011-01-03 12:46:03 +01:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
common.mk Improved parallel make support 2010-11-12 22:15:16 +02:00
Makefile Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
nls.mk Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00