summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/postinit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Katherine Ward wrote:Jan Wieck2002-06-111-3/+3
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-5/+5
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-171-7/+4
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-051-2/+3
* Support toasting of shared system relations, and provide toast tables forTom Lane2002-04-271-4/+3
* Create a new GUC variable search_path to control the namespace searchTom Lane2002-04-011-7/+16
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-311-13/+5
* Change made to elog:Bruce Momjian2002-03-061-3/+3
* User and database-specific session defaults for run-time configurationPeter Eisentraut2002-03-011-1/+25
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-191-8/+20
* Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane2001-11-021-7/+1
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-10/+11