summaryrefslogtreecommitdiff
path: root/src/backend/utils/init
AgeCommit message (Expand)Author
2015-10-06Perform an immediate shutdown if the postmaster.pid file is removed.Tom Lane
2015-06-05Fix incorrect order of database-locking operations in InitPostgres().Tom Lane
2015-02-02Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas
2014-05-06Remove tabs after spaces in C commentsBruce Momjian
2013-04-01Fix insecure parsing of server command-line switches.Tom Lane
2013-04-01Make REPLICATION privilege checks test current user not authenticated user.Tom Lane
2012-12-16Fix filling of postmaster.pid in bootstrap/standalone mode.Tom Lane
2012-08-24Fix issues with checks for unsupported transaction states in Hot Standby.Tom Lane
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-13Code review for postmaster.pid contents changes.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-31Include the first valid listen address in pg_ctl to improve server startBruce Momjian
2010-12-29Add REPLICATION privilege for ROLEsMagnus Hagander
2010-12-28Another fix for larger postmaster.pid files.Bruce Momjian
2010-12-27Fix code to properly pull out shared memory key now that theBruce Momjian
2010-12-24Improve "pg_ctl -w start" server detection by writing the postmasterBruce Momjian
2010-11-26Remove bogus use of PGDLLIMPORT.Tom Lane
2010-11-25Object access hook framework, with post-creation hook.Robert Haas
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-08-16Arrange to fsync the contents of lockfiles (both postmaster.pid and theTom Lane
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-07Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane
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-12-09Prevent indirect security attacks via changing session-local state withinTom Lane
2009-10-07Make it possibly to specify GUC params per user and per database.Alvaro Herrera
2009-09-01Remove flatfiles.c, which is now obsolete.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-31Track the current XID wrap limit (or more accurately, the oldest unfrozenTom Lane
2009-08-29Remove the use of the pg_auth flat file for client authentication.Tom Lane