summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights for 2013Bruce Momjian2013-01-019-9/+9
* Background worker processesAlvaro Herrera2012-12-061-5/+10
* Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds.Tom Lane2012-11-181-2/+2
* Fix syslogger to not fail when log_rotation_age exceeds 2^31 milliseconds.Tom Lane2012-11-181-1/+1
* Improve replication connection timeouts.Heikki Linnakangas2012-10-112-3/+17
* Refactor flex and bison make rulesPeter Eisentraut2012-10-111-7/+0
* Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane2012-10-021-0/+6
* Add support for include_dir in config file.Heikki Linnakangas2012-09-242-29/+168
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Revert "commit_delay" change; just add comment that we don't haveBruce Momjian2012-08-141-2/+2
* Add pg_settings units display for "commit_delay" (ms).Bruce Momjian2012-08-142-2/+3
* Support having multiple Unix-domain sockets per postmaster.Tom Lane2012-08-102-5/+10
* Introduce timeout handling frameworkAlvaro Herrera2012-07-162-2/+481
* Assorted message style improvementsPeter Eisentraut2012-07-021-1/+1
* Add missing space in event_source GUC description.Robert Haas2012-06-281-1/+1
* Tighten up includes in sinvaladt.h, twophase.h, proc.hAlvaro Herrera2012-06-251-0/+1
* Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut2012-06-251-2/+2
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-12/+12
* Remove whitespace from end of linesPeter Eisentraut2012-05-151-2/+2
* Small punctuation editing of postgresql.conf.samplePeter Eisentraut2012-05-141-4/+5
* Remove BSD/OS (BSDi) port. There are no known users upgrading toBruce Momjian2012-05-031-1/+1
* Kill some remaining references to SVR4 and univel.Tom Lane2012-05-021-2/+2
* Rename track_iotiming GUC to track_io_timing.Tom Lane2012-04-292-4/+4
* Rename synchronous_commit='write' to 'remote_write'.Robert Haas2012-04-142-3/+4
* New GUC, track_iotiming, to track I/O timings.Robert Haas2012-03-272-0/+10
* backend: Fix minor memory leak in configuration file processingPeter Eisentraut2012-03-161-0/+1
* Add const qualifiers where they are accidentally cast awayPeter Eisentraut2012-02-281-2/+2
* Add some enumeration commas, for consistencyPeter Eisentraut2012-02-241-2/+2
* Add parameters for controlling locations of server-side SSL filesPeter Eisentraut2012-02-222-0/+45
* Allow pg_basebackup from standby node with safety checking.Simon Riggs2012-01-251-1/+0
* Add new replication mode synchronous_commit = 'write'.Simon Riggs2012-01-241-2/+3
* Suppress variable-clobbered-by-longjmp warning seen with older gcc versions.Tom Lane2012-01-241-1/+1
* Reduce tab outdent of "error handling" GUC comments in postgresql.conf,Bruce Momjian2012-01-241-2/+2
* Further doc cleanups from the pg_stat_activity changesMagnus Hagander2012-01-201-1/+1
* Catch fatal flex errors in the GUC file lexer.Robert Haas2012-01-171-12/+53
* Update copyright notices for year 2012.Bruce Momjian2012-01-018-8/+8
* include_if_exists facility for config file.Andrew Dunstan2011-12-151-8/+33
* Revert removal of trace_userlocks, because userlocks aren't gone.Robert Haas2011-11-102-1/+11
* Clean up whitespace and indentation in parser and scanner filesPeter Eisentraut2011-11-011-21/+21
* Make event_source visible on all platformsMagnus Hagander2011-10-251-2/+0
* Support configurable eventlog application names on WindowsMagnus Hagander2011-10-252-0/+16
* Support synchronization of snapshots through an export/import procedure.Tom Lane2011-10-221-2/+18
* Remove all "traces" of trace_userlocks, because userlocks were removedBruce Momjian2011-10-132-11/+1
* Mark GUC external_pid_file's default as '' in postgresql.conf, ratherBruce Momjian2011-10-101-1/+1
* Support index-only scans using the visibility map to avoid heap fetches.Tom Lane2011-10-072-0/+10
* Improve and simplify CREATE EXTENSION's management of GUC variables.Tom Lane2011-10-051-9/+11
* Improve define_custom_variable's handling of pre-existing settings.Tom Lane2011-10-042-48/+160
* Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission files.Tom Lane2011-10-041-2/+20
* Remember the source GucContext for each GUC parameter.Tom Lane2011-10-042-67/+59
* Remove the custom_variable_classes parameter.Tom Lane2011-10-043-250/+25