aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init
Commit message (Expand)AuthorAge
* 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
* 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