Merge tag 'release_3_0_12' into branch moonshot-fr-3.0.12-upgrade.
[freeradius.git] / src / modules / rlm_sql / drivers / rlm_sql_postgresql / rlm_sql_postgresql.c
2017-01-27 Dan BreslauMerge tag 'release_3_0_12' into branch moonshot-fr...
2015-11-16 Sam HartmanMerge tag 'release_3_0_10' into tr-integ
2015-11-02 Alan T. DeKokUse main_config.name everywhere.
2015-08-19 Arran Cudbard-BellUse macro for terminating CONF_PARSER arrays
2015-08-01 Alan DeKokMerge pull request #1169 from jpereira/devel/bsd-kevent1
2015-07-31 Arran Cudbard-BellGrammar
2015-07-31 Arran Cudbard-BellBe more careful about appending duplicate options to...
2015-06-25 Arran Cudbard-BellMerge pull request #1044 from geaaru/rlm_sqlippool_mand...
2015-06-19 Arran Cudbard-BellUse correct type for sql_port
2015-06-13 Arran Cudbard-BellMerge pull request #1052 from jpereira/develop-debian
2015-06-13 Arran Cudbard-BellDon't set resource pointers to NULL when the handle...
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-04-29 Arran Cudbard-BellAdd sql_fields for mysql and postgres too
2015-03-03 Arran Cudbard-BellMerge pull request #915 from nchaigne/3.0.x-fb1
2015-03-03 Arran Cudbard-BellMisplaced increment
2015-02-27 Sam HartmanMerge tag 'release_3_0_7' into tr-integ
2015-02-01 Arran Cudbard-BellFor rlm_sql_mysql and rlm_sql_sqlite distinguish betwee...
2015-01-31 Arran Cudbard-BellMove inst->config->xlat_name to inst->name
2015-01-31 Arran Cudbard-BellEnhance rlm_sql logging to pull more errors back from...
2015-01-31 Arran Cudbard-BellRemove junk boilerplate text and whitespace from sql...
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-11-16 Arran Cudbard-BellMore reformatting
2014-11-15 Alan T. DeKokA better name
2014-11-15 Alan T. DeKokFix typo
2014-11-15 Arran Cudbard-BellUse C99 field labels when initialising driver structs
2014-06-26 Kevin WassermanMerge remote-tracking branch 'freeradius/v3.0.x' into...
2014-06-20 Arran Cudbard-BellMerge pull request #696 from leprechau/v3.0.x
2014-06-20 Arran Cudbard-BellFixup talloc destructors
2014-06-18 Sam HartmanMerge tag 'release_3_0_4_rc1' into tr-upgrade
2014-06-13 Arran Cudbard-BellFixup PG example and don't send application name by...
2014-05-27 Arran Cudbard-BellAdd option not to add applicaiton_name
2014-05-26 Arran Cudbard-BellAdd instance to application name
2014-05-26 Arran Cudbard-BellUse the same format as other applications
2014-05-26 Arran Cudbard-BellDoing it the smart way causes Doxygen errors
2014-05-26 Arran Cudbard-BellMove db_string building into the pg instantiation function
2014-05-22 Arran Cudbard-BellRemove useless wrapper functions in the postgresql...
2014-05-08 Arran Cudbard-BellPrint message before connecting
2014-05-08 Arran Cudbard-BellRevert "Minor fixes"
2014-05-07 Arran Cudbard-BellMinor fixes
2014-05-07 Arran Cudbard-BellCleanup connection properly on error
2014-05-07 Arran Cudbard-BellVarious minor PG fixes
2014-05-07 Arran Cudbard-BellMove PQ ssl init to instantiation function, just in...
2014-05-07 Arran Cudbard-BellUse talloc for row memory
2014-04-25 Arran Cudbard-BellWork with postgres library versions < 8.4 Closes #609
2014-04-04 Arran Cudbard-BellSet types correctly on talloced VALUE_PAIR buffers
2014-02-26 Arran Cudbard-BellAdd autoconf checks for PGRES_SINGLE_TUPLE and HAVE_PGR...
2014-02-21 Alan T. DeKokRevert "PGRES_SINGLE_TUPLE is apparently new"
2014-02-21 Alan T. DeKokPGRES_SINGLE_TUPLE is apparently new
2014-02-20 Arran Cudbard-BellCleanup error handling in PostgreSQL
2014-02-04 Sam HartmanMerge tag 'release_3_0_1' into tr-integ
2013-11-30 Arran Cudbard-BellAllow arbitrary connection parameters to be listed...
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-06-04 Alan DeKokMerge pull request #297 from sionescu/wip-fix-postgres...
2013-06-04 Stelian IonescuFix module name in debug message
2013-04-22 Arran Cudbard-BellDefine return codes for SQL drivers
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-18 Arran Cudbard-BellApparently error messages shouldn't have been converted...
2013-04-18 Arran Cudbard-BellFix more debug stuff
2013-04-18 Arran Cudbard-BellFix SQL warnings
2013-04-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-29 Alan T. DeKokfoo == NULL to !foo
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-03-08 Arran Cudbard-BellCleanup the last bits of non-talloc socket destruction
2013-03-08 Arran Cudbard-BellUse talloc destructors to close sockets (postgresql)
2013-03-08 Arran Cudbard-BellRename sql_init_socket to sql_socket_init
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-03-06 Arran Cudbard-BellAdd instantiate method for rlm_sql drivers
2013-03-01 Arran Cudbard-BellRename SQL data types so they don't conflict with drivers
2012-12-04 Arran Cudbard-BellIncrease priority of all connection open/close messages...
2012-11-20 Arran Cudbard-BellAll boilermake files for nearly all modules (except...