]> granicus.if.org Git - postgresql/history - src/backend/postmaster/postmaster.c
Replace the BufMgrLock with separate locks on the lookup hashtable and
[postgresql] / src / backend / postmaster / postmaster.c
2003-09-12 Tom LaneSomeone (possibly me) foolishly reduced the response...
2003-09-11 Bruce MomjianConsistenly lowercase GUC variable names, in docs and...
2003-09-04 Bruce MomjianRe-upper case CHECKPOINT_SEGMENTS.
2003-09-04 Bruce MomjianLowercase CHECKPOINT_SEGMENTS.
2003-08-12 Tom LaneChange some frequently-reached elog(DEBUG...) calls...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LanePostmaster erroneously rejected SSL connections on...
2003-07-27 Tom Laneelog mop-up: bring some straggling fprintf(stderr)...
2003-07-23 Tom LaneHave a go at fixing various outstanding portability...
2003-07-22 Bruce MomjianAdd GUC parameter to control rendezvous name.
2003-07-22 Tom LaneError message editing in backend/libpq, backend/postmas...
2003-06-12 Bruce MomjianIPv6 cleanups.
2003-06-11 Bruce MomjianAdd Rendezvous support to postmaster, from Chris Campbell
2003-05-28 Tom LaneFix breakage of LINUX_PROFILE code due to recent Window...
2003-05-28 Tom LaneIn bootstrap and standalone-backend modes, do not sort...
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-05-15 Bruce MomjianAllow Win32 to compile under MinGW. Major changes...
2003-05-10 Tom LaneIn child-crashed log messages, identify a checkpoint...
2003-05-09 Bruce MomjianPass canAcceptConnections to exec'ed backend, for Jan.
2003-05-08 Bruce MomjianWrite non-defaults file before signalling the children...
2003-05-08 Tom LaneI think we're done with protocol instability, so mark...
2003-05-08 Bruce MomjianPass shared memory address on command line to exec...
2003-05-06 Bruce MomjianPass shared memory id and socket descriptor number...
2003-05-03 Bruce MomjianCleanup patch for exec() handling.
2003-05-03 Bruce MomjianHandle clog structure in shared memory in exec() case...
2003-05-02 Bruce MomjianSECOND ATTEMPT
2003-05-02 Bruce MomjianBack out second part of patch.
2003-05-02 Bruce MomjianBack out last commit --- wrong patch.
2003-05-02 Bruce MomjianDump/read non-default GUC values for use by exec'ed...
2003-04-26 Tom LaneTweak stats collector start logic so that we will not...
2003-04-22 Tom LaneAnother round of protocol changes. Backend-to-frontend...
2003-04-19 Tom LaneSecond round of FE/BE protocol changes. Frontend-...
2003-04-18 Bruce MomjianMake Win32 tests to match existing Cygwin tests, where...
2003-04-17 Tom LaneFirst phase of FE/BE protocol modifications: new Startu...
2003-04-06 Peter EisentrautGenerate pg_config.h.in by autoheader. Separate out...
2003-03-24 Tom LaneIgnore SIGXFSZ (if platform has it), so that ulimit...
2003-03-20 Bruce Momjian> I can see a couple possible downsides: (a) the librar...
2003-02-23 Tom LaneIf a shutdown request comes in while we're still starti...
2003-01-25 Tom LaneWhere available, use utime() or utimes() to update...
2003-01-16 Tom LaneRepair an embarrassingly large number of alphabetizatio...
2003-01-07 Bruce MomjianSilence compiler warning caused by removal of netinet...
2003-01-06 Peter EisentrautFix for systems that don't have INET_ADDRSTRLEN.
2003-01-06 Bruce MomjianEnable IPv6 connections to the server, and add pg_hba...
2002-12-06 Bruce MomjianBack out V6 code, caused postmaster startup failure.
2002-12-06 Bruce MomjianWe have just finished porting the old KAME IPv6 patch...
2002-11-21 Tom LaneCode review for superuser_reserved_connections patch...
2002-11-18 Tom LaneSuppress compile warning, avoid possible problems with...
2002-11-15 Bruce MomjianAdd checkpoint_warning to warn of excessive checkpoints...
2002-11-15 Bruce MomjianRename hostname_lookup to log_hostname.
2002-11-15 Bruce MomjianRename show_source_port to log_source_port.
2002-11-14 Bruce MomjianRename server_min_messages to log_min_messages. Part...
2002-11-13 Bruce MomjianAdd new palloc0 call as merge of palloc and MemSet(0).
2002-11-11 Bruce MomjianBack out use of palloc0 in place if palloc/MemSet....
2002-11-10 Bruce MomjianMerge palloc()/MemSet(0) calls into a single palloc0...
2002-10-18 Peter EisentrautImprove formatting of --help output.
2002-09-26 Bruce MomjianPass postmaster -d down to the postgres backend to...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-08-29 Bruce MomjianThis patch reserves the last superuser_reserved_connect...
2002-08-18 Bruce MomjianAdd db-local user names, per discussion on hackers.
2002-08-17 Bruce MomjianReverse out XLogDir/-X write-ahead log handling, per...
2002-08-10 Bruce MomjianThis patch removes a lot of unused code related to...
2002-08-04 Thomas G. LockhartImplement WAL log location control using "-X" or PGXLOG.
2002-07-13 Bruce MomjianAdd SET statement_timeout capability. Timeout is in...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-14 Bruce MomjianUPDATED PATCH:
2002-06-14 Bruce MomjianBack out SSL changes. Newer patch available.
2002-06-14 Bruce MomjianAttached are a revised set of SSL patches. Many of...
2002-06-11 Jan WieckKatherine Ward wrote:
2002-05-28 Tom LaneRearrange LOG_CONNECTIONS code so that two log messages...
2002-05-17 Tom LaneMerge the last few variable.c configuration variables...
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2002-04-04 Bruce MomjianAuthentication improvements:
2002-03-15 Tom LaneRepair two problems with WAL logging of sequence nextva...
2002-03-04 Tom LaneFurther work on elog cleanup: fix some bogosities in...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-03-02 Tom LaneAdd code to allow profiling of backends on Linux: save...
2002-02-23 Peter EisentrautSave source of GUC settings, allowing different sources...
2002-02-19 Tom LaneAdd casts to suppress gcc warnings on Solaris (where...
2002-02-19 Tom LaneArrange to call localtime() during postmaster startup...
2002-01-10 Tom LaneThe result of getopt() should be compared to -1, not...
2002-01-06 Tom LaneIf we fail to fork a new backend process, (try to)...
2001-12-04 Tom LaneSuppress data directory access-permissions check when...
2001-11-12 Tom LaneRemove a bunch more no-longer-used stuff in libpq-be.h.
2001-11-11 Tom LaneDefend against possibility that SSL error reporting...
2001-11-10 Tom LaneRestructure child-exit logging messages for easier...
2001-11-06 Tom LaneClean up formatting of child process exit-status report...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-11-04 Tom LaneFix now-obsolete comment.
2001-11-04 Tom LaneMerge three existing ways of signaling postmaster from...
2001-11-02 Tom LaneFix pg_pwd caching mechanism, which was broken by chang...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-22 Tom LaneFurther cleanup of ps_status setup code. On platforms...
2001-10-21 Tom LaneFix getopt-vs-init_ps_display problem by copying origin...
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...
next