]> granicus.if.org Git - postgresql/history - src/backend/postmaster/postmaster.c
Proper fix for glibc getopt() botch. Surprising we did not see this
[postgresql] / src / backend / postmaster / postmaster.c
2001-10-19 Tom LaneProper fix for glibc getopt() botch. Surprising we...
2001-10-19 Tom LaneSet optreset on platforms that have it before launching...
2001-10-19 Tom LaneEnsure that all startup paths (postmaster, standalone...
2001-10-19 Tom LaneMove init_ps_display from postgres.c to postmaster...
2001-10-03 Tom LaneConsistently use gcc's __attribute__((format)) to check...
2001-09-30 Tom LaneISTM that IsUnderPostmaster should mean we are a child...
2001-09-21 Tom LaneCode review for MD5 authorization patch. Clean up...
2001-09-21 Tom LaneAdd an overall timeout on the client authentication...
2001-09-08 Tom LaneClean up some confusion about where and how to set...
2001-09-07 Jan WieckEnable SIGTERM and SIGQUIT during client authentication so
2001-09-07 Tom LaneMissed a few places that referred to a compile-time...
2001-09-07 Tom LaneGet rid of PID entries in shmem hash table; there is...
2001-08-30 Peter EisentrautConvert some fprintf's to elog's.
2001-08-17 Bruce MomjianAdd 4-byte MD5 salt.
2001-08-05 Tom LaneEndeavor to make pgstats buffer process (a) safe and...
2001-08-04 Tom LaneFix handling of SIGCHLD, per recent pghackers discussio...
2001-07-31 Tom LaneCleanup code for preparsing pg_hba.conf and pg_ident...
2001-07-30 Bruce MomjianLoad pg_hba.conf and pg_ident.conf on startup and SIGHU...
2001-07-03 Tom LaneStart the stats collector at a less randomly chosen...
2001-07-01 Tom LaneUnder new theory of operation wherein postmaster forks...
2001-06-29 Tom LaneFix erroneous GUC variable references from commandline...
2001-06-25 Tom LaneFix a couple remaining places where GUC variables were...
2001-06-23 Bruce Momjian> Marko Kreen <marko@l-t.ee> writes:
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-06-21 Tom LaneA bit of code beautification/cleanup of obsolete commen...
2001-06-20 Peter EisentrautHandle reading of startup packet and authentication...
2001-06-19 Bruce MomjianBack out SET ALL patch because it is breaking things.
2001-06-18 Bruce MomjianRESET ALL secondary patch:
2001-06-16 Tom LaneTweak startup sequence so that running out of PROC...
2001-06-14 Tom LaneAdd missing PG_SETMASK(&BlockSig) to SIGHUP_handler().
2001-06-12 Tom LaneExtend GUC concepts of parse_hook and assign_hook to...
2001-06-11 Tom LaneMove temporary files into 'pg_tempfiles' subdirectory...
2001-06-07 Bruce Momjianreset all: command line and .conf options change defaults
2001-06-03 Peter EisentrautMark many strings in backend not covered by elog for...
2001-05-30 Bruce MomjianRemove SEP_CHAR, replace with / or '/' as appropriate.
2001-05-25 Bruce MomjianOops, only wanted python change in the last commit...
2001-05-25 Bruce MomjianWhile changing Cygwin Python to build its core as a...
2001-04-19 Peter EisentrautAdd extern int optreset declaration, per bug report...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-14 Tom LaneDon't go belly-up if fork() fails for a routine checkpo...
2001-03-13 Tom LaneXLOG (and related) changes:
2001-02-20 Tom LaneTruncate incoming username and database name to NAMEDAT...
2001-02-11 Tom LaneImprove error message when startup or shutdown proc...
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2001-02-08 Tom LaneWhen launching a child backend, take care to close...
2001-01-27 Tom LaneRe-read Unix-socket lock file every so often (every...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-28 Vadim B. MikheevNew WAL version - CRC and data blocks backup.
2000-12-20 Tom LanePrevent freshly-started backend from ignoring SIGUSR1...
2000-12-18 Bruce Momjian>> Here is a patch for the beos port (All regressio...
2000-12-18 Tom LaneEnsure that 'errno' is saved and restored by all signal...
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-11-30 Tom LaneRepair residual sillinesses from UUNET virtual host...
2000-11-29 Tom LaneJust noticed that with -S switch, MyProcPid is permanen...
2000-11-29 Tom LaneGet rid of not-very-portable fcntl(F_SETLK) mechanism...
2000-11-28 Tom LaneSignificant cleanups in SysV IPC handling (shared mem...
2000-11-27 Hiroshi InoueNot invoke CheckPoint process while postmaster is waiti...
2000-11-25 Tom LaneStore current LC_COLLATE and LC_CTYPE settings in pg_co...
2000-11-25 Peter EisentrautAdvertise --help (rather than '-?') as help option...
2000-11-25 Bruce MomjianRename GUC name from unixsocket to unix_socket_directory
2000-11-21 Peter EisentrautPut external declarations into header files.
2000-11-15 Peter EisentrautRename parameter "hostname" to "virtual_host". Seemed...
2000-11-14 Tom LaneExtend CREATE DATABASE to allow selection of a template...
2000-11-14 Peter EisentrautUpdate and polish postmaster and postgres help output...
2000-11-14 Bruce MomjianRename PortName to PortNumber.
2000-11-13 Bruce MomjianRemove -k unix socketpath option from client side,...
2000-11-13 Bruce MomjianUUNET is looking into offering PostgreSQL as a part...
2000-11-12 Tom LaneKeep track of the last active slot in the shared ProcSt...
2000-11-09 Vadim B. MikheevAuto checkpoint creation.
2000-11-08 Peter EisentrautAdd '-c name=val' flag for setting run-time parameters.
2000-11-06 Peter EisentrautAdd -V option to backend, to show version, since -...
2000-11-04 Peter EisentrautMake the backend grok relative paths for the data direc...
2000-11-01 Peter EisentrautAdd runtime configuration options to control permission...
2000-10-28 Bruce Momjianbeos fixes from Cyril VELTER
2000-10-25 Tom LaneClean up broken test for whether to wait for input...
2000-10-24 Tom LaneCheck for SIGHUP and process config file updates just...
2000-10-21 Vadim B. MikheevWAL
2000-10-16 Vadim B. MikheevNew file naming. Database OID is used as "tablespace...
2000-10-11 Bruce MomjianOops, back out my unintended changes.
2000-10-11 Bruce MomjianUpdate make_mkid
2000-10-08 Tatsuo IshiiAdd runtime configuration option "silent_mode".
2000-10-03 Bruce MomjianNew diff that now covers the entire tree. Applying...
2000-10-02 Peter EisentrautBanish caddr_t (mostly), use Datum where appropriate.
2000-09-06 Peter EisentrautA bit of cleanup after SSL patch. Add it to config...
2000-09-06 Peter EisentrautCode cleanup of user name and user id handling in the...
2000-08-30 Bruce MomjianSSL patch from Magnus
2000-08-29 Tom LaneInclude kernel error message in failed-to-open file...
2000-08-29 Peter EisentrautRevert removal of signed, volatile, and signal handler...
2000-08-27 Peter EisentrautRemove configure tests for `signed', `volatile', and...
2000-08-20 Peter EisentrautIntroduce HAVE_UNIX_SOCKETS symbol to replace repeatedl...
2000-08-07 Tom LaneClean up bogosities in use of random(3) and srandom...
2000-07-28 Tom LaneRemove <values.h> inclusions, no-longer-needed MAXINT...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-07-12 Peter EisentrautRemove a bunch of unused configure tests, in particular...
2000-07-12 Peter EisentrautAdd assert checking to GUC ("debug_assertions")
2000-07-09 Peter EisentrautAnother round of those unportable config/build changes :-/
2000-07-08 Tom LaneRemove long-dead support for invoking queries from...
2000-07-03 Peter EisentrautMove PGPORT envar handling to ResetAllOptions(). Improv...
2000-07-02 Peter EisentrautVersion number now set in configure, available through...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
next