aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init/postinit.c
Commit message (Expand)AuthorAge
* Arrange for SET LOCAL's effects to persist until the end of the current topTom Lane2007-09-11
* Implement function-local GUC parameter settings, as per recent discussion.Tom Lane2007-09-03
* pgstat's on-proc-exit hook has to execute after the last transaction commitTom Lane2007-05-27
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-13
* Restructure autovacuum in two processes: a dummy process, which runsAlvaro Herrera2007-02-15
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Add built-in userlock manipulation functions to replace the formerTom Lane2006-09-18
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Standalone backends need pgstat_bestart() too, per Qingqing Zhou.Tom Lane2006-06-22
* Simplify relcache startup sequence. With the new design of InitPostgresTom Lane2006-05-04
* Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE.Tom Lane2006-05-04
* Create a syscache for pg_database-indexed-by-oid, and make use of itTom Lane2006-05-03
* Code review for GRANT CONNECT patch. Spell the privilege as CONNECT notTom Lane2006-04-30
* Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf.Bruce Momjian2006-04-30
* Clean up and document the API for XLogOpenRelation and XLogReadBuffer.Tom Lane2006-03-29
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Rearrange backend startup sequence so that ShmemIndexLock can becomeTom Lane2006-01-04
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-11
* Cause ShutdownPostgres to do a normal transaction abort during backendTom Lane2005-08-08
* Add per-user and per-database connection limit options.Tom Lane2005-07-31
* Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane2005-07-29
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-14
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-04
* Bring syntax of role-related commands into SQL compliance. To avoidTom Lane2005-06-28
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* This trivial patch removes an unused variable. From Alvaro Herrera.Neil Conway2005-06-24
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-17
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-19
* Make standalone backends ignore pg_database.datallowconn, so that thereTom Lane2005-05-05
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Add temp_buffers GUC variable to allow users to determine the sizeTom Lane2005-03-19
* Need to reset local buffer pin counts, not only shared buffer pins,Tom Lane2005-03-18
* Need to release buffer pins before attempting to drop files duringTom Lane2005-03-18
* Finish up the flat-files project: get rid of GetRawDatabaseInfo() hackTom Lane2005-02-26
* Remove some no-longer-needed kluges for bootstrapping, in particularTom Lane2005-02-20
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Remove GUC USERLIMIT variable category, making the affected variablesTom Lane2004-11-14
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-18
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-29
* Get rid of the former rather baroque mechanism for propagating the valuesTom Lane2004-05-27
* This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut2003-12-12
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12