]> granicus.if.org Git - postgresql/history - src/backend/utils/misc
Message style improvements
[postgresql] / src / backend / utils / misc /
2006-10-06 Peter EisentrautMessage style improvements
2006-10-04 Tom LaneFix comment to agree with presentation.
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-10-03 Bruce MomjianThe attached patch changes units of the some default...
2006-10-03 Bruce MomjianMention in postgresql.conf that autovacuum also needs
2006-09-27 Tom LaneReplace strncpy with strlcpy in selected places that...
2006-09-25 Tom LaneIncrease default value of effective_cache_size to 128MB...
2006-09-22 Tom LaneFix bugs in plpgsql and ecpg caused by assuming that...
2006-09-22 Peter EisentrautAdd units to the default postgresql.conf. For the...
2006-09-14 Bruce MomjianMake postgresql.conf.sample match the initdb defaults...
2006-09-02 Bruce MomjianMake autovacuum behavior more agressive, per discussion...
2006-09-02 Bruce MomjianUpdate postgresql.conf line for default superuser_reser...
2006-09-02 Bruce MomjianChange "superuser_reserved_connections" default to...
2006-09-02 Bruce MomjianRemove GUC_REPORT for new "server_version_num" GUC...
2006-09-02 Bruce MomjianAdd new variable "server_version_num", which is almost...
2006-08-31 Peter EisentrautRepair interpretation of GB as MB.
2006-08-29 Peter EisentrautRevert change to turn autovacuum on by default.
2006-08-28 Peter EisentrautTurn autovacuum on by default. (stats_row_level is...
2006-08-17 Tom LaneImplement archive_timeout feature to force xlog file...
2006-08-15 Tom LaneAdd server support for "plugin" libraries that can...
2006-08-14 Bruce MomjianRevert (again) GUC patch to return commented fields...
2006-08-13 Bruce MomjianFix recent guc comment-to-default patch for custom...
2006-08-13 Bruce MomjianRecommit patch to allow commented GUC variables to...
2006-08-13 Bruce MomjianRe-apply guc cleanup patch, with memory allocation...
2006-08-12 Bruce MomjianBack out patch to reorganize guc processing. Was causi...
2006-08-12 Bruce MomjianBack out patch that allowed commented guc variables...
2006-08-11 Bruce MomjianAllow commenting of variables in postgresql.conf to...
2006-08-11 Bruce MomjianRefactor GUC set_config_option function:
2006-08-02 Bruce MomjianMove 'ddl' right after 'none' in postgresql.conf. ...
2006-07-29 Tom LaneAdjust initialization sequence for timezone_abbreviatio...
2006-07-27 Peter EisentrautAllow units to be specified with configuration settings.
2006-07-26 Peter EisentrautWhen a GUC string variable is not set, print the empty...
2006-07-26 Peter EisentrautConvert effective_cache_size to an integer, for better...
2006-07-25 Tom LaneRemove hard-wired lists of timezone abbreviations in...
2006-07-24 Peter EisentrautMark postgresql.conf entries that require server restar...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "G...
2006-06-27 Tom LaneRemove embedded newline in string literal --- seems...
2006-06-27 Bruce MomjianAdd GUC update_process_title to control whether 'ps...
2006-06-27 Bruce MomjianDefault stats_command_string to 'on', now that its...
2006-06-19 Tom LaneTake the statistics collector out of the loop for monit...
2006-06-12 Tom LaneMinor code cleanup: make the WIN32 case less gratuitous...
2006-06-05 Tom LaneIncrease the default value of cpu_index_tuple_cost...
2006-06-05 Tom LaneAdd a GUC parameter seq_page_cost, and use that everywh...
2006-05-21 Tom LaneAdd a new GUC parameter backslash_quote, which determin...
2006-05-11 Tom LaneCode review for standard_conforming_strings patch....
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.
2006-04-25 Bruce MomjianBack out RESET CONNECTION until there is more discussion.
2006-04-25 Bruce MomjianAdd RESET CONNECTION, to reset all aspects of a session.
2006-04-10 Tom LaneSuppress unused-variable warning on platforms without...
2006-03-07 Bruce MomjianProperly set "escape_string_warning" to default to...
2006-03-07 Tom LaneMake all our flex and bison files use %option prefix...
2006-03-06 Bruce MomjianDefault to ON for 8.2, as announced in the release...
2006-03-06 Bruce MomjianEnable standard_conforming_strings to be turned on.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-04 Tom LaneSupport include directives in postgresql.conf.
2006-02-12 Tom LaneFix bug that allowed any logged-in user to SET ROLE...
2006-02-04 Peter EisentrautIssue a warning if a change-on-restart-only postgresql...
2006-01-09 Peter EisentrautChange allow_system_table_mods to PGC_POSTMASTER, resto...
2006-01-08 Tom LaneFix the assert_enabled issue properly. This eliminates...
2006-01-08 Tom LaneRecent patch broke guc.c for non-USE_ASSERT_CHECKING...
2006-01-05 Peter EisentrautMake all command-line options of postmaster and postgre...
2006-01-05 Bruce MomjianRemove QNX port.
2006-01-02 Tom LaneReset flex state in a way that works for both flex...
2006-01-01 Tom LaneRewrite ProcessConfigFile() to avoid misbehavior at...
2005-12-30 Peter EisentrautDisallow setting ssl = on if SSL is not compiled in.
2005-12-28 Tom LaneRemove silly use of DLLIMPORT.
2005-12-23 Tom LaneWups, fat-fingered the calculation the first time....
2005-12-23 Bruce MomjianAdd quotes around search_path "$user" so that SHOW...
2005-12-20 Tom LaneTeach planner how to rearrange join order for some...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-11-10 Andrew Dunstanadd missing quote mark to ident_file sample line -...
2005-11-09 Tom LaneFix misspelling of 'listen_addresses', per Devrim.
2005-11-05 Tom LaneRepair an error introduced by log_line_prefix patch...
2005-11-04 Tom LaneImprove description of constraint_exclusion variable.
2005-11-04 Peter EisentrautFix logical error in option description.
2005-11-03 Alvaro HerreraRename the members of CommandDest enum so they don...
2005-10-29 Peter EisentrautMessage corrections
2005-10-22 Andrew Dunstanminor code cleanup - replace useless struct timezone...
2005-10-20 Tom LanePostpone pg_timezone_initialize() until after creation...
2005-10-16 Bruce MomjianAdd space after description.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-14 Tom LaneFix syslog bug: if any messages are emitted to write_sy...
2005-10-08 Tom LaneFix up grammar in variable description string.
2005-10-08 Tom LaneFix Kerberos authentication in wake of virtual-hosts...
2005-10-03 Tom LaneAdd a trace_sort option to help with measuring resource...
2005-10-03 Tom LaneSeparate out the VacRUsage stuff as an independent...
2005-09-24 Tom LaneClean up possibly-uninitialized-variable warnings repor...
2005-09-21 Tom LaneFix postgresql.conf lexer to accept doubled single...
2005-09-20 Bruce Momjianautovacuum setting false -> off, for consistency
2005-09-12 Tom LaneTweak TCP-keepalive code so that an invalid setting...
2005-09-02 Tom LaneFix the spelling.
2005-09-02 Bruce MomjianUpdate listen_addresses description.
2005-08-30 Tom LaneUpdate documentation about shared memory sizing to...
2005-08-29 Tom LaneReduce default value of max_prepared_transactions from...
2005-08-22 Bruce Momjianenable_constraint_exclusion => constraint_exclusion
2005-08-21 Tom LaneMinor GUC cleanups: document krb_server_hostname and...
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
next