| Commit message (Expand) | Author | Age |
* | Add vacuum_defer_cleanup_age to postgresql.conf.sample. | Simon Riggs | 2010-03-18 |
* | Add configuration parameter ssl_renegotiation_limit to control | Magnus Hagander | 2010-02-25 |
* | Move log_error_verbosity GUC setting to "What to log" section, and | Bruce Momjian | 2010-02-16 |
* | Revoke augmentation of WAL records for btree delete, per discussion. | Simon Riggs | 2010-02-01 |
* | Augment WAL records for btree delete with GetOldestXmin() to reduce | Simon Riggs | 2010-01-29 |
* | Remove the default_do_language parameter, instead making DO use a hardwired | Tom Lane | 2010-01-26 |
* | Introduce Streaming Replication. | Heikki Linnakangas | 2010-01-15 |
* | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 |
* | Add large object access control. | Itagaki Takahiro | 2009-12-11 |
* | Add support for an application_name parameter, which is displayed in | Tom Lane | 2009-11-28 |
* | Remove regex_flavor GUC, so that regular expressions are always "advanced" | Tom Lane | 2009-10-21 |
* | Remove add_missing_from GUC and associated parser support for "implicit RTEs". | Tom Lane | 2009-10-21 |
* | Implement the DO statement to support execution of PL code without having | Tom Lane | 2009-09-22 |
* | Increase the maximum value of extra_float_digits to 3, and have pg_dump | Tom Lane | 2009-09-11 |
* | Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabled | Tom Lane | 2009-09-08 |
* | Try to make silent_mode behave somewhat reasonably. | Tom Lane | 2009-08-24 |
* | Support hex-string input and output for type BYTEA. | Tom Lane | 2009-08-04 |
* | Make GEQO's planning deterministic by having it start from a predictable | Tom Lane | 2009-07-16 |
* | Add log_line_prefix placeholder %e to contain the current SQL state | Peter Eisentraut | 2009-07-03 |
* | Change the default value of max_prepared_transactions to zero, and add | Tom Lane | 2009-04-23 |
* | More GUC units doc updates. | Bruce Momjian | 2009-04-07 |
* | Add unit documentation for various postgresql.conf settings. | Bruce Momjian | 2009-04-06 |
* | Properly align equals signs in new postgresql.conf units comments. | Bruce Momjian | 2009-04-06 |
* | Document in postgresql.conf that the default units for | Bruce Momjian | 2009-04-06 |
* | Display postgresql.conf unit options in an easier-to-understand, | Bruce Momjian | 2009-04-06 |
* | Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delay | Tom Lane | 2009-02-28 |
* | Add vacuum_freeze_table_age GUC option, to control when VACUUM should | Heikki Linnakangas | 2009-01-16 |
* | Implement prefetching via posix_fadvise() for bitmap index scans. A new | Tom Lane | 2009-01-12 |
* | Make krb_realm and krb_server_hostname be pg_hba options only, and remove | Magnus Hagander | 2009-01-09 |
* | Create a third option named "partition" for constraint_exclusion, and make it | Tom Lane | 2009-01-07 |
* | Remove comments that say restart is required for changing of Kerberos | Magnus Hagander | 2009-01-02 |
* | Increase the default value of default_statistics_target from 10 to 100, | Tom Lane | 2008-12-13 |
* | Add a new GUC variable called "IntervalStyle" that decouples interval output | Tom Lane | 2008-11-09 |
* | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas | 2008-09-30 |
* | Cause the output from debug_print_parse, debug_print_rewritten, and | Tom Lane | 2008-08-19 |
* | Make the temporary directory for pgstat files configurable by the GUC | Magnus Hagander | 2008-08-15 |
* | Turn PGBE_ACTIVITY_SIZE into a GUC variable, track_activity_query_size. | Heikki Linnakangas | 2008-06-30 |
* | Fix spelling mistake in postgresql.conf. | Bruce Momjian | 2008-06-11 |
* | Add support for tracking call counts and elapsed runtime for user-defined | Tom Lane | 2008-05-15 |
* | Allow the planner's estimate of the fraction of a cursor's rows that will be | Tom Lane | 2008-05-02 |
* | Cause EXPLAIN's VERBOSE option to print the target list (output column list) | Tom Lane | 2008-04-18 |
* | Increase the default value of log_min_messages to WARNING, so that | Tom Lane | 2008-03-10 |
* | Remove postmaster.c's check that NBuffers is at least twice MaxBackends. | Tom Lane | 2008-03-09 |
* | Add a GUC variable "synchronize_seqscans" to allow clients to disable the new | Tom Lane | 2008-01-30 |
* | Minor editorial improvements in documentation of session_replication_role; | Tom Lane | 2008-01-27 |
* | vacuum_cost_limit has a minimum value of 1, not zero; update | Bruce Momjian | 2008-01-10 |
* | Realign the running text in this file to 79 characters wide. Some other | Peter Eisentraut | 2007-12-07 |
* | Add parameter krb_realm used by GSSAPI, SSPI and Kerberos | Magnus Hagander | 2007-11-09 |
* | Minor improvements in backup and recovery: | Tom Lane | 2007-09-26 |
* | Just-in-time background writing strategy. This code avoids re-scanning | Tom Lane | 2007-09-25 |