| Commit message (Expand) | Author | Age |
* | Add a new GUC parameter backslash_quote, which determines whether the SQL | Tom Lane | 2006-05-21 |
* | Fix misspelling of 'listen_addresses', per Devrim. | Tom Lane | 2005-11-09 |
* | Change Win32 O_SYNC method to O_DSYNC because that is what the method | Bruce Momjian | 2005-03-24 |
* | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane | 2004-11-05 |
* | Allow background writing to be shut down by setting limit values to zero. | Tom Lane | 2004-10-17 |
* | Adjust configuration-files GUC behavior as per my recent proposal. | Tom Lane | 2004-10-09 |
* | Whack some sense into the configuration-file-location patch. | Tom Lane | 2004-10-08 |
* | Adjust obsolete comment about memory needs for lock table. | Tom Lane | 2004-09-28 |
* | This patch from Alvaro Herrera adds transaction ID to the list of | Neil Conway | 2004-09-22 |
* | Documentation improvements, per Josh Berkus. | Tom Lane | 2004-09-20 |
* | Replace log_filename_prefix with more general log_filename parameter, | Tom Lane | 2004-08-31 |
* | Cleanup Win32 COPY handling, and move archive examples to SGML. | Bruce Momjian | 2004-08-12 |
* | Add make_native_path() because Win32 COPY is an internal CMD.EXE command | Bruce Momjian | 2004-08-12 |
* | Document background writer control parameters, do some editorial work | Tom Lane | 2004-08-08 |
* | Disable vacuum delay, as discussed on hackers. | Bruce Momjian | 2004-08-08 |
* | Vacuum delay activated by default. | Jan Wieck | 2004-08-07 |
* | Document delay as 0, per Matthew T. O'Connor | Bruce Momjian | 2004-08-07 |
* | Rename vacuum_cost_naptime to vacuum_cost_delay, with agreement from Jan. | Bruce Momjian | 2004-08-06 |
* | Create a built-in log rotation program, so that we no longer have to | Tom Lane | 2004-08-05 |
* | Back out pg_autovacuum commit after cvs clean failure causes commit. | Bruce Momjian | 2004-07-21 |
* | lease find enclosed a patch that matches the PL/Perl documentation | Bruce Momjian | 2004-07-21 |
* | XLOG file archiving and point-in-time recovery. There are still some | Tom Lane | 2004-07-19 |
* | Remove postgresql.conf of 'info' as a valid client_min_messages level. | Bruce Momjian | 2004-07-11 |
* | Allow configuration files to be placed outside the data directory. | Bruce Momjian | 2004-07-11 |
* | > >>1. change the type of "log_statement" option from boolean to string, | Bruce Momjian | 2004-04-07 |
* | Remove 'syslog' GUC variable, and add more logical 'log_destination' | Bruce Momjian | 2004-04-05 |
* | Replace max_expr_depth parameter with a max_stack_depth parameter that | Tom Lane | 2004-03-24 |
* | Fix some whitespace formatting, and remove an overly-verbose | Neil Conway | 2004-03-24 |
* | Replace the virtual_host and tcpip_socket parameters with a unified | Tom Lane | 2004-03-23 |
* | Remove GUC log_statement, log_pid, log_timestamp, log_source_port. | Bruce Momjian | 2004-03-15 |
* | Add: | Bruce Momjian | 2004-03-09 |
* | This patch brings up to date what I did last year (now unfortunately | Bruce Momjian | 2004-02-17 |
* | Change may -> might, and remove an extra tab. | Bruce Momjian | 2004-02-16 |
* | Cost based vacuum delay feature. | Jan Wieck | 2004-02-06 |
* | Backing out the background writer sync() option. | Jan Wieck | 2004-02-04 |
* | Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. | Tom Lane | 2004-02-03 |
* | Added GUC variable bgwriter_flush_method controlling the action | Jan Wieck | 2004-01-24 |
* | Revise GEQO planner to make use of some heuristic knowledge about SQL, namely | Tom Lane | 2004-01-23 |
* | Repair error apparently introduced in the initial coding of GUC: the | Tom Lane | 2004-01-21 |
* | This patch adds a new GUC var, "default_with_oids", which follows the | Bruce Momjian | 2003-12-01 |
* | Background writer process | Jan Wieck | 2003-11-19 |
* | Changed parameter name for shared cache status report interval to | Jan Wieck | 2003-11-16 |
* | 2nd try for the ARC strategy. | Jan Wieck | 2003-11-13 |
* | ARC strategy backed out ... sorry | Jan Wieck | 2003-11-13 |
* | Replacement of the buffer replacement strategy with an ARC | Jan Wieck | 2003-11-13 |
* | Have log_min_duration_statement = 0 always print duration/statement. | Bruce Momjian | 2003-10-08 |
* | Add GUC parameter check_function_bodies to control whether validation | Tom Lane | 2003-10-03 |
* | Remove geqo_random_seed parameter. Having geqo reset the global random() | Tom Lane | 2003-09-07 |
* | Mop-up for previous change to determine default shared_buffers and | Tom Lane | 2003-08-26 |
* | (I always forget what the magic numbers 0 through 2 means for the | Bruce Momjian | 2003-08-17 |