| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 | 9 | -9/+9 |
* | Background worker processes | Alvaro Herrera | 2012-12-06 | 1 | -5/+10 |
* | Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds. | Tom Lane | 2012-11-18 | 1 | -2/+2 |
* | Fix syslogger to not fail when log_rotation_age exceeds 2^31 milliseconds. | Tom Lane | 2012-11-18 | 1 | -1/+1 |
* | Improve replication connection timeouts. | Heikki Linnakangas | 2012-10-11 | 2 | -3/+17 |
* | Refactor flex and bison make rules | Peter Eisentraut | 2012-10-11 | 1 | -7/+0 |
* | Work around unportable behavior of malloc(0) and realloc(NULL, 0). | Tom Lane | 2012-10-02 | 1 | -0/+6 |
* | Add support for include_dir in config file. | Heikki Linnakangas | 2012-09-24 | 2 | -29/+168 |
* | Split tuple struct defs from htup.h to htup_details.h | Alvaro Herrera | 2012-08-30 | 1 | -0/+1 |
* | Revert "commit_delay" change; just add comment that we don't have | Bruce Momjian | 2012-08-14 | 1 | -2/+2 |
* | Add pg_settings units display for "commit_delay" (ms). | Bruce Momjian | 2012-08-14 | 2 | -2/+3 |
* | Support having multiple Unix-domain sockets per postmaster. | Tom Lane | 2012-08-10 | 2 | -5/+10 |
* | Introduce timeout handling framework | Alvaro Herrera | 2012-07-16 | 2 | -2/+481 |
* | Assorted message style improvements | Peter Eisentraut | 2012-07-02 | 1 | -1/+1 |
* | Add missing space in event_source GUC description. | Robert Haas | 2012-06-28 | 1 | -1/+1 |
* | Tighten up includes in sinvaladt.h, twophase.h, proc.h | Alvaro Herrera | 2012-06-25 | 1 | -0/+1 |
* | Unify calling conventions for postgres/postmaster sub-main functions | Peter Eisentraut | 2012-06-25 | 1 | -2/+2 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 | 1 | -12/+12 |
* | Remove whitespace from end of lines | Peter Eisentraut | 2012-05-15 | 1 | -2/+2 |
* | Small punctuation editing of postgresql.conf.sample | Peter Eisentraut | 2012-05-14 | 1 | -4/+5 |
* | Remove BSD/OS (BSDi) port. There are no known users upgrading to | Bruce Momjian | 2012-05-03 | 1 | -1/+1 |
* | Kill some remaining references to SVR4 and univel. | Tom Lane | 2012-05-02 | 1 | -2/+2 |
* | Rename track_iotiming GUC to track_io_timing. | Tom Lane | 2012-04-29 | 2 | -4/+4 |
* | Rename synchronous_commit='write' to 'remote_write'. | Robert Haas | 2012-04-14 | 2 | -3/+4 |
* | New GUC, track_iotiming, to track I/O timings. | Robert Haas | 2012-03-27 | 2 | -0/+10 |
* | backend: Fix minor memory leak in configuration file processing | Peter Eisentraut | 2012-03-16 | 1 | -0/+1 |
* | Add const qualifiers where they are accidentally cast away | Peter Eisentraut | 2012-02-28 | 1 | -2/+2 |
* | Add some enumeration commas, for consistency | Peter Eisentraut | 2012-02-24 | 1 | -2/+2 |
* | Add parameters for controlling locations of server-side SSL files | Peter Eisentraut | 2012-02-22 | 2 | -0/+45 |
* | Allow pg_basebackup from standby node with safety checking. | Simon Riggs | 2012-01-25 | 1 | -1/+0 |
* | Add new replication mode synchronous_commit = 'write'. | Simon Riggs | 2012-01-24 | 1 | -2/+3 |
* | Suppress variable-clobbered-by-longjmp warning seen with older gcc versions. | Tom Lane | 2012-01-24 | 1 | -1/+1 |
* | Reduce tab outdent of "error handling" GUC comments in postgresql.conf, | Bruce Momjian | 2012-01-24 | 1 | -2/+2 |
* | Further doc cleanups from the pg_stat_activity changes | Magnus Hagander | 2012-01-20 | 1 | -1/+1 |
* | Catch fatal flex errors in the GUC file lexer. | Robert Haas | 2012-01-17 | 1 | -12/+53 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 8 | -8/+8 |
* | include_if_exists facility for config file. | Andrew Dunstan | 2011-12-15 | 1 | -8/+33 |
* | Revert removal of trace_userlocks, because userlocks aren't gone. | Robert Haas | 2011-11-10 | 2 | -1/+11 |
* | Clean up whitespace and indentation in parser and scanner files | Peter Eisentraut | 2011-11-01 | 1 | -21/+21 |
* | Make event_source visible on all platforms | Magnus Hagander | 2011-10-25 | 1 | -2/+0 |
* | Support configurable eventlog application names on Windows | Magnus Hagander | 2011-10-25 | 2 | -0/+16 |
* | Support synchronization of snapshots through an export/import procedure. | Tom Lane | 2011-10-22 | 1 | -2/+18 |
* | Remove all "traces" of trace_userlocks, because userlocks were removed | Bruce Momjian | 2011-10-13 | 2 | -11/+1 |
* | Mark GUC external_pid_file's default as '' in postgresql.conf, rather | Bruce Momjian | 2011-10-10 | 1 | -1/+1 |
* | Support index-only scans using the visibility map to avoid heap fetches. | Tom Lane | 2011-10-07 | 2 | -0/+10 |
* | Improve and simplify CREATE EXTENSION's management of GUC variables. | Tom Lane | 2011-10-05 | 1 | -9/+11 |
* | Improve define_custom_variable's handling of pre-existing settings. | Tom Lane | 2011-10-04 | 2 | -48/+160 |
* | Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission files. | Tom Lane | 2011-10-04 | 1 | -2/+20 |
* | Remember the source GucContext for each GUC parameter. | Tom Lane | 2011-10-04 | 2 | -67/+59 |
* | Remove the custom_variable_classes parameter. | Tom Lane | 2011-10-04 | 3 | -250/+25 |