summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/postinit.c
AgeCommit message (Expand)Author
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-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-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-10-07Make it possibly to specify GUC params per user and per database.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-29Remove the use of the pg_auth flat file for client authentication.Tom 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-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-02-18Start background writer during archive recovery. Background writer now performsHeikki Linnakangas
2009-01-01Update copyright for 2009.Bruce Momjian
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-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera
2008-04-26Code review for recent patch to terminate online backup during shutdown:Tom Lane
2008-03-26Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera
2008-03-16Modify interactions between sinval.c and sinvaladt.c. The code that actuallyAlvaro Herrera
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-09-11Arrange for SET LOCAL's effects to persist until the end of the current topTom Lane
2007-09-03Implement function-local GUC parameter settings, as per recent discussion.Tom Lane
2007-05-27pgstat's on-proc-exit hook has to execute after the last transaction commitTom Lane
2007-03-13First phase of plan-invalidation project: create a plan cache managementTom Lane
2007-02-15Restructure autovacuum in two processes: a dummy process, which runsAlvaro Herrera
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-11-05Fix recently-understood problems with handling of XID freezing, particularlyTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-18Add built-in userlock manipulation functions to replace the formerTom Lane
2006-07-13Allow include files to compile own their own.Bruce Momjian
2006-06-22Standalone backends need pgstat_bestart() too, per Qingqing Zhou.Tom Lane
2006-05-04Simplify relcache startup sequence. With the new design of InitPostgresTom Lane