aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init/postinit.c
Commit message (Expand)AuthorAge
* 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
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-20
* Update copyright to 2002.Bruce Momjian2002-06-20
* Katherine Ward wrote:Jan Wieck2002-06-11
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-17
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-05
* Support toasting of shared system relations, and provide toast tables forTom Lane2002-04-27
* Create a new GUC variable search_path to control the namespace searchTom Lane2002-04-01
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-31
* Change made to elog:Bruce Momjian2002-03-06
* User and database-specific session defaults for run-time configurationPeter Eisentraut2002-03-01
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-19
* Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane2001-11-02
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Ensure that all startup paths (postmaster, standalone postgres, orTom Lane2001-10-19
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-29
* Remove useless LockDisable() function and associated overhead, per myTom Lane2001-09-27
* Make the world somewhat safe for (not from) DELETE FROM pg_shadow;Peter Eisentraut2001-09-08
* Get rid of PID entries in shmem hash table; there is no longer any needTom Lane2001-09-07
* Commit Karel's patch.Tatsuo Ishii2001-09-06
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-25
* Tweak startup sequence so that running out of PROC array slots isTom Lane2001-06-16
* Remove OLD_FILE_NAMING code. No longer used.Bruce Momjian2001-05-30
* Add SET SESSION AUTHORIZATION command.Peter Eisentraut2001-05-08
* Remove useless setuid() call, instead add a check that real and effectiveTom Lane2001-04-21
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Defend against starting a non-MULTIBYTE-enabled backend in a databaseTom Lane2001-02-16
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Suppress compiler warning in MULTIBYTE code.Tom Lane2001-01-19
* Minor coding cleanups.Tom Lane2001-01-14
* Add more critical-section calls: all code sections that hold spinlocksTom Lane2001-01-12
* Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane2000-12-18
* BugfixJan Wieck2000-12-14
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-30
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-28
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Extend CREATE DATABASE to allow selection of a template database to beTom Lane2000-11-14
* Keep track of the last active slot in the shared ProcState array, soTom Lane2000-11-12
* WALVadim B. Mikheev2000-10-28