summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/postinit.c
Commit message (Expand)AuthorAgeFilesLines
* Remove OLD_FILE_NAMING code. No longer used.Bruce Momjian2001-05-301-4/+1
* Add SET SESSION AUTHORIZATION command.Peter Eisentraut2001-05-081-2/+2
* Remove useless setuid() call, instead add a check that real and effectiveTom Lane2001-04-211-5/+3
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-12/+11
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-18/+26
* Defend against starting a non-MULTIBYTE-enabled backend in a databaseTom Lane2001-02-161-5/+8
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Suppress compiler warning in MULTIBYTE code.Tom Lane2001-01-191-1/+2
* Minor coding cleanups.Tom Lane2001-01-141-15/+10
* Add more critical-section calls: all code sections that hold spinlocksTom Lane2001-01-121-4/+5
* Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane2000-12-181-24/+85
* BugfixJan Wieck2000-12-141-1/+5
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-301-16/+1
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-281-24/+8
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-5/+2
* Extend CREATE DATABASE to allow selection of a template database to beTom Lane2000-11-141-13/+13
* Keep track of the last active slot in the shared ProcState array, soTom Lane2000-11-121-62/+22
* WALVadim B. Mikheev2000-10-281-4/+5
* New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev2000-10-161-1/+14
* Banish caddr_t (mostly), use Datum where appropriate.Peter Eisentraut2000-10-021-2/+2
* Implement differentiation between CURRENT_USER and SESSION_USER as per SQL.Peter Eisentraut2000-09-191-3/+3
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-061-10/+13
* Toast all the system-table columns that seem to need it. It turns outTom Lane2000-08-061-2/+6
* Remove long-dead support for invoking queries from dynamically loadedTom Lane2000-07-081-11/+1
* Remove unused variable. (Hey Peter, you use gcc, why didn't youTom Lane2000-07-031-2/+1
* Version number now set in configure, available through Makefile.globalPeter Eisentraut2000-07-021-8/+3
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-20/+3
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-2/+1
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-1/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-79/+80
* Add:Bruce Momjian2000-01-261-2/+3
* Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut2000-01-131-234/+66
* to live in a transaction before access to dbHiroshi Inoue1999-12-221-1/+4
* Repair problem exposed by Jan's new parallel-regression-test scaffold:Tom Lane1999-11-211-7/+1
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-251-33/+33
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-061-136/+53
* Make tree compilable (+WAL).Vadim B. Mikheev1999-09-281-1/+3
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-241-30/+103
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Fix for multi-byte includes.Bruce Momjian1999-07-171-1/+5
* More cleanupBruce Momjian1999-07-161-2/+1
* Final cleanupBruce Momjian1999-07-161-18/+11
* Update #include cleanupsBruce Momjian1999-07-161-5/+4
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-5/+5
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-11/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-4/+1
* pgindent run over code.Bruce Momjian1999-05-251-3/+3
* comments cleanup.Bruce Momjian1999-02-221-8/+3
* Allow maximum number of backends to be set at configure timeTom Lane1999-02-191-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-4/+4