| Commit message (Expand) | Author | Age |
* | Fix LOCK_DEBUG compilation in the 8.2 branch; HEAD was fixed earlier. | Neil Conway | 2007-04-23 |
* | Spelling fix | Peter Eisentraut | 2006-11-29 |
* | Change the default setting for log_min_error_statement to ERROR. Per | Tom Lane | 2006-11-21 |
* | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 |
* | Clean up local redeclarations of variables with DLLIMPORT, per report | Tom Lane | 2006-10-19 |
* | On platforms that have getrlimit(RLIMIT_STACK), use it to ensure that | Tom Lane | 2006-10-07 |
* | Message style improvements | Peter Eisentraut | 2006-10-06 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | The attached patch changes units of the some default values in | Bruce Momjian | 2006-10-03 |
* | Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only | Tom Lane | 2006-09-22 |
* | Add units to the default postgresql.conf. For the most part, this should | Peter Eisentraut | 2006-09-22 |
* | Make autovacuum behavior more agressive, per discussion on hackers list | Bruce Momjian | 2006-09-02 |
* | Change "superuser_reserved_connections" default to 3, because of | Bruce Momjian | 2006-09-02 |
* | Remove GUC_REPORT for new "server_version_num" GUC variable. Added | Bruce Momjian | 2006-09-02 |
* | Add new variable "server_version_num", which is almost the same as | Bruce Momjian | 2006-09-02 |
* | Repair interpretation of GB as MB. | Peter Eisentraut | 2006-08-31 |
* | Revert change to turn autovacuum on by default. | Peter Eisentraut | 2006-08-29 |
* | Turn autovacuum on by default. (stats_row_level is also on by default.) | Peter Eisentraut | 2006-08-28 |
* | Implement archive_timeout feature to force xlog file switches to occur no more | Tom Lane | 2006-08-17 |
* | Add server support for "plugin" libraries that can be used for add-on tasks | Tom Lane | 2006-08-15 |
* | Revert (again) GUC patch to return commented fields to their default | Bruce Momjian | 2006-08-14 |
* | Fix recent guc comment-to-default patch for custom variables. | Bruce Momjian | 2006-08-13 |
* | Recommit patch to allow commented GUC variables to return to their | Bruce Momjian | 2006-08-13 |
* | Re-apply guc cleanup patch, with memory allocation bugs fixed. | Bruce Momjian | 2006-08-13 |
* | Back out patch to reorganize guc processing. Was causing regression | Bruce Momjian | 2006-08-12 |
* | Back out patch that allowed commented guc variables to return to their | Bruce Momjian | 2006-08-12 |
* | Allow commenting of variables in postgresql.conf to restore them to | Bruce Momjian | 2006-08-11 |
* | Refactor GUC set_config_option function: | Bruce Momjian | 2006-08-11 |
* | Adjust initialization sequence for timezone_abbreviations so that | Tom Lane | 2006-07-29 |
* | Allow units to be specified with configuration settings. | Peter Eisentraut | 2006-07-27 |
* | When a GUC string variable is not set, print the empty string (in SHOW etc.), | Peter Eisentraut | 2006-07-26 |
* | Convert effective_cache_size to an integer, for better integration with | Peter Eisentraut | 2006-07-26 |
* | Remove hard-wired lists of timezone abbreviations in favor of providing | Tom Lane | 2006-07-25 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Alphabetically order reference to include files, "G" - "M". | Bruce Momjian | 2006-07-11 |
* | Remove embedded newline in string literal --- seems to make newer gcc | Tom Lane | 2006-06-27 |
* | Add GUC update_process_title to control whether 'ps' display is updated | Bruce Momjian | 2006-06-27 |
* | Default stats_command_string to 'on', now that its overhead is minimal. | Bruce Momjian | 2006-06-27 |
* | Take the statistics collector out of the loop for monitoring backends' | Tom Lane | 2006-06-19 |
* | Add a GUC parameter seq_page_cost, and use that everywhere we formerly | Tom Lane | 2006-06-05 |
* | Add a new GUC parameter backslash_quote, which determines whether the SQL | Tom Lane | 2006-05-21 |
* | Code review for standard_conforming_strings patch. Fix it so it does not | Tom Lane | 2006-05-11 |
* | GIN: Generalized Inverted iNdex. | Teodor Sigaev | 2006-05-02 |
* | Back out RESET CONNECTION until there is more discussion. | Bruce Momjian | 2006-04-25 |
* | Add RESET CONNECTION, to reset all aspects of a session. | Bruce Momjian | 2006-04-25 |
* | Suppress unused-variable warning on platforms without HAVE_SYSLOG. | Tom Lane | 2006-04-10 |
* | Properly set "escape_string_warning" to default to true. | Bruce Momjian | 2006-03-07 |
* | Enable standard_conforming_strings to be turned on. | Bruce Momjian | 2006-03-06 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |