summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/postinit.c
AgeCommit message (Expand)Author
2013-03-16Add lock_timeout configuration parameter.Tom Lane
2013-02-17Add ALTER ROLE ALL SET commandPeter Eisentraut
2013-01-02Fix IsUnderPostmaster/EXEC_BACKEND confusionAlvaro Herrera
2013-01-02Set MaxBackends only on bootstrap and standalone modesAlvaro Herrera
2013-01-02Make sure MaxBackends is always setAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-06Background worker processesAlvaro Herrera
2012-09-21Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format.Heikki Linnakangas
2012-09-21Fix obsolete comment.Heikki Linnakangas
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-08-24Fix issues with checks for unsupported transaction states in Hot Standby.Tom Lane
2012-07-16Introduce timeout handling frameworkAlvaro Herrera
2012-06-25Tighten up includes in sinvaladt.h, twophase.h, proc.hAlvaro Herrera
2012-01-14Make superuser imply replication privilege. The idea of a privilege thatHeikki Linnakangas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-02Remove spurious entry from missed catch while patch jugglingSimon Riggs
2011-11-02Fix timing of Startup CLOG and MultiXact during Hot StandbySimon Riggs
2011-08-13Fix incorrect timeout handling during initial authentication transaction.Tom Lane
2011-06-19Capitalization fixesPeter Eisentraut
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-05-11Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.Tom Lane
2011-04-25Add postmaster/postgres undocumented -b option for binary upgrades.Bruce Momjian
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-01-18Log replication connections only when log_connections is onMagnus Hagander
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-29Add REPLICATION privilege for ROLEsMagnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-09-13Process options from the startup packed in walsender. Only few optionsHeikki Linnakangas
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-04-26When we're restricting who can connect, don't allow new walsenders.Robert Haas
2010-04-21Move the check for whether walreceiver has authenticated as a superuserTom Lane
2010-04-20Arrange for client authentication to occur before we select a specificTom Lane
2010-04-20Move the responsibility for calling StartupXLOG into InitPostgres, forTom Lane
2010-03-25Modify some new and pre-existing messages for translatability.Simon Riggs
2010-03-24Change replication connection log format to allow for a databaseSimon Riggs
2010-03-21Message tuningPeter Eisentraut
2010-03-19Add connection messages for streaming replication. log_connectionsSimon Riggs
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-02-05Add C comment about process_settings() setting order.Bruce Momjian
2010-01-15Introduce Streaming Replication.Heikki Linnakangas
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-19Allow read only connections during recovery, known as Hot Standby.Simon Riggs
2009-10-07Make it possibly to specify GUC params per user and per database.Alvaro Herrera
2009-09-01Move processing of startup-packet switches and GUC settings into InitPostgres,Tom Lane
2009-08-31Change the autovacuum launcher to read pg_database directly, rather thanTom Lane
2009-08-29Remove the use of the pg_auth flat file for client authentication.Tom Lane
2009-08-12Allow backends to start up without use of the flat-file copy of pg_database.Tom Lane
2009-07-31Create a multiplexing structure for signals to Postgres child processes.Tom Lane
2009-07-08Need to use pg_perm_setlocale when setting LC_CTYPE and LC_COLLATE at startup.Heikki Linnakangas