summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/miscinit.c
AgeCommit message (Expand)Author
2008-01-03Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-08-16Seems some C compilers think 'restrict' is a fully reserved word.Tom Lane
2006-08-15Add server support for "plugin" libraries that can be used for add-on tasksTom Lane
2006-08-08Add a feature for automatic initialization and finalization of dynamicallyTom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-01-05Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut
2006-01-05Remove BEOS port.Bruce Momjian
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-08-17Avoid an Assert failure if OuterUserId hasn't been set yet duringTom Lane
2005-07-31Add per-user and per-database connection limit options.Tom Lane
2005-07-25Add SET ROLE. This is a partial commit of Stephen Frost's recent patch;Tom Lane
2005-07-14Integrate autovacuum functionality into the backend. There's still aTom Lane
2005-07-04Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane
2005-06-28Fix up problems in write_auth_file and parsing of the auth file.Tom Lane
2005-06-28Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane
2005-06-20Add lock file contents printout to "can't happen" case to helpTom Lane
2005-06-07Mention ipcrm and ipcclean in error message.Bruce Momjian
2005-06-07Ipcrm -> ipcclean in error message:Bruce Momjian
2005-04-14Completion of project to use fixed OIDs for all system catalogs andTom Lane
2005-03-18Treat EPERM as a non-error case when checking to see if old postmasterTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-12-26Fix func_ptr declaration for netbsd-mac68k, per Rémi Zara.Tom Lane
2004-10-09Adjust configuration-files GUC behavior as per my recent proposal.Tom Lane
2004-10-04Suppress getppid test on WIN32, per Dave Page.Tom Lane
2004-10-01Adjust postmaster to recognize that a lockfile containing its parent's PIDTom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-01Some mop-up work for savepoints (nested transactions). Store a smallTom Lane
2004-07-12Canonicalize preload_libraries after it is split up, not before.Bruce Momjian
2004-07-11Cleanup for canonicalization fixes, from Tom.Bruce Momjian
2004-06-18Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane
2004-05-30Use the new List API function names throughout the backend, and disable theNeil Conway
2004-05-26Reimplement the linked list data structure used throughout the backend.Neil Conway
2004-04-19* Most changes are to fix warnings issued when compiling win32Bruce Momjian
2004-02-10Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane
2004-02-08Win32 signals cleanup. Patch by Magnus Hagander, with input from ClaudioNeil Conway
2004-01-27Here's the latest win32 signals code, this time in the form of a patchBruce Momjian
2004-01-26Ensure that close() and fclose() are checked for errors, at least inTom Lane
2004-01-08[Forced commit to add log message that I fat-fingered last time]Tom Lane
2004-01-07makeTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-26Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-09-24Repair some REINDEX problems per recent discussions. The relcache isTom Lane
2003-08-04Remove --enable-recode feature, since it's been broken by IPv6 changes,Tom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian