summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/postinit.c
Commit message (Expand)AuthorAgeFilesLines
* Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format.Heikki Linnakangas2012-09-211-1/+10
* Fix obsolete comment.Heikki Linnakangas2012-09-211-3/+1
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Fix issues with checks for unsupported transaction states in Hot Standby.Tom Lane2012-08-241-0/+9
* Introduce timeout handling frameworkAlvaro Herrera2012-07-161-5/+28
* Tighten up includes in sinvaladt.h, twophase.h, proc.hAlvaro Herrera2012-06-251-0/+1
* 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-011-1/+1
* 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-251-0/+10
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-5/+5
* Log replication connections only when log_connections is onMagnus Hagander2011-01-181-17/+6
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Add REPLICATION privilege for ROLEsMagnus Hagander2010-12-291-3/+3
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Process options from the startup packed in walsender. Only few optionsHeikki Linnakangas2010-09-131-51/+80
* 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-201-48/+58
* 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-261-25/+25
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-4/+2
* 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-021-2/+2
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-191-5/+5
* Make it possibly to specify GUC params per user and per database.Alvaro Herrera2009-10-071-24/+28
* 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-311-8/+17
* Remove the use of the pg_auth flat file for client authentication.Tom Lane2009-08-291-2/+102
* Allow backends to start up without use of the flat-file copy of pg_database.Tom Lane2009-08-121-149/+168
* Create a multiplexing structure for signals to Postgres child processes.Tom Lane2009-07-311-1/+5
* Need to use pg_perm_setlocale when setting LC_CTYPE and LC_COLLATE at startup.Heikki Linnakangas2009-07-081-3/+4
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-15/+15
* Oops, mustn't call textdomain() when compiling without --enable-nlsHeikki Linnakangas2009-04-081-1/+3
* Tell gettext which codeset to use by calling bind_textdomain_codeset(). WeHeikki Linnakangas2009-04-081-1/+4
* Start background writer during archive recovery. Background writer now performsHeikki Linnakangas2009-02-181-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas2008-09-231-1/+25
* Initialize the minimum frozen Xid in vac_update_datfrozenxid usingAlvaro Herrera2008-09-111-2/+8