summaryrefslogtreecommitdiff
path: root/src/backend/utils/init
AgeCommit message (Expand)Author
2015-02-02Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas
2014-05-06Remove tabs after spaces in C commentsBruce Momjian
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-04-01Fix insecure parsing of server command-line switches.Tom Lane
2013-04-01Make REPLICATION privilege checks test current user not authenticated user.Tom Lane
2013-03-28Revoke bc5334d8679c428a709d150666b288171795bd76Simon Riggs
2013-03-27Allow external recovery_config_directorySimon Riggs
2013-03-16Add lock_timeout configuration parameter.Tom Lane
2013-03-06Code beautification for object-access hook machinery.Robert Haas
2013-02-17Add ALTER ROLE ALL SET commandPeter Eisentraut
2013-01-02Fix IsUnderPostmaster/EXEC_BACKEND confusionAlvaro Herrera
2013-01-02Set MaxBackends only on bootstrap and standalone modesAlvaro Herrera
2013-01-02Make sure MaxBackends is always setAlvaro Herrera
2013-01-02Fix background workers for EXEC_BACKENDAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-16Fix filling of postmaster.pid in bootstrap/standalone mode.Tom Lane
2012-12-06Background worker processesAlvaro Herrera
2012-09-21Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format.Heikki Linnakangas
2012-09-21Fix obsolete comment.Heikki Linnakangas
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-08-29Report postmaster.pid file as empty if it is empty, rather thanBruce Momjian
2012-08-24Fix issues with checks for unsupported transaction states in Hot Standby.Tom Lane
2012-08-10Support having multiple Unix-domain sockets per postmaster.Tom Lane
2012-07-16Introduce timeout handling frameworkAlvaro Herrera
2012-06-25Tighten up includes in sinvaladt.h, twophase.h, proc.hAlvaro Herrera
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-21Update woefully-obsolete comment.Tom Lane
2012-01-14Make superuser imply replication privilege. The idea of a privilege thatHeikki Linnakangas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-09Cancel running query if it is detected that the connection to the client isHeikki Linnakangas
2011-11-25Improve logging of autovacuum I/O activityAlvaro Herrera
2011-11-02Remove spurious entry from missed catch while patch jugglingSimon Riggs
2011-11-02Fix timing of Startup CLOG and MultiXact during Hot StandbySimon Riggs
2011-08-13Fix incorrect timeout handling during initial authentication transaction.Tom Lane
2011-06-19Capitalization fixesPeter Eisentraut
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-05-11Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.Tom Lane
2011-04-25Add postmaster/postgres undocumented -b option for binary upgrades.Bruce Momjian
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-01-18Log replication connections only when log_connections is onMagnus Hagander
2011-01-13Code review for postmaster.pid contents changes.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-31Include the first valid listen address in pg_ctl to improve server startBruce Momjian
2010-12-29Add REPLICATION privilege for ROLEsMagnus Hagander
2010-12-28Another fix for larger postmaster.pid files.Bruce Momjian
2010-12-27Fix code to properly pull out shared memory key now that theBruce Momjian
2010-12-24Improve "pg_ctl -w start" server detection by writing the postmasterBruce Momjian
2010-11-26Remove bogus use of PGDLLIMPORT.Tom Lane
2010-11-25Object access hook framework, with post-creation hook.Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander