Veil
File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
  src
 veil_bitmap.cFunctions for manipulating Bitmaps, BitmapHashes and BitmapArrays
 veil_config.cCode for setting and reading configuration data
 veil_datatypes.cCode for non-bitmap datatypes
 veil_datatypes.hDefine all Veil public datatypes
 veil_funcs.hProvide definitions for all non-local C-callable Veil functions
 veil_interface.cFunctions providing the SQL interface to veil, and utility functions to support them
 veil_mainpage.c
 veil_query.cFunctions to simplify SPI-based queries. These are way more sophisticated than veil really needs but are nice and generic
 veil_serialise.cFunctions serialising and de-serialising session variables. The purpose of this is to allow the contents of session variables to be saved for later re-use. They may be saved in files, temporary tables or using some smart cache such as memcached (thru the pgmemcache add-in)
 veil_shmem.cFunctions for dealing with veil shared memory
 veil_shmem.hDefine the basic veil shared memory structures
 veil_utils.cMiscelaneous functions for veil
 veil_variables.cFunctions for dealing with Veil variables
 veil_version.hProvides version information for veil