Add all home_servers in the configuration.
[freeradius.git] / raddb / sql / postgresql /
2010-05-11 Alan T. DeKokAdded server field to NAS table, and updated docs to...
2009-12-08 Alan T. DeKokHandle case where Acct-Session-Time might not exist
2009-07-09 Alan T. DeKokUse postgresl style comments
2009-05-24 Alan T. DeKokUse now(), not now
2008-11-25 Alan T. DeKokIncrease the field size for Acct-Session-Id to 64.
2008-04-30 aland Added sample (untested) for PostgreSQL
2008-04-30 aland In the accounting on/off query, remove the restriction...
2008-04-29 aland Add example "server" entry (commented out)
2007-12-31 aland Added common headers for "look and feel"
2007-12-23 pnixonReformat
2007-11-15 pnixonThis function hasn't been used for 4 years now, so...
2007-11-13 aland Point to the correct directories.
2007-09-14 pnixonUse CHAR(2) instead of VARCHAR(2) as it takes up less...
2007-09-12 pnixonAdd Max-All-Session-Time
2007-09-12 pnixonOne of the queries should be enabled by default
2007-09-01 pnixonSet realm field to NULL instead of '' when no realm...
2007-08-13 aland Pulled fix from branch_1_1
2007-07-26 pnixonMore performant indexes
2007-07-26 pnixonRe-order query. Makes no real difference, but makes...
2007-07-25 pnixonRemove needless spaces in the queries
2007-07-25 pnixonSwitch nasipaddress and pool_key to match other queries...
2007-07-20 pnixonfix unterminated quoted string
2007-07-20 pnixonMore variable replacement fixes
2007-07-20 pnixonUpdate to new variable replacement syntax
2007-07-20 aland Moved file
2007-07-20 aland Moved the NAS table to another schema file
2007-07-20 aland Remove the dictionary tables. They're not used
2007-07-20 aland Move the ippool schema to its own files
2007-07-20 aland Moved more files
2007-07-20 aland Moved schema files to sql/$(db)
2007-07-20 aland Moved $(db)-dialup.conf to $(db)/dialup.conf.
2007-07-19 pnixonMove sqlcounter config files into dialect specific...