summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/miscinit.c
Commit message (Expand)AuthorAgeFilesLines
* Remove tabs after spaces in C commentsBruce Momjian2014-05-061-15/+15
* Arrange to fsync the contents of lockfiles (both postmaster.pid and theTom Lane2010-08-161-3/+24
* Prevent indirect security attacks via changing session-local state withinTom Lane2009-12-091-18/+77
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-4/+4
* Tell gettext which codeset to use by calling bind_textdomain_codeset(). WeHeikki Linnakangas2009-04-081-2/+2
* On Windows, call bind_textdomain_codeset on domains other than the default one,Alvaro Herrera2009-03-081-1/+3
* Quiet repeated "loaded library" messages from child backends that are justTom Lane2009-01-051-2/+15
* Allow loadable modules to create PGC_POSTMASTER GUC variables, but onlyTom Lane2009-01-031-1/+6
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-111-2/+2
* Improve translatability of error messages for external modules by tweakingAlvaro Herrera2008-10-091-1/+15
* Remove ipcclean utility command --- didn't work on all Unixes and onBruce Momjian2008-03-271-3/+2
* Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane2008-01-031-27/+50
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Arrange for SET LOCAL's effects to persist until the end of the current topTom Lane2007-09-111-2/+2
* Implement function-local GUC parameter settings, as per recent discussion.Tom Lane2007-09-031-2/+7
* Restructure autovacuum in two processes: a dummy process, which runsAlvaro Herrera2007-02-151-3/+3
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-4/+4
* Seems some C compilers think 'restrict' is a fully reserved word.Tom Lane2006-08-161-5/+5
* Add server support for "plugin" libraries that can be used for add-on tasksTom Lane2006-08-151-12/+53
* Add a feature for automatic initialization and finalization of dynamicallyTom Lane2006-08-081-50/+10
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut2006-01-051-22/+2
* Remove BEOS port.Bruce Momjian2006-01-051-7/+3
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-21/+22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-77/+76
* Avoid an Assert failure if OuterUserId hasn't been set yet duringTom Lane2005-08-171-2/+17
* Add per-user and per-database connection limit options.Tom Lane2005-07-311-6/+43
* Add SET ROLE. This is a partial commit of Stephen Frost's recent patch;Tom Lane2005-07-251-26/+139
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-141-2/+3
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-041-28/+44
* Fix up problems in write_auth_file and parsing of the auth file.Tom Lane2005-06-281-3/+10
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-48/+47
* Add lock file contents printout to "can't happen" case to helpTom Lane2005-06-201-2/+3
* Mention ipcrm and ipcclean in error message.Bruce Momjian2005-06-071-2/+3
* Ipcrm -> ipcclean in error message:Bruce Momjian2005-06-071-2/+2
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-2/+1
* Treat EPERM as a non-error case when checking to see if old postmasterTom Lane2005-03-181-4/+22
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Fix func_ptr declaration for netbsd-mac68k, per RĂ©mi Zara.Tom Lane2004-12-261-7/+2
* Adjust configuration-files GUC behavior as per my recent proposal.Tom Lane2004-10-091-8/+34
* Suppress getppid test on WIN32, per Dave Page.Tom Lane2004-10-041-2/+9
* Adjust postmaster to recognize that a lockfile containing its parent's PIDTom Lane2004-10-011-8/+24
* Pgindent run for 8.0.Bruce Momjian2004-08-291-8/+8
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Some mop-up work for savepoints (nested transactions). Store a smallTom Lane2004-08-011-5/+15
* Canonicalize preload_libraries after it is split up, not before.Bruce Momjian2004-07-121-1/+2