Age | Commit message (Expand) | Author |
2013-03-16 | Add lock_timeout configuration parameter. | Tom Lane |
2013-02-17 | Add ALTER ROLE ALL SET command | Peter Eisentraut |
2013-01-02 | Fix IsUnderPostmaster/EXEC_BACKEND confusion | Alvaro Herrera |
2013-01-02 | Set MaxBackends only on bootstrap and standalone modes | Alvaro Herrera |
2013-01-02 | Make sure MaxBackends is always set | Alvaro Herrera |
2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
2012-12-06 | Background worker processes | Alvaro Herrera |
2012-09-21 | Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format. | Heikki Linnakangas |
2012-09-21 | Fix obsolete comment. | Heikki Linnakangas |
2012-08-30 | Split tuple struct defs from htup.h to htup_details.h | Alvaro Herrera |
2012-08-24 | Fix issues with checks for unsupported transaction states in Hot Standby. | Tom Lane |
2012-07-16 | Introduce timeout handling framework | Alvaro Herrera |
2012-06-25 | Tighten up includes in sinvaladt.h, twophase.h, proc.h | Alvaro Herrera |
2012-01-14 | Make superuser imply replication privilege. The idea of a privilege that | Heikki Linnakangas |
2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
2011-11-02 | Remove spurious entry from missed catch while patch juggling | Simon Riggs |
2011-11-02 | Fix timing of Startup CLOG and MultiXact during Hot Standby | Simon Riggs |
2011-08-13 | Fix incorrect timeout handling during initial authentication transaction. | Tom Lane |
2011-06-19 | Capitalization fixes | Peter Eisentraut |
2011-06-09 | Pgindent run before 9.1 beta2. | Bruce Momjian |
2011-05-11 | Split PGC_S_DEFAULT into two values, for true boot_val vs computed default. | Tom Lane |
2011-04-25 | Add postmaster/postgres undocumented -b option for binary upgrades. | Bruce Momjian |
2011-04-10 | pgindent run before PG 9.1 beta 1. | Bruce Momjian |
2011-01-18 | Log replication connections only when log_connections is on | Magnus Hagander |
2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
2010-12-29 | Add REPLICATION privilege for ROLEs | Magnus Hagander |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-09-13 | Process options from the startup packed in walsender. Only few options | Heikki Linnakangas |
2010-07-06 | pgindent run for 9.0, second run | Bruce Momjian |
2010-04-26 | When we're restricting who can connect, don't allow new walsenders. | Robert Haas |
2010-04-21 | Move the check for whether walreceiver has authenticated as a superuser | Tom Lane |
2010-04-20 | Arrange for client authentication to occur before we select a specific | Tom Lane |
2010-04-20 | Move the responsibility for calling StartupXLOG into InitPostgres, for | Tom Lane |
2010-03-25 | Modify some new and pre-existing messages for translatability. | Simon Riggs |
2010-03-24 | Change replication connection log format to allow for a database | Simon Riggs |
2010-03-21 | Message tuning | Peter Eisentraut |
2010-03-19 | Add connection messages for streaming replication. log_connections | Simon Riggs |
2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
2010-02-14 | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas |
2010-02-05 | Add C comment about process_settings() setting order. | Bruce Momjian |
2010-01-15 | Introduce Streaming Replication. | Heikki Linnakangas |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2009-12-19 | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs |
2009-10-07 | Make it possibly to specify GUC params per user and per database. | Alvaro Herrera |
2009-09-01 | Move processing of startup-packet switches and GUC settings into InitPostgres, | Tom Lane |
2009-08-31 | Change the autovacuum launcher to read pg_database directly, rather than | Tom Lane |
2009-08-29 | Remove the use of the pg_auth flat file for client authentication. | Tom Lane |
2009-08-12 | Allow backends to start up without use of the flat-file copy of pg_database. | Tom Lane |
2009-07-31 | Create a multiplexing structure for signals to Postgres child processes. | Tom Lane |
2009-07-08 | Need to use pg_perm_setlocale when setting LC_CTYPE and LC_COLLATE at startup. | Heikki Linnakangas |