| Commit message (Expand) | Author | Age | Files | Lines |
* | Make superuser imply replication privilege. The idea of a privilege that | Heikki Linnakangas | 2012-01-14 | 1 | -3/+2 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 3 | -3/+3 |
* | Cancel running query if it is detected that the connection to the client is | Heikki Linnakangas | 2011-12-09 | 1 | -0/+1 |
* | Improve logging of autovacuum I/O activity | Alvaro Herrera | 2011-11-25 | 1 | -0/+4 |
* | Remove spurious entry from missed catch while patch juggling | Simon Riggs | 2011-11-02 | 1 | -1/+0 |
* | Fix timing of Startup CLOG and MultiXact during Hot Standby | Simon Riggs | 2011-11-02 | 1 | -0/+1 |
* | Fix incorrect timeout handling during initial authentication transaction. | Tom Lane | 2011-08-13 | 1 | -0/+2 |
* | Capitalization fixes | Peter Eisentraut | 2011-06-19 | 1 | -1/+1 |
* | Pgindent run before 9.1 beta2. | Bruce Momjian | 2011-06-09 | 1 | -3/+3 |
* | Split PGC_S_DEFAULT into two values, for true boot_val vs computed default. | Tom Lane | 2011-05-11 | 1 | -1/+1 |
* | Add postmaster/postgres undocumented -b option for binary upgrades. | Bruce Momjian | 2011-04-25 | 2 | -0/+11 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 | 2 | -11/+11 |
* | Log replication connections only when log_connections is on | Magnus Hagander | 2011-01-18 | 1 | -17/+6 |
* | Code review for postmaster.pid contents changes. | Tom Lane | 2011-01-13 | 1 | -37/+40 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 3 | -3/+3 |
* | Include the first valid listen address in pg_ctl to improve server start | Bruce Momjian | 2010-12-31 | 1 | -23/+27 |
* | Add REPLICATION privilege for ROLEs | Magnus Hagander | 2010-12-29 | 2 | -3/+22 |
* | Another fix for larger postmaster.pid files. | Bruce Momjian | 2010-12-28 | 1 | -1/+1 |
* | Fix code to properly pull out shared memory key now that the | Bruce Momjian | 2010-12-27 | 1 | -17/+22 |
* | Improve "pg_ctl -w start" server detection by writing the postmaster | Bruce Momjian | 2010-12-24 | 1 | -13/+17 |
* | Remove bogus use of PGDLLIMPORT. | Tom Lane | 2010-11-26 | 1 | -1/+1 |
* | Object access hook framework, with post-creation hook. | Robert Haas | 2010-11-25 | 1 | -0/+7 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 4 | -4/+4 |
* | Process options from the startup packed in walsender. Only few options | Heikki Linnakangas | 2010-09-13 | 1 | -51/+80 |
* | Arrange to fsync the contents of lockfiles (both postmaster.pid and the | Tom Lane | 2010-08-16 | 1 | -3/+24 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 | 1 | -21/+22 |
* | When we're restricting who can connect, don't allow new walsenders. | Robert Haas | 2010-04-26 | 1 | -21/+32 |
* | Move the check for whether walreceiver has authenticated as a superuser | Tom Lane | 2010-04-21 | 1 | -1/+6 |
* | Arrange for client authentication to occur before we select a specific | Tom Lane | 2010-04-20 | 2 | -53/+64 |
* | Move the responsibility for calling StartupXLOG into InitPostgres, for | Tom Lane | 2010-04-20 | 1 | -9/+24 |
* | Modify some new and pre-existing messages for translatability. | Simon Riggs | 2010-03-25 | 1 | -7/+14 |
* | Change replication connection log format to allow for a database | Simon Riggs | 2010-03-24 | 1 | -3/+6 |
* | Message tuning | Peter Eisentraut | 2010-03-21 | 1 | -3/+3 |
* | Add connection messages for streaming replication. log_connections | Simon Riggs | 2010-03-19 | 1 | -2/+9 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 2 | -30/+31 |
* | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 | 2 | -11/+5 |
* | Create a "relation mapping" infrastructure to support changing the relfilenodes | Tom Lane | 2010-02-07 | 1 | -57/+1 |
* | Add C comment about process_settings() setting order. | Bruce Momjian | 2010-02-05 | 1 | -1/+2 |
* | Introduce Streaming Replication. | Heikki Linnakangas | 2010-01-15 | 1 | -8/+14 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 3 | -6/+6 |
* | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 | 1 | -5/+5 |
* | Prevent indirect security attacks via changing session-local state within | Tom Lane | 2009-12-09 | 1 | -18/+77 |
* | Make it possibly to specify GUC params per user and per database. | Alvaro Herrera | 2009-10-07 | 2 | -45/+29 |
* | Remove flatfiles.c, which is now obsolete. | Alvaro Herrera | 2009-09-01 | 2 | -933/+2 |
* | Move processing of startup-packet switches and GUC settings into InitPostgres, | Tom Lane | 2009-09-01 | 1 | -16/+77 |
* | Change the autovacuum launcher to read pg_database directly, rather than | Tom Lane | 2009-08-31 | 2 | -11/+20 |
* | Track the current XID wrap limit (or more accurately, the oldest unfrozen | Tom Lane | 2009-08-31 | 1 | -26/+1 |
* | Remove the use of the pg_auth flat file for client authentication. | Tom Lane | 2009-08-29 | 2 | -8/+103 |
* | Remove useless code that propagated FrontendProtocol to a backend via a | Tom Lane | 2009-08-28 | 1 | -2/+2 |
* | Make it reasonably safe to use pg_ctl to start the postmaster from a boot-time | Tom Lane | 2009-08-27 | 1 | -24/+48 |