aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc.c
Commit message (Expand)AuthorAge
* Vacuum delay activated by default.Jan Wieck2004-08-07
* Rename vacuum_cost_naptime to vacuum_cost_delay, with agreement from Jan.Bruce Momjian2004-08-06
* Create a built-in log rotation program, so that we no longer have toTom Lane2004-08-05
* Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane2004-07-28
* log_destination should only be PGC_SIGHUP, not PGC_POSTMASTER, as perTom Lane2004-07-24
* Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian2004-07-21
* lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian2004-07-21
* Here is another patch that fixes a stack of pg_dump bugs:Bruce Momjian2004-07-19
* XLOG file archiving and point-in-time recovery. There are still someTom Lane2004-07-19
* Fix library_path with canonicalization.Bruce Momjian2004-07-12
* Canonicalize preload_libraries after it is split up, not before.Bruce Momjian2004-07-12
* Cleanup for canonicalization fixes, from Tom.Bruce Momjian2004-07-11
* Remove postgresql.conf of 'info' as a valid client_min_messages level.Bruce Momjian2004-07-11
* Use canonicalize_path for -D, GUC paths, and paths coming in fromBruce Momjian2004-07-11
* Allow configuration files to be placed outside the data directory.Bruce Momjian2004-07-11
* Fix unchecked mallocs/strdups added by recent placeholder-config-varsTom Lane2004-07-05
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* >> It certainly doesn't. There still was a bug with the locale stuff,Bruce Momjian2004-06-11
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-29
* The patch adresses the TODO list item "Allow external interfaces toBruce Momjian2004-05-26
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-21
* Improve style of new log_statement_stats error message, per Peter.Bruce Momjian2004-05-08
* Remove crude test for log_statement_stats in startup code now that weBruce Momjian2004-05-07
* Throw error if log_statement_stats is used with confliction options forBruce Momjian2004-05-07
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-07
* Remove debug code that acidentally got into CVS from previous commit.Bruce Momjian2004-04-19
* Fix for BEGIN with ISOLATION/READONLY clauses.Bruce Momjian2004-04-19
* Push superuser check farther down in the if() statements to fix startupBruce Momjian2004-04-07
* > >>1. change the type of "log_statement" option from boolean to string,Bruce Momjian2004-04-07
* Remove 'syslog' GUC variable, and add more logical 'log_destination'Bruce Momjian2004-04-05
* Improve handling of GUC USERLIMIT variables by reorganizing code. Also,Bruce Momjian2004-04-05
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-01
* Improve comments on USERLIMIT GUC processing.Bruce Momjian2004-04-01
* Replace max_expr_depth parameter with a max_stack_depth parameter thatTom Lane2004-03-24
* Replace the virtual_host and tcpip_socket parameters with a unifiedTom Lane2004-03-23
* Adds DLLIMPORT modifier to check_function_bodiesBruce Momjian2004-03-22
* Remove GUC log_statement, log_pid, log_timestamp, log_source_port.Bruce Momjian2004-03-15
* Add:Bruce Momjian2004-03-09
* Do a direct probe during postmaster startup to determine the maximumTom Lane2004-02-23
* This patch brings up to date what I did last year (now unfortunatelyBruce Momjian2004-02-17
* Cost based vacuum delay feature.Jan Wieck2004-02-06
* Backing out the background writer sync() option.Jan Wieck2004-02-04
* Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane2004-02-03
* Adjust rename on Win32 to only link to temp name while holding lock,Bruce Momjian2004-02-02
* Micro-opt: replace calls likeNeil Conway2004-01-31
* Ensure that close() and fclose() are checked for errors, at least inTom Lane2004-01-26
* Added GUC variable bgwriter_flush_method controlling the actionJan Wieck2004-01-24
* Revise GEQO planner to make use of some heuristic knowledge about SQL, namelyTom Lane2004-01-23