Commits

DateSubjectAuthorReleases
2009-01-21 Make some strings translatable again that were accidentally removed in Magnus Hagander 8.4.0
2009-01-09 Make krb_realm and krb_server_hostname be pg_hba options only, and remove Magnus Hagander 8.4.0
2009-01-02 Make it possible to change Kerberos/GSSAPI parameters without restarting Magnus Hagander 8.4.0
2008-11-21 Fix a few more format argument warnings. Magnus Hagander 8.4.0
2008-11-21 Make the enumvals column of pg_settings be text[] instead of just Magnus Hagander 8.4.0
2008-10-06 Add columns boot_val and reset_val to the pg_settings view, to expose Magnus Hagander 8.4.0
2008-09-23 Only show source file and line numbers to superusers, for consistent Magnus Hagander 8.4.0
2008-08-25 Make stats_temp_directory PGC_SIGHUP, and document how it may cause a temporary Magnus Hagander 8.4.0
2008-08-15 Make the temporary directory for pgstat files configurable by the GUC Magnus Hagander 8.4.0
2008-07-01 "debug" level was supposed to be hidden, since it's just an alias for debug2. Magnus Hagander 8.4.0
2008-07-01 Split apart message_level_options into one set for server-side settings and Magnus Hagander 8.4.0
2008-05-28 Add a field to guc enums to allow hiding of values from display while Magnus Hagander 8.4.0
2008-05-12 Convert wal_sync_method to guc enum. Magnus Hagander 8.4.0
2008-04-04 Convert backslash_quote guc to use enum. Magnus Hagander 8.4.0
2008-04-04 Turn xmlbinary and xmloption GUC variables into enumsTurn xmlbinary and Magnus Hagander 8.4.0
2008-04-03 Oops, add proper #ifdef for systems without support for syslog. Magnus Hagander 8.4.0
2008-04-03 Convert syslog_facility guc to enum type. Magnus Hagander 8.4.0
2008-04-02 Convert three more guc settings to enum type: Magnus Hagander 8.4.0
2008-03-17 Fix postgres --describe-config for guc enums, breakage noted by Alvaro. Magnus Hagander 8.4.0
2008-03-16 Some cleanups of enum-guc code, per comments from Tom. Magnus Hagander 8.4.0
2008-03-10 Implement enum type for guc parameters, and convert a couple of existing Magnus Hagander 8.4.0
2007-11-09 Add parameter krb_realm used by GSSAPI, SSPI and Kerberos Magnus Hagander 8.3.0
2007-07-10 Add support for GSSAPI authentication. Magnus Hagander 8.3.0
2007-06-18 Remove comment about modifying tab-complete.c for userset GUC. Magnus Hagander 8.3.0
2007-03-13 Properly use pg_strcasecmp() instead of strcasecmp(). Magnus Hagander 8.3.0