git.postgresql.org Git - postgresql.git/commit
1997年3月24日 08:48:16 +0000 (08:48 +0000)
1997年3月24日 08:48:16 +0000 (08:48 +0000)
commit 14f6b387b11841b18db12dd89983c4b98dd38ee4
+ NULLs handling
Actually required by multi-column indices support.
We still don't use btree for 'A is (not) null', but
now btree keep items with NULL attrs using single rule
for placing/finding items on pages:
NULLs greater NOT_NULLs and NULL = NULL.
+ Bulkload code (nbtsort.c) support for multi-column indices
building and NULLs.
+ Fix for btendscan()->pfree(scanopaque) from Chris Dunlop.
This is the main PostgreSQL git repository.
RSS
Atom