summaryrefslogtreecommitdiff
path: root/src/include/miscadmin.h
AgeCommit message (Expand)Author
2008-02-20Rename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_VERSIONSTR toTom Lane
2008-02-17Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane
2008-01-03Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-08-02Move session_start out of MyProcPort stucture and make it a global called MyS...Andrew Dunstan
2007-07-25Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander
2007-04-16Add a multi-worker capability to autovacuum. This allows multiple workerAlvaro Herrera
2007-03-01Fix date/time formats for XML Schema output.Peter Eisentraut
2007-02-15Restructure autovacuum in two processes: a dummy process, which runsAlvaro Herrera
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-19Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane
2006-09-04sslinfo contrib module - information about current SSL certificatePeter Eisentraut
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-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-01-05Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-25Fix Windows setitimer() emulation to not depend on delivering an APCTom Lane
2005-10-22Temporarily disable Qingqing's Windows signal processing patch, so thatTom Lane
2005-10-21Improve performance of CHECK_FOR_INTERRUPTS() macro on Windows by not doingTom Lane
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-25Add SET ROLE. This is a partial commit of Stephen Frost's recent patch;Tom Lane
2005-07-04Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane
2005-06-28Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane
2005-02-26Finish up the flat-files project: get rid of GetRawDatabaseInfo() hackTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-11-14Remove GUC USERLIMIT variable category, making the affected variablesTom Lane
2004-10-22Fix tsearch build problems.Tom Lane
2004-10-18Remove use of "miscadmin.h" in port C files and remove test for frontendBruce Momjian
2004-10-18The attached patch fixes psql's win32 frontend-only build, by usingBruce Momjian
2004-10-09Adjust configuration-files GUC behavior as per my recent proposal.Tom Lane
2004-09-06Fix error in Windows version of CHECK_FOR_INTERRUPTS macro.Tom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-06Rename vacuum_cost_naptime to vacuum_cost_delay, with agreement from Jan.Bruce Momjian
2004-08-01Some mop-up work for savepoints (nested transactions). Store a smallTom Lane
2004-06-18Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane
2004-05-29Separate out bgwriter code into a logically separate module, ratherTom Lane
2004-05-28Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane
2004-05-18Clean up some relative path install issues with Claudio's help.Bruce Momjian
2004-05-17Reorganize code to allow path-relative installs.Bruce Momjian
2004-05-13Reorganize backend code to more cleanly manage executable names andBruce Momjian
2004-05-11As part of the work for making relocatable installs, I have re-factoredBruce Momjian
2004-04-12Here's an attempt at new socket and signal code for win32.Bruce Momjian
2004-03-24Replace max_expr_depth parameter with a max_stack_depth parameter thatTom Lane
2004-03-23Replace the virtual_host and tcpip_socket parameters with a unifiedTom Lane
2004-02-10Centralize implementation of delay code by creating a pg_usleep()Tom Lane
2004-02-08Win32 signals cleanup. Patch by Magnus Hagander, with input from ClaudioNeil Conway