summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/miscinit.c
AgeCommit message (Expand)Author
2010-04-20Arrange for client authentication to occur before we select a specificTom Lane
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-02-07Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-09Prevent indirect security attacks via changing session-local state withinTom Lane
2009-10-07Make it possibly to specify GUC params per user and per database.Alvaro Herrera
2009-08-27Make it reasonably safe to use pg_ctl to start the postmaster from a boot-timeTom Lane
2009-08-12Allow backends to start up without use of the flat-file copy of pg_database.Tom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-04-08Tell gettext which codeset to use by calling bind_textdomain_codeset(). WeHeikki Linnakangas
2009-03-08On Windows, call bind_textdomain_codeset on domains other than the default one,Alvaro Herrera
2009-01-05Quiet repeated "loaded library" messages from child backends that are justTom Lane
2009-01-03Allow loadable modules to create PGC_POSTMASTER GUC variables, but onlyTom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-11Append major version number and for libraries soname major version numberPeter Eisentraut
2008-10-09Improve translatability of error messages for external modules by tweakingAlvaro Herrera
2008-03-27Remove ipcclean utility command --- didn't work on all Unixes and onBruce Momjian
2008-01-03Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-09-11Arrange for SET LOCAL's effects to persist until the end of the current topTom Lane
2007-09-03Implement function-local GUC parameter settings, as per recent discussion.Tom Lane
2007-02-15Restructure autovacuum in two processes: a dummy process, which runsAlvaro Herrera
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
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