| Commit message (Expand) | Author | Age |
* | 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 |
* | Adjust rename on Win32 to only link to temp name while holding lock, | Bruce Momjian | 2004-02-02 |
* | Micro-opt: replace calls like | Neil Conway | 2004-01-31 |
* | Ensure that close() and fclose() are checked for errors, at least in | Tom Lane | 2004-01-26 |
* | 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 |
* | Remove ExpandDatabasePath(), which is unused and must have been so since | Tom Lane | 2004-01-22 |
* | Repair error apparently introduced in the initial coding of GUC: the | Tom Lane | 2004-01-21 |
* | Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path | Tom Lane | 2004-01-19 |
* | Make the 'wal_debug' GUC variable a boolean (rather than an integer), and | Neil Conway | 2004-01-06 |
* | Added new group of read-only GUC variables to allow simple access | Joe Conway | 2003-12-03 |
* | This patch adds a new GUC var, "default_with_oids", which follows the | Bruce Momjian | 2003-12-01 |
* | Seems there are three GUC variables that are defined as "Shows ..." | Bruce Momjian | 2003-12-01 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | 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 |
* | Fix process-status handling for OS X 10.3. | Tom Lane | 2003-11-08 |
* | zero_damaged_pages must absolutely NOT be marked GUC_DISALLOW_IN_FILE, | Tom Lane | 2003-11-07 |
* | Implement isolation levels read uncommitted and repeatable read as acting | Peter Eisentraut | 2003-11-06 |
* | Cleanup on --help-config: Now called --describe-config, no further options, | Peter Eisentraut | 2003-10-18 |
* | 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 |
* | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut | 2003-09-29 |
* | You can't NLS-enable a program component by just putting gettext() around | Peter Eisentraut | 2003-09-27 |
* | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut | 2003-09-26 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Improve a couple of error messages per suggestions from Alvaro Herrera. | Tom Lane | 2003-09-15 |
* | Consistenly lowercase GUC variable names, in docs and error messages. | Bruce Momjian | 2003-09-11 |
* | Remove geqo_random_seed parameter. Having geqo reset the global random() | Tom Lane | 2003-09-07 |
* | Allow non-super users to set log_duration to true, then false, when the | Bruce Momjian | 2003-09-04 |
* | Pass session_authorization to the client and make psql update its prompt | Peter Eisentraut | 2003-09-03 |
* | Do not pass server_encoding to the client. | Peter Eisentraut | 2003-09-01 |
* | Rename DoIt to changeVar, for clarity. | Bruce Momjian | 2003-09-01 |
* | Mop-up for previous change to determine default shared_buffers and | Tom Lane | 2003-08-26 |
* | Somebody forgot to include any actual documentation for ADD_MISSING_FROM. | Tom Lane | 2003-08-17 |
* | (I always forget what the magic numbers 0 through 2 means for the | Bruce Momjian | 2003-08-17 |
* | Rewriter and planner should use only resno, not resname, to identify | Tom Lane | 2003-08-11 |
* | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 |
* | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | 2003-08-04 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Fix my own mistake in GUC variable annotation. | Tom Lane | 2003-08-01 |
* | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 |
* | Apply (a somewhat revised version of) Greg Mullane's patch to eliminate | Tom Lane | 2003-07-29 |
* | Code review for recent GUC changes --- try to make it less obvious that | Tom Lane | 2003-07-28 |