| Commit message (Expand) | Author | Age |
* | Work around unportable behavior of malloc(0) and realloc(NULL, 0). | Tom Lane | 2012-10-02 |
* | Revert "commit_delay" change; just add comment that we don't have | Bruce Momjian | 2012-08-14 |
* | Add pg_settings units display for "commit_delay" (ms). | Bruce Momjian | 2012-08-14 |
* | Support having multiple Unix-domain sockets per postmaster. | Tom Lane | 2012-08-10 |
* | Assorted message style improvements | Peter Eisentraut | 2012-07-02 |
* | Add missing space in event_source GUC description. | Robert Haas | 2012-06-28 |
* | Tighten up includes in sinvaladt.h, twophase.h, proc.h | Alvaro Herrera | 2012-06-25 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Rename track_iotiming GUC to track_io_timing. | Tom Lane | 2012-04-29 |
* | Rename synchronous_commit='write' to 'remote_write'. | Robert Haas | 2012-04-14 |
* | New GUC, track_iotiming, to track I/O timings. | Robert Haas | 2012-03-27 |
* | backend: Fix minor memory leak in configuration file processing | Peter Eisentraut | 2012-03-16 |
* | Add const qualifiers where they are accidentally cast away | Peter Eisentraut | 2012-02-28 |
* | Add some enumeration commas, for consistency | Peter Eisentraut | 2012-02-24 |
* | Add parameters for controlling locations of server-side SSL files | Peter Eisentraut | 2012-02-22 |
* | Allow pg_basebackup from standby node with safety checking. | Simon Riggs | 2012-01-25 |
* | Add new replication mode synchronous_commit = 'write'. | Simon Riggs | 2012-01-24 |
* | Further doc cleanups from the pg_stat_activity changes | Magnus Hagander | 2012-01-20 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Revert removal of trace_userlocks, because userlocks aren't gone. | Robert Haas | 2011-11-10 |
* | Make event_source visible on all platforms | Magnus Hagander | 2011-10-25 |
* | Support configurable eventlog application names on Windows | Magnus Hagander | 2011-10-25 |
* | Support synchronization of snapshots through an export/import procedure. | Tom Lane | 2011-10-22 |
* | Remove all "traces" of trace_userlocks, because userlocks were removed | Bruce Momjian | 2011-10-13 |
* | Support index-only scans using the visibility map to avoid heap fetches. | Tom Lane | 2011-10-07 |
* | Improve and simplify CREATE EXTENSION's management of GUC variables. | Tom Lane | 2011-10-05 |
* | Improve define_custom_variable's handling of pre-existing settings. | Tom Lane | 2011-10-04 |
* | Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission files. | Tom Lane | 2011-10-04 |
* | Remember the source GucContext for each GUC parameter. | Tom Lane | 2011-10-04 |
* | Remove the custom_variable_classes parameter. | Tom Lane | 2011-10-04 |
* | Restructure error handling in reading of postgresql.conf. | Tom Lane | 2011-10-02 |
* | Simplify handling of the timezone GUC by making initdb choose the default. | Tom Lane | 2011-09-09 |
* | Remove wal_sender_delay GUC, because it's no longer useful. | Tom Lane | 2011-08-10 |
* | Introduce sending servers as new category for replication params | Simon Riggs | 2011-07-19 |
* | Add temp_file_limit GUC parameter to constrain temporary file space usage. | Tom Lane | 2011-07-17 |
* | Replace errdetail("%s", ...) with errdetail_internal("%s", ...). | Tom Lane | 2011-07-16 |
* | Fix another oversight in logging of changes in postgresql.conf settings. | Tom Lane | 2011-07-08 |
* | Reclassify replication-related GUC variables as "master" and "standby". | Tom Lane | 2011-07-07 |
* | Message style tweaks | Peter Eisentraut | 2011-07-05 |
* | Remove silent_mode. You get the same functionality with "pg_ctl -l | Heikki Linnakangas | 2011-07-04 |
* | Make deadlock_timeout PGC_SUSET rather than PGC_SIGHUP. | Robert Haas | 2011-06-21 |
* | Message style and spelling improvements | Peter Eisentraut | 2011-06-22 |
* | Split PGC_S_DEFAULT into two values, for true boot_val vs computed default. | Tom Lane | 2011-05-11 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Revise the API for GUC variable assign hooks. | Tom Lane | 2011-04-07 |
* | Avoid assuming there will be only 3 states for synchronous_commit. | Simon Riggs | 2011-04-04 |
* | Merge synchronous_replication setting into synchronous_commit. | Robert Haas | 2011-04-04 |
* | Automatically terminate replication connections that are idle for more | Heikki Linnakangas | 2011-03-30 |
* | Raise maximum value of several timeout parameters | Peter Eisentraut | 2011-03-17 |
* | More synchronous replication tweaks. | Robert Haas | 2011-03-10 |