summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2001-07-05Added GUC configuration options to control access statistics.Jan Wieck
2001-07-03Start the stats collector at a less randomly chosen time. Bad ideaTom Lane
2001-07-01Under new theory of operation wherein postmaster forks childrenTom Lane
2001-06-30portability enhancementsPeter Eisentraut
2001-06-29Turned high-frequently called pgstat functions into macrosJan Wieck
2001-06-29Fix erroneous GUC variable references from commandline-GUC patch.Tom Lane
2001-06-25Fix a couple remaining places where GUC variables were assigned toTom Lane
2001-06-23> Marko Kreen <marko@l-t.ee> writes:Bruce Momjian
2001-06-22The new files for statistical system views.Jan Wieck
2001-06-22Statistical system views (yet without the config stuff, butJan Wieck
2001-06-21A bit of code beautification/cleanup of obsolete comments. RethinkTom Lane
2001-06-20Handle reading of startup packet and authentication exchange after forkingPeter Eisentraut
2001-06-19Back out SET ALL patch because it is breaking things.Bruce Momjian
2001-06-18RESET ALL secondary patch:Bruce Momjian
2001-06-16Tweak startup sequence so that running out of PROC array slots isTom Lane
2001-06-14Add missing PG_SETMASK(&BlockSig) to SIGHUP_handler().Tom Lane
2001-06-12Extend GUC concepts of parse_hook and assign_hook to all four supportedTom Lane
2001-06-11Move temporary files into 'pg_tempfiles' subdirectory of each databaseTom Lane
2001-06-07reset all: command line and .conf options change defaultsBruce Momjian
2001-06-03Mark many strings in backend not covered by elog for translation. Also,Peter Eisentraut
2001-05-30Remove SEP_CHAR, replace with / or '/' as appropriate.Bruce Momjian
2001-05-25Oops, only wanted python change in the last commit. Backing out.Bruce Momjian
2001-05-25While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian
2001-04-19Add extern int optreset declaration, per bug report from <info@decc.nl>.Peter Eisentraut
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-03-14Don't go belly-up if fork() fails for a routine checkpoint subprocess.Tom Lane
2001-03-13XLOG (and related) changes:Tom Lane
2001-02-20Truncate incoming username and database name to NAMEDATALEN-1 charactersTom Lane
2001-02-11Improve error message when startup or shutdown proc fails.Tom Lane
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2001-02-08When launching a child backend, take care to close file descriptors forTom Lane
2001-01-27Re-read Unix-socket lock file every so often (every CheckPoint interval,Tom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-12-28New WAL version - CRC and data blocks backup.Vadim B. Mikheev
2000-12-20Prevent freshly-started backend from ignoring SIGUSR1, per race conditionTom Lane
2000-12-18>> Here is a patch for the beos port (All regression tests are OK).Bruce Momjian
2000-12-18Ensure that 'errno' is saved and restored by all signal handlers thatTom Lane
2000-12-03Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane
2000-11-30Repair residual sillinesses from UUNET virtual host/socket path patch.Tom Lane
2000-11-29Just noticed that with -S switch, MyProcPid is permanently wrong inTom Lane
2000-11-29Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the UnixTom Lane
2000-11-28Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane
2000-11-27Not invoke CheckPoint process while postmaster is waiting for all backendsHiroshi Inoue
2000-11-25Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;Tom Lane
2000-11-25Advertise --help (rather than '-?') as help option (problems with csh).Peter Eisentraut
2000-11-25Rename GUC name from unixsocket to unix_socket_directoryBruce Momjian
2000-11-21Put external declarations into header files.Peter Eisentraut
2000-11-15Rename parameter "hostname" to "virtual_host". Seemed very ambiguous...Peter Eisentraut
2000-11-14Extend CREATE DATABASE to allow selection of a template database to beTom Lane
2000-11-14Update and polish postmaster and postgres help output and man pages.Peter Eisentraut