]> granicus.if.org Git - postgresql/history - src/backend/utils/misc/guc.c
Canonicalize preload_libraries after it is split up, not before.
[postgresql] / src / backend / utils / misc / guc.c
2004-07-12 Bruce MomjianCanonicalize preload_libraries after it is split up...
2004-07-11 Bruce MomjianCleanup for canonicalization fixes, from Tom.
2004-07-11 Bruce MomjianRemove postgresql.conf of 'info' as a valid client_min_...
2004-07-11 Bruce MomjianUse canonicalize_path for -D, GUC paths, and paths...
2004-07-11 Bruce MomjianAllow configuration files to be placed outside the...
2004-07-05 Tom LaneFix unchecked mallocs/strdups added by recent placehold...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-06-11 Bruce Momjian>> It certainly doesn't. There still was a bug with...
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-29 Tom LaneSeparate out bgwriter code into a logically separate...
2004-05-26 Bruce MomjianThe patch adresses the TODO list item "Allow external...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-05-08 Bruce MomjianImprove style of new log_statement_stats error message...
2004-05-07 Bruce MomjianRemove crude test for log_statement_stats in startup...
2004-05-07 Bruce MomjianThrow error if log_statement_stats is used with conflic...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-04-19 Bruce MomjianRemove debug code that acidentally got into CVS from...
2004-04-19 Bruce MomjianFix for BEGIN with ISOLATION/READONLY clauses.
2004-04-07 Bruce MomjianPush superuser check farther down in the if() statement...
2004-04-07 Bruce Momjian> >>1. change the type of "log_statement" option from...
2004-04-05 Bruce MomjianRemove 'syslog' GUC variable, and add more logical...
2004-04-05 Bruce MomjianImprove handling of GUC USERLIMIT variables by reorgani...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-04-01 Bruce MomjianImprove comments on USERLIMIT GUC processing.
2004-03-24 Tom LaneReplace max_expr_depth parameter with a max_stack_depth...
2004-03-23 Tom LaneReplace the virtual_host and tcpip_socket parameters...
2004-03-22 Bruce MomjianAdds DLLIMPORT modifier to check_function_bodies
2004-03-15 Bruce MomjianRemove GUC log_statement, log_pid, log_timestamp, log_s...
2004-03-09 Bruce MomjianAdd:
2004-02-23 Tom LaneDo a direct probe during postmaster startup to determin...
2004-02-17 Bruce MomjianThis patch brings up to date what I did last year ...
2004-02-06 Jan WieckCost based vacuum delay feature.
2004-02-04 Jan WieckBacking out the background writer sync() option.
2004-02-03 Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2004-02-02 Bruce MomjianAdjust rename on Win32 to only link to temp name while...
2004-01-31 Neil ConwayMicro-opt: replace calls like
2004-01-26 Tom LaneEnsure that close() and fclose() are checked for errors...
2004-01-24 Jan WieckAdded GUC variable bgwriter_flush_method controlling...
2004-01-23 Tom LaneRevise GEQO planner to make use of some heuristic knowl...
2004-01-21 Tom LaneRepair error apparently introduced in the initial codin...
2004-01-19 Tom LaneRepair problem identified by Olivier Prenant: ALTER...
2004-01-06 Neil ConwayMake the 'wal_debug' GUC variable a boolean (rather...
2003-12-03 Joe ConwayAdded new group of read-only GUC variables to allow...
2003-12-01 Bruce MomjianThis patch adds a new GUC var, "default_with_oids"...
2003-12-01 Bruce MomjianSeems there are three GUC variables that are defined...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-19 Jan WieckBackground writer process
2003-11-16 Jan WieckChanged parameter name for shared cache status report...
2003-11-13 Jan Wieck2nd try for the ARC strategy.
2003-11-13 Jan WieckARC strategy backed out ... sorry
2003-11-13 Jan WieckReplacement of the buffer replacement strategy with...
2003-11-07 Tom Lanezero_damaged_pages must absolutely NOT be marked GUC_DI...
2003-11-06 Peter EisentrautImplement isolation levels read uncommitted and repeata...
2003-10-18 Peter EisentrautCleanup on --help-config: Now called --describe-config...
2003-10-08 Bruce MomjianHave log_min_duration_statement = 0 always print durati...
2003-10-03 Tom LaneAdd GUC parameter check_function_bodies to control...
2003-09-29 Peter EisentrautMore message editing, some suggested by Alvaro Herrera
2003-09-26 Peter EisentrautVarious message fixes, among those fixes for the previo...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-15 Tom LaneImprove a couple of error messages per suggestions...
2003-09-11 Bruce MomjianConsistenly lowercase GUC variable names, in docs and...
2003-09-07 Tom LaneRemove geqo_random_seed parameter. Having geqo reset...
2003-09-04 Bruce MomjianAllow non-super users to set log_duration to true,...
2003-09-03 Peter EisentrautPass session_authorization to the client and make psql...
2003-09-01 Peter EisentrautDo not pass server_encoding to the client.
2003-09-01 Bruce MomjianRename DoIt to changeVar, for clarity.
2003-08-26 Tom LaneMop-up for previous change to determine default shared_...
2003-08-17 Tom LaneSomebody forgot to include any actual documentation...
2003-08-11 Tom LaneRewriter and planner should use only resno, not resname...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneFix my own mistake in GUC variable annotation.
2003-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-29 Tom LaneApply (a somewhat revised version of) Greg Mullane...
2003-07-28 Tom LaneCode review for recent GUC changes --- try to make...
2003-07-28 Bruce MomjianThere was enough code drift since this patch, that...
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-27 Bruce Momjian> Joe Conway <mail@joeconway.com> writes:
2003-07-25 Tom LaneError message editing in backend/utils (except /adt).
2003-07-22 Bruce MomjianAdd GUC parameter to control rendezvous name.
2003-07-15 Tom LaneCause SHOW DATESTYLE to produce a string that will...
2003-07-09 Bruce MomjianAdd special checks for non-super-user setting LOG_MIN_D...
2003-07-09 Bruce MomjianAdd new USERLIMIT GUC source level so certain options...
2003-07-04 Tom LaneAdd --help-config facility to dump information about...
2003-06-30 Tom LaneAdd GUC option log_error_verbosity to control which...
2003-06-27 Tom LaneAdd is_superuser parameter reporting, soon to be used...
2003-06-11 Bruce MomjianAdd add_missing_from GUC variable.
2003-06-11 Bruce MomjianMake "log_min_duration_statement" SUSET --- will be...
2003-06-11 Bruce MomjianAdd log_min_duration_statement.
2003-06-11 Bruce MomjianRemove lock* GUC variables from postgresql.conf.
2003-05-28 Tom LaneFix things so that an error occuring during standalone...
2003-05-27 Bruce MomjianMake log_ GUC settings controllable only by super-users...
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-05-06 Tom LaneRestructure command destination handling so that we...
2003-05-02 Bruce MomjianSECOND ATTEMPT
2003-05-02 Bruce MomjianBack out second part of patch.
2003-05-02 Bruce MomjianBack out last commit --- wrong patch.
2003-04-25 Tom LaneIn the continuing saga of FE/BE protocol revisions...
next