| Commit message (Expand) | Author | Age |
* | Code cleanup for assign_transaction_read_only. | Robert Haas | 2011-01-22 |
* | Allow the wal_buffers setting to be auto-tuned to a reasonable value. | Tom Lane | 2011-01-22 |
* | Code cleanup for assign_XactIsoLevel. | Robert Haas | 2011-01-21 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Make GUC variables for syslog and SSL always visible | Magnus Hagander | 2010-12-18 |
* | Force default wal_sync_method to be fdatasync on Linux. | Tom Lane | 2010-12-08 |
* | Optimize commit_siblings in two ways to improve group commit. | Simon Riggs | 2010-12-08 |
* | Use GUC lexer for recovery.conf parsing. | Robert Haas | 2010-12-03 |
* | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 |
* | Remove GucContext parameter from ParseConfigFile | Alvaro Herrera | 2010-11-22 |
* | Make get_stack_depth_rlimit() handle RLIM_INFINITY more sanely. | Tom Lane | 2010-11-06 |
* | Refactor typenameTypeId() | Peter Eisentraut | 2010-10-25 |
* | Single-word clarification in postgresql.conf log_truncate_on_rotation | Bruce Momjian | 2010-10-08 |
* | Add "(change requires restart)" note to some postgresql.conf parameters. | Robert Haas | 2010-09-27 |
* | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander | 2010-09-22 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Pad the ps_status display with nulls, not blanks, on Darwin. | Tom Lane | 2010-09-04 |
* | Bring some sanity to the trace_recovery_messages code and docs. | Tom Lane | 2010-08-19 |
* | Include the backend ID in the relpath of temporary relations. | Robert Haas | 2010-08-13 |
* | Add a comment about the initial default value of max_stack_depth. | Tom Lane | 2010-08-06 |
* | Rewrite the rbtree routines so that an RBNode is the first field of the | Tom Lane | 2010-08-01 |
* | In postgresql.conf.sample, use on/off rather than true/false. | Robert Haas | 2010-07-27 |
* | Add options to force quoting of all identifiers. | Robert Haas | 2010-07-22 |
* | Add restart_after_crash GUC. | Robert Haas | 2010-07-20 |
* | Change the default value of standard_conforming_strings to on. | Robert Haas | 2010-07-20 |
* | Add a log_file_mode GUC that allows control of the file permissions set on | Tom Lane | 2010-07-16 |
* | Make log_temp_files based on kB, and revert docs & comments to match. | Robert Haas | 2010-07-06 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 |
* | Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not sensible | Tom Lane | 2010-07-03 |
* | Replace max_standby_delay with two parameters, max_standby_archive_delay and | Tom Lane | 2010-07-03 |
* | Fix log_temp_files docs and comments to say bytes not kilobytes. | Simon Riggs | 2010-06-25 |
* | Clean up some randomness associated with trace_recovery_messages: don't | Tom Lane | 2010-06-17 |
* | Add new GUC categories corresponding to sections in docs, and move | Itagaki Takahiro | 2010-06-15 |
* | Change ps_status.c to explicitly track the current logical length of ps_buffer. | Tom Lane | 2010-05-27 |
* | Clean up some awkward, inaccurate, and inefficient processing around | Tom Lane | 2010-05-02 |
* | Rename the parameter recovery_connections to hot_standby, to reduce possible | Tom Lane | 2010-04-29 |
* | Introduce wal_level GUC to explicitly control if information needed for | Heikki Linnakangas | 2010-04-28 |
* | Fix message punctuation | Peter Eisentraut | 2010-04-22 |
* | Enforce superuser permissions checks during ALTER ROLE/DATABASE SET, rather | Tom Lane | 2010-04-21 |
* | Rename standby_keep_segments to wal_keep_segments. | Robert Haas | 2010-04-20 |
* | Add an 'enable_material' GUC. | Robert Haas | 2010-04-19 |
* | Change the logic to decide when to delete old WAL segments, so that it | Heikki Linnakangas | 2010-04-12 |
* | Refer to max_wal_senders in a more consistent fashion. | Robert Haas | 2010-04-01 |
* | Add comma missing from postgresql.conf comment. | Bruce Momjian | 2010-03-30 |
* | Prevent ALTER USER f RESET ALL from removing the settings that were put there | Alvaro Herrera | 2010-03-25 |
* | Document in postgresql.conf that the max_standby_delay default is 30 | Bruce Momjian | 2010-03-24 |
* | Message tuning | Peter Eisentraut | 2010-03-21 |
* | Add vacuum_defer_cleanup_age to postgresql.conf.sample. | Simon Riggs | 2010-03-18 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Add configuration parameter ssl_renegotiation_limit to control | Magnus Hagander | 2010-02-25 |