aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init/postinit.c
Commit message (Expand)AuthorAge
* 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
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-25
* The default values for shared_buffers and max_connections are now 1000Tom Lane2003-07-14
* First batch of object rename commands.Peter Eisentraut2003-06-27
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-14
* In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane2003-04-25
* Fix for GUC client_encoding variable not being handledTatsuo Ishii2003-02-19
* Code review for superuser_reserved_connections patch. Don't try to doTom Lane2002-11-21
* In a bootstrap process or standalone backend, set MaxBackends = 1Tom Lane2002-10-03
* pgindent run.Bruce Momjian2002-09-04
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-03
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-02
* AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane2002-08-30
* This patch reserves the last superuser_reserved_connections slots forBruce Momjian2002-08-29
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-29