| Commit message (Expand) | Author | Age |
* | Mark some more variables as static or include the appropriate header | Peter Eisentraut | 2014-02-08 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.c | Heikki Linnakangas | 2013-12-16 |
* | Remove CTimeZone/HasCTZSet, root and branch. | Tom Lane | 2013-11-01 |
* | Add new GUC, max_worker_processes, limiting number of bgworkers. | Robert Haas | 2013-07-04 |
* | Revoke bc5334d8679c428a709d150666b288171795bd76 | Simon Riggs | 2013-03-28 |
* | Allow external recovery_config_directory | Simon Riggs | 2013-03-27 |
* | Code beautification for object-access hook machinery. | Robert Haas | 2013-03-06 |
* | Fix background workers for EXEC_BACKEND | Alvaro Herrera | 2013-01-02 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Background worker processes | Alvaro Herrera | 2012-12-06 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Cancel running query if it is detected that the connection to the client is | Heikki Linnakangas | 2011-12-09 |
* | Improve logging of autovacuum I/O activity | Alvaro Herrera | 2011-11-25 |
* | Add postmaster/postgres undocumented -b option for binary upgrades. | Bruce Momjian | 2011-04-25 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Remove bogus use of PGDLLIMPORT. | Tom Lane | 2010-11-26 |
* | Object access hook framework, with post-creation hook. | Robert Haas | 2010-11-25 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Change the autovacuum launcher to read pg_database directly, rather than | Tom Lane | 2009-08-31 |
* | Remove useless code that propagated FrontendProtocol to a backend via a | Tom Lane | 2009-08-28 |
* | Install a "dead man switch" to allow the postmaster to detect cases where | Tom Lane | 2009-05-05 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Add a new GUC variable called "IntervalStyle" that decouples interval output | Tom Lane | 2008-11-09 |
* | Replace time_t with pg_time_t (same values, but always int64) in on-disk | Tom Lane | 2008-02-17 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Move session_start out of MyProcPort stucture and make it a global called MyS... | Andrew Dunstan | 2007-08-02 |
* | Add a multi-worker capability to autovacuum. This allows multiple worker | Alvaro Herrera | 2007-04-16 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | GIN: Generalized Inverted iNdex. | Teodor Sigaev | 2006-05-02 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane | 2005-07-04 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Rename vacuum_cost_naptime to vacuum_cost_delay, with agreement from Jan. | Bruce Momjian | 2004-08-06 |
* | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 |
* | Paranoia: ensure MyBackendId is InvalidBackendId in a process that has | Tom Lane | 2004-05-30 |
* | Separate out bgwriter code into a logically separate module, rather | Tom Lane | 2004-05-29 |
* | Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by | Tom Lane | 2004-05-28 |
* | Clean up some relative path install issues with Claudio's help. | Bruce Momjian | 2004-05-18 |
* | Reorganize code to allow path-relative installs. | Bruce Momjian | 2004-05-17 |
* | Reorganize backend code to more cleanly manage executable names and | Bruce Momjian | 2004-05-13 |
* | Centralize implementation of delay code by creating a pg_usleep() | Tom Lane | 2004-02-10 |
* | Cost based vacuum delay feature. | Jan Wieck | 2004-02-06 |
* | Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. | Tom Lane | 2004-02-03 |
* | Review uses of IsUnderPostmaster, change some tests to look at | Tom Lane | 2004-01-28 |