summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
Commit message (Expand)AuthorAgeFilesLines
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-051-0/+1
* Allow background writing to be shut down by setting limit values to zero.Tom Lane2004-10-171-3/+3
* Adjust configuration-files GUC behavior as per my recent proposal.Tom Lane2004-10-091-6/+6
* Whack some sense into the configuration-file-location patch.Tom Lane2004-10-081-5/+9
* Adjust obsolete comment about memory needs for lock table.Tom Lane2004-09-281-1/+1
* This patch from Alvaro Herrera adds transaction ID to the list ofNeil Conway2004-09-221-2/+2
* Documentation improvements, per Josh Berkus.Tom Lane2004-09-201-1/+5
* Replace log_filename_prefix with more general log_filename parameter,Tom Lane2004-08-311-2/+10
* Cleanup Win32 COPY handling, and move archive examples to SGML.Bruce Momjian2004-08-121-10/+0
* Add make_native_path() because Win32 COPY is an internal CMD.EXE commandBruce Momjian2004-08-121-6/+10
* Document background writer control parameters, do some editorial workTom Lane2004-08-081-16/+17
* Disable vacuum delay, as discussed on hackers.Bruce Momjian2004-08-081-1/+1
* Vacuum delay activated by default.Jan Wieck2004-08-071-1/+1
* Document delay as 0, per Matthew T. O'ConnorBruce Momjian2004-08-071-1/+1
* Rename vacuum_cost_naptime to vacuum_cost_delay, with agreement from Jan.Bruce Momjian2004-08-061-1/+1
* Create a built-in log rotation program, so that we no longer have toTom Lane2004-08-051-0/+14
* Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian2004-07-211-10/+0
* lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian2004-07-211-0/+10
* XLOG file archiving and point-in-time recovery. There are still someTom Lane2004-07-191-0/+10
* Remove postgresql.conf of 'info' as a valid client_min_messages level.Bruce Momjian2004-07-111-1/+1
* Allow configuration files to be placed outside the data directory.Bruce Momjian2004-07-111-0/+10
* > >>1. change the type of "log_statement" option from boolean to string,Bruce Momjian2004-04-071-1/+1
* Remove 'syslog' GUC variable, and add more logical 'log_destination'Bruce Momjian2004-04-051-2/+4
* Replace max_expr_depth parameter with a max_stack_depth parameter thatTom Lane2004-03-241-2/+3
* Fix some whitespace formatting, and remove an overly-verboseNeil Conway2004-03-241-6/+3
* Replace the virtual_host and tcpip_socket parameters with a unifiedTom Lane2004-03-231-3/+3
* Remove GUC log_statement, log_pid, log_timestamp, log_source_port.Bruce Momjian2004-03-151-3/+0
* Add:Bruce Momjian2004-03-091-0/+8
* This patch brings up to date what I did last year (now unfortunatelyBruce Momjian2004-02-171-0/+1
* Change may -> might, and remove an extra tab.Bruce Momjian2004-02-161-2/+2
* Cost based vacuum delay feature.Jan Wieck2004-02-061-0/+6
* Backing out the background writer sync() option.Jan Wieck2004-02-041-3/+0
* Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane2004-02-031-2/+2
* Added GUC variable bgwriter_flush_method controlling the actionJan Wieck2004-01-241-0/+3
* Revise GEQO planner to make use of some heuristic knowledge about SQL, namelyTom Lane2004-01-231-5/+4
* Repair error apparently introduced in the initial coding of GUC: theTom Lane2004-01-211-2/+2
* This patch adds a new GUC var, "default_with_oids", which follows theBruce Momjian2003-12-011-1/+2
* Background writer processJan Wieck2003-11-191-0/+5
* Changed parameter name for shared cache status report interval toJan Wieck2003-11-161-1/+1
* 2nd try for the ARC strategy.Jan Wieck2003-11-131-0/+1
* ARC strategy backed out ... sorryJan Wieck2003-11-131-1/+0
* Replacement of the buffer replacement strategy with an ARCJan Wieck2003-11-131-0/+1
* Have log_min_duration_statement = 0 always print duration/statement.Bruce Momjian2003-10-081-2/+3
* Add GUC parameter check_function_bodies to control whether validationTom Lane2003-10-031-0/+1
* Remove geqo_random_seed parameter. Having geqo reset the global random()Tom Lane2003-09-071-1/+0
* Mop-up for previous change to determine default shared_buffers andTom Lane2003-08-261-2/+2
* (I always forget what the magic numbers 0 through 2 means for theBruce Momjian2003-08-171-2/+2
* Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane2003-07-291-1/+1
* Add GUC parameter to control rendezvous name.Bruce Momjian2003-07-221-0/+1
* Add cleaner formatting to config file.Bruce Momjian2003-07-181-38/+50