| Commit message (Expand) | Author | Age |
* | Remove tabs after spaces in C comments | Bruce Momjian | 2014-05-06 |
* | Fix processing of PGC_BACKEND GUC parameters on Windows. | Tom Lane | 2014-04-05 |
* | Make punctuation consistent | Peter Eisentraut | 2014-03-16 |
* | Add a GUC to report whether data page checksums are enabled. | Heikki Linnakangas | 2014-02-20 |
* | Separate multixact freezing parameters from xid's | Alvaro Herrera | 2014-02-13 |
* | Emit a log message if output is about to be redirected away from stderr. | Tom Lane | 2013-08-13 |
* | Message style improvements | Peter Eisentraut | 2013-08-07 |
* | pgindent run for release 9.3 | Bruce Momjian | 2013-05-29 |
* | Revoke bc5334d8679c428a709d150666b288171795bd76 | Simon Riggs | 2013-03-28 |
* | Revoke 7a5a59d378e052618d6feae64d1d2b4f2ad6f9bc | Simon Riggs | 2013-03-28 |
* | Set recovery_config_directory for EXEC_BACKEND. | Simon Riggs | 2013-03-27 |
* | Allow external recovery_config_directory | Simon Riggs | 2013-03-27 |
* | Allow I/O reliability checks using 16-bit checksums | Simon Riggs | 2013-03-22 |
* | Change commit_delay to be SUSET for 9.3+ | Simon Riggs | 2013-03-22 |
* | Add lock_timeout configuration parameter. | Tom Lane | 2013-03-16 |
* | Split pgstat file in smaller pieces | Alvaro Herrera | 2013-02-18 |
* | Add ALTER ROLE ALL SET command | Peter Eisentraut | 2013-02-17 |
* | Reset vacuum_defer_cleanup_age to PGC_SIGHUP. | Simon Riggs | 2013-02-04 |
* | Mark vacuum_defer_cleanup_age as PGC_POSTMASTER. | Simon Riggs | 2013-02-02 |
* | Base the default SSL ciphers on DEFAULT instead of ALL | Magnus Hagander | 2013-01-17 |
* | Fix background workers for EXEC_BACKEND | Alvaro Herrera | 2013-01-02 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Background worker processes | Alvaro Herrera | 2012-12-06 |
* | Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds. | Tom Lane | 2012-11-18 |
* | Fix syslogger to not fail when log_rotation_age exceeds 2^31 milliseconds. | Tom Lane | 2012-11-18 |
* | Improve replication connection timeouts. | Heikki Linnakangas | 2012-10-11 |
* | 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 |