aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init
Commit message (Expand)AuthorAge
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Fix insecure parsing of server command-line switches.Tom Lane2013-04-01
* Make REPLICATION privilege checks test current user not authenticated user.Tom Lane2013-04-01
* Revoke bc5334d8679c428a709d150666b288171795bd76Simon Riggs2013-03-28
* Allow external recovery_config_directorySimon Riggs2013-03-27
* Add lock_timeout configuration parameter.Tom Lane2013-03-16
* Code beautification for object-access hook machinery.Robert Haas2013-03-06
* Add ALTER ROLE ALL SET commandPeter Eisentraut2013-02-17
* Fix IsUnderPostmaster/EXEC_BACKEND confusionAlvaro Herrera2013-01-02
* Set MaxBackends only on bootstrap and standalone modesAlvaro Herrera2013-01-02
* Make sure MaxBackends is always setAlvaro Herrera2013-01-02
* Fix background workers for EXEC_BACKENDAlvaro Herrera2013-01-02
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix filling of postmaster.pid in bootstrap/standalone mode.Tom Lane2012-12-16
* Background worker processesAlvaro Herrera2012-12-06
* Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format.Heikki Linnakangas2012-09-21
* Fix obsolete comment.Heikki Linnakangas2012-09-21
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Report postmaster.pid file as empty if it is empty, rather thanBruce Momjian2012-08-29
* Fix issues with checks for unsupported transaction states in Hot Standby.Tom Lane2012-08-24
* Support having multiple Unix-domain sockets per postmaster.Tom Lane2012-08-10
* Introduce timeout handling frameworkAlvaro Herrera2012-07-16
* Tighten up includes in sinvaladt.h, twophase.h, proc.hAlvaro Herrera2012-06-25
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Update woefully-obsolete comment.Tom Lane2012-05-21
* Make superuser imply replication privilege. The idea of a privilege thatHeikki Linnakangas2012-01-14
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Cancel running query if it is detected that the connection to the client isHeikki Linnakangas2011-12-09
* Improve logging of autovacuum I/O activityAlvaro Herrera2011-11-25
* Remove spurious entry from missed catch while patch jugglingSimon Riggs2011-11-02
* Fix timing of Startup CLOG and MultiXact during Hot StandbySimon Riggs2011-11-02
* Fix incorrect timeout handling during initial authentication transaction.Tom Lane2011-08-13
* Capitalization fixesPeter Eisentraut2011-06-19
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.Tom Lane2011-05-11
* Add postmaster/postgres undocumented -b option for binary upgrades.Bruce Momjian2011-04-25
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Log replication connections only when log_connections is onMagnus Hagander2011-01-18
* Code review for postmaster.pid contents changes.Tom Lane2011-01-13
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Include the first valid listen address in pg_ctl to improve server startBruce Momjian2010-12-31
* Add REPLICATION privilege for ROLEsMagnus Hagander2010-12-29
* Another fix for larger postmaster.pid files.Bruce Momjian2010-12-28
* Fix code to properly pull out shared memory key now that theBruce Momjian2010-12-27
* Improve "pg_ctl -w start" server detection by writing the postmasterBruce Momjian2010-12-24
* Remove bogus use of PGDLLIMPORT.Tom Lane2010-11-26
* Object access hook framework, with post-creation hook.Robert Haas2010-11-25
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Process options from the startup packed in walsender. Only few optionsHeikki Linnakangas2010-09-13
* Arrange to fsync the contents of lockfiles (both postmaster.pid and theTom Lane2010-08-16