backport from HEAD
[freeradius.git] / src / modules / rlm_sql / drivers / rlm_sql_postgresql / db_postgresql.sql
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-08-23 nbk The maximum password length is 128, not 253. (closes...
2005-08-21 nbk Comply with RFC2865 where username and password are...
2005-08-20 nbk RFC2865 states that Nas-Port attribute is 32bits unsig...
2005-08-20 nbk Add index examples if case insensitive usernames are...
2005-02-19 kkalevChange ConnectInfo_{start,stop} to be varchar(50)....
2005-01-02 kkalevAdd a patch from Thor Spruyt to add the new functionality
2005-01-02 kkalevChange the nas table structure to match the mysql one
2004-02-29 kkalevReplace user with username in postauth table. Patch...
2003-12-10 pnixonpostauth functionality thanks to Guy Fraser <guy@incent...
2003-12-09 wichertAdd copyright to date_sub function
2003-12-09 wichertCreate DATE_SUB function which is used by the default...
2003-08-25 phampsonPull from branch_0_9: Widen call{ed,ing}stationid from...
2003-07-31 pnixonChange all INTERVALs to BIGINT as INTERVALS are not...
2003-07-29 pnixonsync with 0.9 branch
2003-07-14 pnixonRevert field type of AcctTerminateCause
2003-07-14 pnixonOptomise ALOT of field types
2003-07-13 pnixonRemove unnecessay ID field from NAS table. Make ipaddr...
2003-07-13 pnixonRemove a stupid NOT NULL and change some field types.
2003-07-13 pnixonStupid Stupid. Repeat after me: C Style Comments.....
2003-07-13 pnixonMajor reformatting of entire file. Also some minor...
2003-07-12 pnixonMinor schema changes to oracle and Postgres
2003-07-12 pnixonRemove dictionary tables from Oracle and Postgres.
2003-07-12 pnixonUpdated nas table. This is not currently used but FreeR...
2003-07-11 pnixonIncrease Called/Calling StationID to fit international...
2003-07-11 pnixonBring the DB schema kicking and screaming into the...
2003-07-11 pnixonBring the DB schema kicking and screaming into the...
2003-04-25 wichertSet default value for op columns
2003-04-23 wichertPostgres does not have a DATETIME type, use TIMESTAMP...
2003-01-24 aland Patch from Wichert Akkerman to increase the size of...
2002-11-08 cparkerMove 'op' column to between Attribue and Value columns...
2002-11-08 aland Updated queries and schema, based on a patch sent...
2002-02-21 aland Patch to PostgreSQL schema for operators.
2001-03-28 aland Upgrade DB to be same as others
2001-03-13 aland Patch from Yury Bokhoncovich <byg@center-f1.ru>
2001-01-11 mmachadoAdded threads to rlm_sql, make drivers directory in...