summaryrefslogtreecommitdiff
path: root/src/include/miscadmin.h
AgeCommit message (Expand)Author
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
2004-02-06Cost based vacuum delay feature.Jan Wieck
2004-02-03Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane
2004-01-30Remove sleep() and use single PG_SLEEP call for Win32 signal handlingBruce Momjian
2004-01-26[all] Removed call to getppid in SendPostmasterSignal, replacing with aBruce Momjian
2004-01-26Back out win32 patch so we can apply it separately.Bruce Momjian
2004-01-26Attached is a patch that fixes some trivial typos and alignment. PleaseBruce Momjian
2004-01-22Remove ExpandDatabasePath(), which is unused and must have been so sinceTom Lane
2004-01-09Oops, can't do cpp tests inside macros; make two macros instead.Bruce Momjian
2004-01-09Change PG_DELAY from msec to usec and use it consistenly rather thanBruce Momjian
2004-01-06Final rearrangement of main postgresql child process (ie.Bruce Momjian
2004-01-06Remove unused 'noversion' command-line option processing from theNeil Conway
2003-12-21Back out:Bruce Momjian
2003-12-20In my mind there were two categories of open issuesBruce Momjian
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-11-132nd try for the ARC strategy.Jan Wieck
2003-11-13ARC strategy backed out ... sorryJan Wieck
2003-11-13Replacement of the buffer replacement strategy with an ARCJan Wieck
2003-09-24Repair some REINDEX problems per recent discussions. The relcache isTom Lane
2003-08-26Mop-up for previous change to determine default shared_buffers andTom 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
2003-07-29Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane