]> granicus.if.org Git - postgresql/history - src/backend/postmaster
Message editing: remove gratuitous variations in message wording, standardize
[postgresql] / src / backend / postmaster /
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
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-07 Tom LaneRemove check on source address of a statistics packet...
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-12 Tom LaneAvoid unnecessary work when stats collection is disable...
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-28 Tom LaneA visit from the message-style police ...
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 Lanewups, took out one memset too many ...
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-27 Tom LanePut back encoding-conversion step in processing of...
2003-04-26 Tom LaneTweak stats collector start logic so that we will not...
2003-04-25 Bruce MomjianUse closesocket() for all socket/pipe closing, because...
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-03-20 Bruce MomjianAdd start time to pg_stat_activity
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-24 Tom LaneFix some places that were unportably assuming struct...
2002-10-21 Tom LaneRemove unnecessary (and inadequate) check of IsTransact...
2002-10-18 Peter EisentrautImprove formatting of --help output.
2002-09-26 Bruce MomjianPass postmaster -d down to the postgres backend to...
2002-09-25 Tom LaneRemove ShutdownBufferPoolAccess exit callback, and...
2002-09-05 Peter EisentrautFix compilation warning. (Cygwin has char* as second...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-08-29 Bruce MomjianThis patch reserves the last superuser_reserved_connect...
2002-08-29 Tatsuo IshiiRemove #ifdef MULTIBYTE per hackers list discussion.
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-08-04 Bruce MomjianThis patch fixes a probably harmless write of uninitial...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
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-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
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-04-03 Tom LaneAllow postmaster to start up anyway when PGSTAT code...
2002-03-15 Tom LaneRepair two problems with WAL logging of sequence nextva...
2002-03-06 Bruce MomjianChange made to elog:
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...
next