aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init
Commit message (Expand)AuthorAge
* 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
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* When we're restricting who can connect, don't allow new walsenders.Robert Haas2010-04-26
* Move the check for whether walreceiver has authenticated as a superuserTom Lane2010-04-21
* Arrange for client authentication to occur before we select a specificTom Lane2010-04-20
* Move the responsibility for calling StartupXLOG into InitPostgres, forTom Lane2010-04-20
* Modify some new and pre-existing messages for translatability.Simon Riggs2010-03-25
* Change replication connection log format to allow for a databaseSimon Riggs2010-03-24
* Message tuningPeter Eisentraut2010-03-21
* Add connection messages for streaming replication. log_connectionsSimon Riggs2010-03-19
* pgindent run for 9.0Bruce Momjian2010-02-26
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-07
* Add C comment about process_settings() setting order.Bruce Momjian2010-02-05
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Prevent indirect security attacks via changing session-local state withinTom Lane2009-12-09
* Make it possibly to specify GUC params per user and per database.Alvaro Herrera2009-10-07
* Remove flatfiles.c, which is now obsolete.Alvaro Herrera2009-09-01
* Move processing of startup-packet switches and GUC settings into InitPostgres,Tom Lane2009-09-01
* Change the autovacuum launcher to read pg_database directly, rather thanTom Lane2009-08-31
* Track the current XID wrap limit (or more accurately, the oldest unfrozenTom Lane2009-08-31
* Remove the use of the pg_auth flat file for client authentication.Tom Lane2009-08-29
* Remove useless code that propagated FrontendProtocol to a backend via aTom Lane2009-08-28
* Make it reasonably safe to use pg_ctl to start the postmaster from a boot-timeTom Lane2009-08-27
* Allow backends to start up without use of the flat-file copy of pg_database.Tom Lane2009-08-12
* Create a multiplexing structure for signals to Postgres child processes.Tom Lane2009-07-31
* Need to use pg_perm_setlocale when setting LC_CTYPE and LC_COLLATE at startup.Heikki Linnakangas2009-07-08
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Install a "dead man switch" to allow the postmaster to detect cases whereTom Lane2009-05-05
* Oops, mustn't call textdomain() when compiling without --enable-nlsHeikki Linnakangas2009-04-08
* Tell gettext which codeset to use by calling bind_textdomain_codeset(). WeHeikki Linnakangas2009-04-08
* On Windows, call bind_textdomain_codeset on domains other than the default one,Alvaro Herrera2009-03-08
* Start background writer during archive recovery. Background writer now performsHeikki Linnakangas2009-02-18
* Quiet repeated "loaded library" messages from child backends that are justTom Lane2009-01-05
* Allow loadable modules to create PGC_POSTMASTER GUC variables, but onlyTom Lane2009-01-03
* Update copyright for 2009.Bruce Momjian2009-01-01
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-11
* Add a new GUC variable called "IntervalStyle" that decouples interval outputTom Lane2008-11-09
* Improve translatability of error messages for external modules by tweakingAlvaro Herrera2008-10-09
* Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas2008-09-23
* Initialize the minimum frozen Xid in vac_update_datfrozenxid usingAlvaro Herrera2008-09-11
* Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas2008-06-12
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Code review for recent patch to terminate online backup during shutdown:Tom Lane2008-04-26
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-21
* Remove ipcclean utility command --- didn't work on all Unixes and onBruce Momjian2008-03-27