aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
Commit message (Expand)AuthorAge
* Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane2006-05-21
* Fix misspelling of 'listen_addresses', per Devrim.Tom Lane2005-11-09
* Change Win32 O_SYNC method to O_DSYNC because that is what the methodBruce Momjian2005-03-24
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-05
* Allow background writing to be shut down by setting limit values to zero.Tom Lane2004-10-17
* Adjust configuration-files GUC behavior as per my recent proposal.Tom Lane2004-10-09
* Whack some sense into the configuration-file-location patch.Tom Lane2004-10-08
* Adjust obsolete comment about memory needs for lock table.Tom Lane2004-09-28
* This patch from Alvaro Herrera adds transaction ID to the list ofNeil Conway2004-09-22
* Documentation improvements, per Josh Berkus.Tom Lane2004-09-20
* Replace log_filename_prefix with more general log_filename parameter,Tom Lane2004-08-31
* Cleanup Win32 COPY handling, and move archive examples to SGML.Bruce Momjian2004-08-12
* Add make_native_path() because Win32 COPY is an internal CMD.EXE commandBruce Momjian2004-08-12
* Document background writer control parameters, do some editorial workTom Lane2004-08-08
* Disable vacuum delay, as discussed on hackers.Bruce Momjian2004-08-08
* Vacuum delay activated by default.Jan Wieck2004-08-07
* Document delay as 0, per Matthew T. O'ConnorBruce Momjian2004-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
* 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
* XLOG file archiving and point-in-time recovery. There are still someTom Lane2004-07-19
* Remove postgresql.conf of 'info' as a valid client_min_messages level.Bruce Momjian2004-07-11
* Allow configuration files to be placed outside the data directory.Bruce Momjian2004-07-11
* > >>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
* Replace max_expr_depth parameter with a max_stack_depth parameter thatTom Lane2004-03-24
* Fix some whitespace formatting, and remove an overly-verboseNeil Conway2004-03-24
* Replace the virtual_host and tcpip_socket parameters with a unifiedTom Lane2004-03-23
* Remove GUC log_statement, log_pid, log_timestamp, log_source_port.Bruce Momjian2004-03-15
* Add:Bruce Momjian2004-03-09
* This patch brings up to date what I did last year (now unfortunatelyBruce Momjian2004-02-17
* Change may -> might, and remove an extra tab.Bruce Momjian2004-02-16
* 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
* 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
* Repair error apparently introduced in the initial coding of GUC: theTom Lane2004-01-21
* This patch adds a new GUC var, "default_with_oids", which follows theBruce Momjian2003-12-01
* Background writer processJan Wieck2003-11-19
* Changed parameter name for shared cache status report interval toJan Wieck2003-11-16
* 2nd try for the ARC strategy.Jan Wieck2003-11-13
* ARC strategy backed out ... sorryJan Wieck2003-11-13
* Replacement of the buffer replacement strategy with an ARCJan Wieck2003-11-13
* Have log_min_duration_statement = 0 always print duration/statement.Bruce Momjian2003-10-08
* Add GUC parameter check_function_bodies to control whether validationTom Lane2003-10-03
* Remove geqo_random_seed parameter. Having geqo reset the global random()Tom Lane2003-09-07
* Mop-up for previous change to determine default shared_buffers andTom Lane2003-08-26
* (I always forget what the magic numbers 0 through 2 means for theBruce Momjian2003-08-17