summaryrefslogtreecommitdiff
path: root/src/backend/utils/init
AgeCommit message (Expand)Author
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
2011-08-13Fix incorrect timeout handling during initial authentication transaction.Tom Lane
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
2009-08-28Remove useless code that propagated FrontendProtocol to a backend via aTom Lane
2009-08-27Make it reasonably safe to use pg_ctl to start the postmaster from a boot-timeTom 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
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-05-05Install a "dead man switch" to allow the postmaster to detect cases whereTom Lane
2009-04-08Oops, mustn't call textdomain() when compiling without --enable-nlsHeikki Linnakangas
2009-04-08Tell gettext which codeset to use by calling bind_textdomain_codeset(). WeHeikki Linnakangas
2009-03-08On Windows, call bind_textdomain_codeset on domains other than the default one,Alvaro Herrera
2009-02-18Start background writer during archive recovery. Background writer now performsHeikki Linnakangas
2009-01-05Quiet repeated "loaded library" messages from child backends that are justTom Lane
2009-01-03Allow loadable modules to create PGC_POSTMASTER GUC variables, but onlyTom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-11Append major version number and for libraries soname major version numberPeter Eisentraut
2008-11-09Add a new GUC variable called "IntervalStyle" that decouples interval outputTom Lane
2008-10-09Improve translatability of error messages for external modules by tweakingAlvaro Herrera
2008-09-23Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas
2008-09-11Initialize the minimum frozen Xid in vac_update_datfrozenxid usingAlvaro Herrera
2008-06-12Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas