postgresql/src/backend/access
Tom Lane 9f4563f743 Use IEEE infinity, not 1e10, for null-and-not-null case in gistpenalty().
Use of a randomly chosen large value was never exactly graceful, and
now that there are penalty functions that are intentionally using infinity,
it doesn't seem like a good idea for null-vs-not-null to be using something
less.
2011-11-27 17:12:54 -05:00
..
common Buffering GiST index build algorithm. 2011-09-08 17:51:23 +03:00
gin Fix erroneous replay of GIN_UPDATE_META_PAGE WAL records. 2011-11-25 13:58:59 -05:00
gist Use IEEE infinity, not 1e10, for null-and-not-null case in gistpenalty(). 2011-11-27 17:12:54 -05:00
hash Measure the number of all-visible pages for use in index-only scan costing. 2011-10-14 17:23:46 -04:00
heap Take fillfactor into account in the new COPY bulk heap insert code. 2011-11-26 12:11:00 +02:00
index Avoid assuming that index-only scan data matches the index's rowtype. 2011-10-16 19:15:04 -04:00
nbtree Continue to allow VACUUM to mark last block of index dirty 2011-11-22 09:48:06 +00:00
transam Move "hot" members of PGPROC into a separate PGXACT array. 2011-11-25 08:02:10 -05:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00