| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 | 1 | -9/+9 |
| * | Make sure -D is an absolute path when starting server on Windows. | Tom Lane | 2014-04-04 | 1 | -1/+0 |
| * | PGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_exit_inprogress. | Tom Lane | 2014-02-16 | 1 | -2/+2 |
| * | PGDLLIMPORT'ify DateStyle and IntervalStyle. | Tom Lane | 2014-02-16 | 1 | -3/+3 |
| * | Export a few more symbols required for test_shm_mq module. | Andrew Dunstan | 2014-01-18 | 1 | -1/+1 |
| * | Update copyright for 2014 | Bruce Momjian | 2014-01-07 | 1 | -1/+1 |
| * | Remove CTimeZone/HasCTZSet, root and branch. | Tom Lane | 2013-11-01 | 1 | -9/+0 |
| * | Allow discovery of whether a dynamic background worker is running. | Robert Haas | 2013-08-28 | 1 | -0/+2 |
| * | Add session_preload_libraries configuration parameter | Peter Eisentraut | 2013-07-12 | 1 | -1/+2 |
| * | Add new GUC, max_worker_processes, limiting number of bgworkers. | Robert Haas | 2013-07-04 | 1 | -0/+1 |
| * | pgindent run for release 9.3 | Bruce Momjian | 2013-05-29 | 1 | -3/+3 |
| * | Make REPLICATION privilege checks test current user not authenticated user. | Tom Lane | 2013-04-01 | 1 | -1/+1 |
| * | Revoke bc5334d8679c428a709d150666b288171795bd76 | Simon Riggs | 2013-03-28 | 1 | -2/+0 |
| * | Allow external recovery_config_directory | Simon Riggs | 2013-03-27 | 1 | -0/+2 |
| * | Make sure MaxBackends is always set | Alvaro Herrera | 2013-01-02 | 1 | -0/+1 |
| * | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 | 1 | -1/+1 |
| * | Background worker processes | Alvaro Herrera | 2012-12-06 | 1 | -0/+1 |
| * | Remove comment that is no longer true. | Heikki Linnakangas | 2012-10-15 | 1 | -1/+1 |
| * | Support having multiple Unix-domain sockets per postmaster. | Tom Lane | 2012-08-10 | 1 | -3/+4 |
| * | Fix management of pendingOpsTable in auxiliary processes. | Tom Lane | 2012-07-18 | 1 | -6/+36 |
| * | Do stack-depth checking in all postmaster children. | Heikki Linnakangas | 2012-04-08 | 1 | -0/+13 |
| * | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 1 | -1/+1 |
| * | Cancel running query if it is detected that the connection to the client is | Heikki Linnakangas | 2011-12-09 | 1 | -0/+7 |
| * | Improve logging of autovacuum I/O activity | Alvaro Herrera | 2011-11-25 | 1 | -0/+4 |
| * | Add postmaster/postgres undocumented -b option for binary upgrades. | Bruce Momjian | 2011-04-25 | 1 | -0/+1 |
| * | Code review for postmaster.pid contents changes. | Tom Lane | 2011-01-13 | 1 | -2/+26 |
| * | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
| * | Include the first valid listen address in pg_ctl to improve server start | Bruce Momjian | 2010-12-31 | 1 | -2/+2 |
| * | Add REPLICATION privilege for ROLEs | Magnus Hagander | 2010-12-29 | 1 | -0/+1 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Clean up some randomness associated with trace_recovery_messages: don't | Tom Lane | 2010-06-17 | 1 | -2/+2 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -3/+3 |
| * | Clean up handling of XactReadOnly and RecoveryInProgress checks. | Tom Lane | 2010-02-20 | 1 | -2/+3 |
| * | Create a "relation mapping" infrastructure to support changing the relfilenodes | Tom Lane | 2010-02-07 | 1 | -5/+1 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 | 1 | -1/+7 |
| * | Prevent indirect security attacks via changing session-local state within | Tom Lane | 2009-12-09 | 1 | -2/+9 |
| * | Move processing of startup-packet switches and GUC settings into InitPostgres, | Tom Lane | 2009-09-01 | 1 | -2/+2 |
| * | Remove the use of the pg_auth flat file for client authentication. | Tom Lane | 2009-08-29 | 1 | -1/+2 |
| * | Allow backends to start up without use of the flat-file copy of pg_database. | Tom Lane | 2009-08-12 | 1 | -2/+2 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -6/+6 |
| * | Install a "dead man switch" to allow the postmaster to detect cases where | Tom Lane | 2009-05-05 | 1 | -1/+2 |
| * | Export IsUnderPostmaster on win32. | Alvaro Herrera | 2009-01-05 | 1 | -2/+2 |
| * | Allow loadable modules to create PGC_POSTMASTER GUC variables, but only | Tom Lane | 2009-01-03 | 1 | -1/+2 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Append major version number and for libraries soname major version number | Peter Eisentraut | 2008-12-11 | 1 | -2/+2 |
| * | Add support for input and output of interval values formatted per ISO 8601; | Tom Lane | 2008-11-11 | 1 | -4/+6 |
| * | Add a new GUC variable called "IntervalStyle" that decouples interval output | Tom Lane | 2008-11-09 | 1 | -1/+13 |
| * | Improve translatability of error messages for external modules by tweaking | Alvaro Herrera | 2008-10-09 | 1 | -1/+2 |
| * | Prevent shutdown in normal mode if online backup is running, and | Magnus Hagander | 2008-04-23 | 1 | -1/+5 |