summaryrefslogtreecommitdiff
path: root/src/include/miscadmin.h
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.4Bruce Momjian2014-05-061-9/+9
* Make sure -D is an absolute path when starting server on Windows.Tom Lane2014-04-041-1/+0
* PGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_exit_inprogress.Tom Lane2014-02-161-2/+2
* PGDLLIMPORT'ify DateStyle and IntervalStyle.Tom Lane2014-02-161-3/+3
* Export a few more symbols required for test_shm_mq module.Andrew Dunstan2014-01-181-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Remove CTimeZone/HasCTZSet, root and branch.Tom Lane2013-11-011-9/+0
* Allow discovery of whether a dynamic background worker is running.Robert Haas2013-08-281-0/+2
* Add session_preload_libraries configuration parameterPeter Eisentraut2013-07-121-1/+2
* Add new GUC, max_worker_processes, limiting number of bgworkers.Robert Haas2013-07-041-0/+1
* pgindent run for release 9.3Bruce Momjian2013-05-291-3/+3
* Make REPLICATION privilege checks test current user not authenticated user.Tom Lane2013-04-011-1/+1
* Revoke bc5334d8679c428a709d150666b288171795bd76Simon Riggs2013-03-281-2/+0
* Allow external recovery_config_directorySimon Riggs2013-03-271-0/+2
* Make sure MaxBackends is always setAlvaro Herrera2013-01-021-0/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Background worker processesAlvaro Herrera2012-12-061-0/+1
* Remove comment that is no longer true.Heikki Linnakangas2012-10-151-1/+1
* Support having multiple Unix-domain sockets per postmaster.Tom Lane2012-08-101-3/+4
* Fix management of pendingOpsTable in auxiliary processes.Tom Lane2012-07-181-6/+36
* Do stack-depth checking in all postmaster children.Heikki Linnakangas2012-04-081-0/+13
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Cancel running query if it is detected that the connection to the client isHeikki Linnakangas2011-12-091-0/+7
* Improve logging of autovacuum I/O activityAlvaro Herrera2011-11-251-0/+4
* Add postmaster/postgres undocumented -b option for binary upgrades.Bruce Momjian2011-04-251-0/+1
* Code review for postmaster.pid contents changes.Tom Lane2011-01-131-2/+26
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Include the first valid listen address in pg_ctl to improve server startBruce Momjian2010-12-311-2/+2
* Add REPLICATION privilege for ROLEsMagnus Hagander2010-12-291-0/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Clean up some randomness associated with trace_recovery_messages: don'tTom Lane2010-06-171-2/+2
* pgindent run for 9.0Bruce Momjian2010-02-261-3/+3
* Clean up handling of XactReadOnly and RecoveryInProgress checks.Tom Lane2010-02-201-2/+3
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-071-5/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-191-1/+7
* Prevent indirect security attacks via changing session-local state withinTom Lane2009-12-091-2/+9
* Move processing of startup-packet switches and GUC settings into InitPostgres,Tom Lane2009-09-011-2/+2
* Remove the use of the pg_auth flat file for client authentication.Tom Lane2009-08-291-1/+2
* Allow backends to start up without use of the flat-file copy of pg_database.Tom Lane2009-08-121-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-6/+6
* Install a "dead man switch" to allow the postmaster to detect cases whereTom Lane2009-05-051-1/+2
* Export IsUnderPostmaster on win32.Alvaro Herrera2009-01-051-2/+2
* Allow loadable modules to create PGC_POSTMASTER GUC variables, but onlyTom Lane2009-01-031-1/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-111-2/+2
* Add support for input and output of interval values formatted per ISO 8601;Tom Lane2008-11-111-4/+6
* Add a new GUC variable called "IntervalStyle" that decouples interval outputTom Lane2008-11-091-1/+13
* Improve translatability of error messages for external modules by tweakingAlvaro Herrera2008-10-091-1/+2
* Prevent shutdown in normal mode if online backup is running, andMagnus Hagander2008-04-231-1/+5