Veil
|
Files | |
file | veil_bitmap.c [code] |
Functions for manipulating Bitmaps, BitmapHashes and BitmapArrays. | |
file | veil_config.c [code] |
Code for setting and reading configuration data. | |
file | veil_datatypes.c [code] |
Code for non-bitmap datatypes. | |
file | veil_datatypes.h [code] |
Define all Veil public datatypes. | |
file | veil_funcs.h [code] |
Provide definitions for all non-local C-callable Veil functions. | |
file | veil_interface.c [code] |
Functions providing the SQL interface to veil, and utility functions to support them. | |
file | veil_query.c [code] |
Functions to simplify SPI-based queries. These are way more sophisticated than veil really needs but are nice and generic. | |
file | veil_serialise.c [code] |
Functions 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). | |
file | veil_shmem.c [code] |
Functions for dealing with veil shared memory. | |
file | veil_shmem.h [code] |
Define the basic veil shared memory structures. | |
file | veil_utils.c [code] |
Miscelaneous functions for veil. | |
file | veil_variables.c [code] |
Functions for dealing with Veil variables. | |
file | veil_version.h [code] |
Provides version information for veil. | |