Commit Graph

271 Commits (f1325ce213ae1843d2ee636ff6780c3f8ac9ada6)

Author SHA1 Message Date
Bruce Momjian deb15b55b1 Document delay as 0, per Matthew T. O'Connor 21 years ago
Bruce Momjian 0307c09cf5 Rename vacuum_cost_naptime to vacuum_cost_delay, with agreement from Jan. 21 years ago
Tom Lane bdf8ef6925 Create a built-in log rotation program, so that we no longer have to 21 years ago
Bruce Momjian 7a55ba7615 Back out pg_autovacuum commit after cvs clean failure causes commit. 21 years ago
Bruce Momjian 8dec0c1bf2 lease find enclosed a patch that matches the PL/Perl documentation 21 years ago
Tom Lane 66ec2db728 XLOG file archiving and point-in-time recovery. There are still some 21 years ago
Bruce Momjian 5ff9566686 Remove postgresql.conf of 'info' as a valid client_min_messages level. 21 years ago
Bruce Momjian 130f89e93f Allow configuration files to be placed outside the data directory. 21 years ago
Bruce Momjian 6a25c6e1d1 > >>1. change the type of "log_statement" option from boolean to string, 22 years ago
Bruce Momjian 6165bbab8c Remove 'syslog' GUC variable, and add more logical 'log_destination' 22 years ago
Tom Lane 8899a2aba9 Replace max_expr_depth parameter with a max_stack_depth parameter that 22 years ago
Neil Conway 017e3e244a Fix some whitespace formatting, and remove an overly-verbose 22 years ago
Tom Lane 2e45c143ef Replace the virtual_host and tcpip_socket parameters with a unified 22 years ago
Bruce Momjian d6b57925ca Remove GUC log_statement, log_pid, log_timestamp, log_source_port. 22 years ago
Bruce Momjian 2d3fe86bc4 Add: 22 years ago
Bruce Momjian c53611e3e7 This patch brings up to date what I did last year (now unfortunately 22 years ago
Bruce Momjian d372bba02d Change may -> might, and remove an extra tab. 22 years ago
Jan Wieck f425b605f4 Cost based vacuum delay feature. 22 years ago
Jan Wieck 8d09e25693 Backing out the background writer sync() option. 22 years ago
Tom Lane 391c3811a2 Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. 22 years ago
Jan Wieck d77b63b17c Added GUC variable bgwriter_flush_method controlling the action 22 years ago
Tom Lane 3969f2924b Revise GEQO planner to make use of some heuristic knowledge about SQL, namely 22 years ago
Tom Lane 672a807028 Repair error apparently introduced in the initial coding of GUC: the 22 years ago
Bruce Momjian 7ce9b7c0d8 This patch adds a new GUC var, "default_with_oids", which follows the 22 years ago
Jan Wieck cfeca62148 Background writer process 22 years ago
Jan Wieck 1f45555892 Changed parameter name for shared cache status report interval to 22 years ago
Jan Wieck 6b86d62b00 2nd try for the ARC strategy. 22 years ago
Jan Wieck 923e994d79 ARC strategy backed out ... sorry 22 years ago
Jan Wieck 48adc0b34b Replacement of the buffer replacement strategy with an ARC 22 years ago
Bruce Momjian b8382c2688 Have log_min_duration_statement = 0 always print duration/statement. 22 years ago
Tom Lane 15c194c1d5 Add GUC parameter check_function_bodies to control whether validation 22 years ago
Tom Lane 48beecda7c Remove geqo_random_seed parameter. Having geqo reset the global random() 22 years ago
Tom Lane f63cbccac7 Mop-up for previous change to determine default shared_buffers and 22 years ago
Bruce Momjian d4be99f63d (I always forget what the magic numbers 0 through 2 means for the 22 years ago
Tom Lane 9c2a7c2269 Apply (a somewhat revised version of) Greg Mullane's patch to eliminate 22 years ago
Bruce Momjian a0cc9f3cb9 Add GUC parameter to control rendezvous name. 22 years ago
Bruce Momjian 44f665bf40 Add cleaner formatting to config file. 22 years ago
Tom Lane de98a7e23a The default values for shared_buffers and max_connections are now 1000 23 years ago
Tom Lane b700a672fe Add --help-config facility to dump information about GUC parameters 23 years ago
Tom Lane 219e29784d Add GUC option log_error_verbosity to control which fields of error 23 years ago
Bruce Momjian 240dc5cddc Add add_missing_from GUC variable. 23 years ago
Bruce Momjian b952d61c54 Add log_min_duration_statement. 23 years ago
Bruce Momjian b83f711dec Remove lock* GUC variables from postgresql.conf. 23 years ago
Tom Lane f85f43dfb5 Backend support for autocommit removed, per recent discussions. The 23 years ago
Tom Lane 3df163ad89 Add more documentation about shared memory costs. 23 years ago
Tom Lane a385186ff7 Remove zero_damaged_pages from postgresql.conf.sample; the only way to 23 years ago
Bruce Momjian 5e1c330227 Properly document default value of log_min_error_statement in postgresql.conf. 23 years ago
Tom Lane fd42262836 Add code to apply some simple sanity checks to the header fields of a 23 years ago
Bruce Momjian 346182ca92 Add comment to postgresql.conf: 23 years ago
Bruce Momjian 15ce2d2e4a > I can see a couple possible downsides: (a) the library might have some 23 years ago