summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/postinit.c
Commit message (Expand)AuthorAgeFilesLines
* Start background writer during archive recovery. Background writer now performsHeikki Linnakangas2009-02-181-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas2008-09-231-1/+25
* Initialize the minimum frozen Xid in vac_update_datfrozenxid usingAlvaro Herrera2008-09-111-2/+8
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+3
* Code review for recent patch to terminate online backup during shutdown:Tom Lane2008-04-261-1/+12
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-261-1/+2
* Modify interactions between sinval.c and sinvaladt.c. The code that actuallyAlvaro Herrera2008-03-161-3/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-7/+8
* Arrange for SET LOCAL's effects to persist until the end of the current topTom Lane2007-09-111-2/+2
* Implement function-local GUC parameter settings, as per recent discussion.Tom Lane2007-09-031-2/+7
* pgstat's on-proc-exit hook has to execute after the last transaction commitTom Lane2007-05-271-2/+6
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-131-2/+4
* Restructure autovacuum in two processes: a dummy process, which runsAlvaro Herrera2007-02-151-15/+80
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-051-4/+3
* pgindent run for 8.2.Bruce Momjian2006-10-041-35/+34
* Add built-in userlock manipulation functions to replace the formerTom Lane2006-09-181-3/+1
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Standalone backends need pgstat_bestart() too, per Qingqing Zhou.Tom Lane2006-06-221-2/+2
* Simplify relcache startup sequence. With the new design of InitPostgresTom Lane2006-05-041-16/+7
* Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE.Tom Lane2006-05-041-119/+110
* Create a syscache for pg_database-indexed-by-oid, and make use of itTom Lane2006-05-031-10/+7
* Code review for GRANT CONNECT patch. Spell the privilege as CONNECT notTom Lane2006-04-301-39/+35
* Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf.Bruce Momjian2006-04-301-4/+22
* Clean up and document the API for XLogOpenRelation and XLogReadBuffer.Tom Lane2006-03-291-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Rearrange backend startup sequence so that ShmemIndexLock can becomeTom Lane2006-01-041-8/+11
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-3/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-58/+57
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-111-26/+27
* Cause ShutdownPostgres to do a normal transaction abort during backendTom Lane2005-08-081-22/+26
* Add per-user and per-database connection limit options.Tom Lane2005-07-311-11/+36
* Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane2005-07-291-4/+7
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-141-6/+10
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-041-7/+1
* Bring syntax of role-related commands into SQL compliance. To avoidTom Lane2005-06-281-2/+2
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-14/+18
* This trivial patch removes an unused variable. From Alvaro Herrera.Neil Conway2005-06-241-3/+1
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-171-3/+3
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-191-1/+3
* Make standalone backends ignore pg_database.datallowconn, so that thereTom Lane2005-05-051-2/+4
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-4/+3
* Add temp_buffers GUC variable to allow users to determine the sizeTom Lane2005-03-191-2/+1
* Need to reset local buffer pin counts, not only shared buffer pins,Tom Lane2005-03-181-1/+2
* Need to release buffer pins before attempting to drop files duringTom Lane2005-03-181-6/+7
* Finish up the flat-files project: get rid of GetRawDatabaseInfo() hackTom Lane2005-02-261-23/+65
* Remove some no-longer-needed kluges for bootstrapping, in particularTom Lane2005-02-201-6/+1
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2