summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/postinit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove GUC USERLIMIT variable category, making the affected variablesTom Lane2004-11-141-15/+22
* Pgindent run for 8.0.Bruce Momjian2004-08-291-3/+3
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-8/+1
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-8/+9
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-291-1/+2
* Get rid of the former rather baroque mechanism for propagating the valuesTom Lane2004-05-271-1/+8
* This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut2003-12-121-3/+3
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-6/+5
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-3/+6
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-14/+14
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-251-19/+40
* The default values for shared_buffers and max_connections are now 1000Tom Lane2003-07-141-6/+2
* First batch of object rename commands.Peter Eisentraut2003-06-271-4/+2
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-3/+3
* In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane2003-04-251-1/+10
* Fix for GUC client_encoding variable not being handledTatsuo Ishii2003-02-191-1/+4
* Code review for superuser_reserved_connections patch. Don't try to doTom Lane2002-11-211-12/+13
* In a bootstrap process or standalone backend, set MaxBackends = 1Tom Lane2002-10-031-5/+8
* pgindent run.Bruce Momjian2002-09-041-22/+25
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-031-5/+4
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-2/+1
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-021-2/+1
* AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane2002-08-301-3/+3
* This patch reserves the last superuser_reserved_connections slots forBruce Momjian2002-08-291-1/+11
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-291-8/+1
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-201-2/+3