summaryrefslogtreecommitdiff
path: root/src/backend/utils/init
Commit message (Expand)AuthorAgeFilesLines
* Make superuser imply replication privilege. The idea of a privilege thatHeikki Linnakangas2012-01-141-3/+2
* Update copyright notices for year 2012.Bruce Momjian2012-01-013-3/+3
* Cancel running query if it is detected that the connection to the client isHeikki Linnakangas2011-12-091-0/+1
* Improve logging of autovacuum I/O activityAlvaro Herrera2011-11-251-0/+4
* Remove spurious entry from missed catch while patch jugglingSimon Riggs2011-11-021-1/+0
* Fix timing of Startup CLOG and MultiXact during Hot StandbySimon Riggs2011-11-021-0/+1
* Fix incorrect timeout handling during initial authentication transaction.Tom Lane2011-08-131-0/+2
* Capitalization fixesPeter Eisentraut2011-06-191-1/+1
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-091-3/+3
* Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.Tom Lane2011-05-111-1/+1
* Add postmaster/postgres undocumented -b option for binary upgrades.Bruce Momjian2011-04-252-0/+11
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-102-11/+11
* Log replication connections only when log_connections is onMagnus Hagander2011-01-181-17/+6
* Code review for postmaster.pid contents changes.Tom Lane2011-01-131-37/+40
* Stamp copyrights for year 2011.Bruce Momjian2011-01-013-3/+3
* Include the first valid listen address in pg_ctl to improve server startBruce Momjian2010-12-311-23/+27
* Add REPLICATION privilege for ROLEsMagnus Hagander2010-12-292-3/+22
* Another fix for larger postmaster.pid files.Bruce Momjian2010-12-281-1/+1
* Fix code to properly pull out shared memory key now that theBruce Momjian2010-12-271-17/+22
* Improve "pg_ctl -w start" server detection by writing the postmasterBruce Momjian2010-12-241-13/+17
* Remove bogus use of PGDLLIMPORT.Tom Lane2010-11-261-1/+1
* Object access hook framework, with post-creation hook.Robert Haas2010-11-251-0/+7
* Remove cvs keywords from all files.Magnus Hagander2010-09-204-4/+4
* Process options from the startup packed in walsender. Only few optionsHeikki Linnakangas2010-09-131-51/+80
* Arrange to fsync the contents of lockfiles (both postmaster.pid and theTom Lane2010-08-161-3/+24
* pgindent run for 9.0, second runBruce Momjian2010-07-061-21/+22
* When we're restricting who can connect, don't allow new walsenders.Robert Haas2010-04-261-21/+32
* Move the check for whether walreceiver has authenticated as a superuserTom Lane2010-04-211-1/+6
* Arrange for client authentication to occur before we select a specificTom Lane2010-04-202-53/+64
* Move the responsibility for calling StartupXLOG into InitPostgres, forTom Lane2010-04-201-9/+24
* Modify some new and pre-existing messages for translatability.Simon Riggs2010-03-251-7/+14
* Change replication connection log format to allow for a databaseSimon Riggs2010-03-241-3/+6
* Message tuningPeter Eisentraut2010-03-211-3/+3
* Add connection messages for streaming replication. log_connectionsSimon Riggs2010-03-191-2/+9
* pgindent run for 9.0Bruce Momjian2010-02-262-30/+31
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-142-11/+5
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-071-57/+1
* Add C comment about process_settings() setting order.Bruce Momjian2010-02-051-1/+2
* Introduce Streaming Replication.Heikki Linnakangas2010-01-151-8/+14
* Update copyright for the year 2010.Bruce Momjian2010-01-023-6/+6
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-191-5/+5
* Prevent indirect security attacks via changing session-local state withinTom Lane2009-12-091-18/+77
* Make it possibly to specify GUC params per user and per database.Alvaro Herrera2009-10-072-45/+29
* Remove flatfiles.c, which is now obsolete.Alvaro Herrera2009-09-012-933/+2
* Move processing of startup-packet switches and GUC settings into InitPostgres,Tom Lane2009-09-011-16/+77
* Change the autovacuum launcher to read pg_database directly, rather thanTom Lane2009-08-312-11/+20
* Track the current XID wrap limit (or more accurately, the oldest unfrozenTom Lane2009-08-311-26/+1
* Remove the use of the pg_auth flat file for client authentication.Tom Lane2009-08-292-8/+103
* Remove useless code that propagated FrontendProtocol to a backend via aTom Lane2009-08-281-2/+2
* Make it reasonably safe to use pg_ctl to start the postmaster from a boot-timeTom Lane2009-08-271-24/+48