| Commit message (Expand) | Author | Age |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Add REPLICATION privilege for ROLEs | Magnus Hagander | 2010-12-29 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Process options from the startup packed in walsender. Only few options | Heikki Linnakangas | 2010-09-13 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 |
* | When we're restricting who can connect, don't allow new walsenders. | Robert Haas | 2010-04-26 |
* | Move the check for whether walreceiver has authenticated as a superuser | Tom Lane | 2010-04-21 |
* | 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-04-20 |
* | Modify some new and pre-existing messages for translatability. | Simon Riggs | 2010-03-25 |
* | Change replication connection log format to allow for a database | Simon Riggs | 2010-03-24 |
* | Message tuning | Peter Eisentraut | 2010-03-21 |
* | Add connection messages for streaming replication. log_connections | Simon Riggs | 2010-03-19 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 |
* | Add C comment about process_settings() setting order. | Bruce Momjian | 2010-02-05 |
* | Introduce Streaming Replication. | Heikki Linnakangas | 2010-01-15 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 |
* | Make it possibly to specify GUC params per user and per database. | Alvaro Herrera | 2009-10-07 |
* | Move processing of startup-packet switches and GUC settings into InitPostgres, | Tom Lane | 2009-09-01 |
* | Change the autovacuum launcher to read pg_database directly, rather than | Tom Lane | 2009-08-31 |
* | Remove the use of the pg_auth flat file for client authentication. | Tom Lane | 2009-08-29 |
* | Allow backends to start up without use of the flat-file copy of pg_database. | Tom Lane | 2009-08-12 |
* | Create a multiplexing structure for signals to Postgres child processes. | Tom Lane | 2009-07-31 |
* | Need to use pg_perm_setlocale when setting LC_CTYPE and LC_COLLATE at startup. | Heikki Linnakangas | 2009-07-08 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Oops, mustn't call textdomain() when compiling without --enable-nls | Heikki Linnakangas | 2009-04-08 |
* | Tell gettext which codeset to use by calling bind_textdomain_codeset(). We | Heikki Linnakangas | 2009-04-08 |
* | Start background writer during archive recovery. Background writer now performs | Heikki Linnakangas | 2009-02-18 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas | 2008-09-23 |
* | Initialize the minimum frozen Xid in vac_update_datfrozenxid using | Alvaro Herrera | 2008-09-11 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | Code review for recent patch to terminate online backup during shutdown: | Tom Lane | 2008-04-26 |
* | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera | 2008-03-26 |
* | Modify interactions between sinval.c and sinvaladt.c. The code that actually | Alvaro Herrera | 2008-03-16 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Arrange for SET LOCAL's effects to persist until the end of the current top | Tom Lane | 2007-09-11 |
* | Implement function-local GUC parameter settings, as per recent discussion. | Tom Lane | 2007-09-03 |
* | pgstat's on-proc-exit hook has to execute after the last transaction commit | Tom Lane | 2007-05-27 |
* | First phase of plan-invalidation project: create a plan cache management | Tom Lane | 2007-03-13 |
* | Restructure autovacuum in two processes: a dummy process, which runs | Alvaro Herrera | 2007-02-15 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Add built-in userlock manipulation functions to replace the former | Tom Lane | 2006-09-18 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Standalone backends need pgstat_bestart() too, per Qingqing Zhou. | Tom Lane | 2006-06-22 |