| Commit message (Expand) | Author | Age |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabled | Tom Lane | 2009-09-08 |
* | Change the autovacuum launcher to read pg_database directly, rather than | Tom Lane | 2009-08-31 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | 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 |
* | Introduce the concept of relation forks. An smgr relation can now consist | Heikki Linnakangas | 2008-08-11 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Simplify and rename some GUC variables, per various recent discussions: | Tom Lane | 2007-09-24 |
* | Provide for logfiles in machine readable CSV format. In consequence, rename | Andrew Dunstan | 2007-08-19 |
* | Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with | Magnus Hagander | 2007-07-25 |
* | Create a new dedicated Postgres process, "wal writer", which exists to write | Tom Lane | 2007-07-24 |
* | Implement "distributed" checkpoints in which the checkpoint I/O is spread | Tom Lane | 2007-06-28 |
* | Improve autovacuum launcher's ability to detect a problem in worker startup, | Alvaro Herrera | 2007-06-25 |
* | Implement a chunking protocol for writes to the syslogger pipe, with messages | Andrew Dunstan | 2007-06-14 |
* | Enable configurable log of autovacuum actions. Initial patch from Simon | Alvaro Herrera | 2007-04-18 |
* | Add a multi-worker capability to autovacuum. This allows multiple worker | Alvaro Herrera | 2007-04-16 |
* | Code review for SSLKEY patch. | Tom Lane | 2007-02-16 |
* | SSL improvements: | Bruce Momjian | 2007-02-16 |
* | Restructure autovacuum in two processes: a dummy process, which runs | Alvaro Herrera | 2007-02-15 |
* | Arrange for autovacuum to be killed when another operation wants to be alone | Alvaro Herrera | 2007-01-16 |
* | 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 |
* | Clean up local redeclarations of variables with DLLIMPORT, per report | Tom Lane | 2006-10-19 |
* | Add a feature for automatic initialization and finalization of dynamically | Tom Lane | 2006-08-08 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Set progname early in the postmaster/postgres binary, rather than doing | Bruce Momjian | 2006-02-01 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane | 2005-08-20 |
* | Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost | Tom Lane | 2005-08-11 |
* | Integrate autovacuum functionality into the backend. There's still a | Tom Lane | 2005-07-14 |
* | Improve the checkpoint signaling mechanism so that the bgwriter can tell | Tom Lane | 2005-06-30 |
* | Rename Rendezvous to Bonjour to match OS/X renaming. | Bruce Momjian | 2005-05-15 |
* | Add missing identification comment, remove entirely inappropriate include | Tom Lane | 2005-03-13 |
* | Refactor fork()-related code. We need to do various housekeeping tasks | Neil Conway | 2005-03-10 |
* | Replace the BufMgrLock with separate locks on the lookup hashtable and | Tom Lane | 2005-03-04 |
* | Some more missed copyright notices. Many of these look like they | Tom Lane | 2005-01-01 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Refactor EXEC_BACKEND code so that postmaster child processes reattach | Tom Lane | 2004-12-29 |
* | Replace log_filename_prefix with more general log_filename parameter, | Tom Lane | 2004-08-31 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Create a built-in log rotation program, so that we no longer have to | Tom Lane | 2004-08-05 |
* | Back out pg_autovacuum commit after cvs clean failure causes commit. | Bruce Momjian | 2004-07-21 |
* | lease find enclosed a patch that matches the PL/Perl documentation | Bruce Momjian | 2004-07-21 |
* | XLOG file archiving and point-in-time recovery. There are still some | Tom Lane | 2004-07-19 |
* | Per previous discussions, get rid of use of sync(2) in favor of | Tom Lane | 2004-05-31 |
* | Implement new PostmasterIsAlive() check for WIN32, per Claudio Natoli. | Tom Lane | 2004-05-30 |