summaryrefslogtreecommitdiff
path: root/src/include/postmaster
Commit message (Expand)AuthorAgeFilesLines
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-111-2/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-017-14/+14
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-3/+3
* pgindent run for 8.3.Bruce Momjian2007-11-152-12/+12
* Simplify and rename some GUC variables, per various recent discussions:Tom Lane2007-09-241-2/+2
* Provide for logfiles in machine readable CSV format. In consequence, renameAndrew Dunstan2007-08-191-7/+9
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-251-3/+3
* Create a new dedicated Postgres process, "wal writer", which exists to writeTom Lane2007-07-241-0/+20
* Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane2007-06-281-2/+4
* Improve autovacuum launcher's ability to detect a problem in worker startup,Alvaro Herrera2007-06-251-1/+3
* Implement a chunking protocol for writes to the syslogger pipe, with messagesAndrew Dunstan2007-06-141-1/+49
* Enable configurable log of autovacuum actions. Initial patch from SimonAlvaro Herrera2007-04-181-1/+3
* Add a multi-worker capability to autovacuum. This allows multiple workerAlvaro Herrera2007-04-161-1/+10
* Code review for SSLKEY patch.Tom Lane2007-02-161-2/+1
* SSL improvements:Bruce Momjian2007-02-161-1/+2
* Restructure autovacuum in two processes: a dummy process, which runsAlvaro Herrera2007-02-151-6/+13
* Arrange for autovacuum to be killed when another operation wants to be aloneAlvaro Herrera2007-01-161-1/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-056-12/+12
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-051-1/+2
* Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane2006-10-191-3/+3
* Add a feature for automatic initialization and finalization of dynamicallyTom Lane2006-08-081-2/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-056-12/+12
* Set progname early in the postmaster/postgres binary, rather than doingBruce Momjian2006-02-011-1/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-153-15/+14
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-202-4/+4
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-111-1/+3
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-141-0/+38
* Improve the checkpoint signaling mechanism so that the bgwriter can tellTom Lane2005-06-301-2/+2
* Rename Rendezvous to Bonjour to match OS/X renaming.Bruce Momjian2005-05-151-2/+2
* Add missing identification comment, remove entirely inappropriate includeTom Lane2005-03-131-3/+12
* Refactor fork()-related code. We need to do various housekeeping tasksNeil Conway2005-03-101-0/+8
* Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane2005-03-041-3/+1
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-011-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-313-6/+6
* Refactor EXEC_BACKEND code so that postmaster child processes reattachTom Lane2004-12-291-1/+4
* Replace log_filename_prefix with more general log_filename parameter,Tom Lane2004-08-311-2/+3
* Pgindent run for 8.0.Bruce Momjian2004-08-292-4/+6
* Update copyright to 2004.Bruce Momjian2004-08-293-6/+6
* Create a built-in log rotation program, so that we no longer have toTom Lane2004-08-052-2/+41
* Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian2004-07-211-2/+1
* lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian2004-07-211-1/+2
* XLOG file archiving and point-in-time recovery. There are still someTom Lane2004-07-191-0/+26
* Per previous discussions, get rid of use of sync(2) in favor ofTom Lane2004-05-311-1/+8
* Implement new PostmasterIsAlive() check for WIN32, per Claudio Natoli.Tom Lane2004-05-301-1/+5
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-292-0/+70