summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2003-02-23If a shutdown request comes in while we're still starting up, don'tTom Lane
2003-01-25Where available, use utime() or utimes() to update the file mod timeTom Lane
2003-01-16Repair an embarrassingly large number of alphabetization mistakes in theTom Lane
2003-01-07Silence compiler warning caused by removal of netinet/in.hBruce Momjian
2003-01-06Fix for systems that don't have INET_ADDRSTRLEN.Peter Eisentraut
2003-01-06Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian
2002-12-06Back out V6 code, caused postmaster startup failure.Bruce Momjian
2002-12-06We have just finished porting the old KAME IPv6 patch over toBruce Momjian
2002-11-21Code review for superuser_reserved_connections patch. Don't try to doTom Lane
2002-11-18Suppress compile warning, avoid possible problems with signed vs. unsignedTom Lane
2002-11-15Add checkpoint_warning to warn of excessive checkpoints caused by tooBruce Momjian
2002-11-15Rename hostname_lookup to log_hostname.Bruce Momjian
2002-11-15Rename show_source_port to log_source_port.Bruce Momjian
2002-11-14Rename server_min_messages to log_min_messages. Part of consolidationBruce Momjian
2002-11-13Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian
2002-11-11Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian
2002-11-10Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian
2002-10-24Fix some places that were unportably assuming struct timeval's tv_secTom Lane
2002-10-21Remove unnecessary (and inadequate) check of IsTransactionBlock() inTom Lane
2002-10-18Improve formatting of --help output.Peter Eisentraut
2002-09-26Pass postmaster -d down to the postgres backend to trigger special -dBruce Momjian
2002-09-25Remove ShutdownBufferPoolAccess exit callback, and do the work inTom Lane
2002-09-05Fix compilation warning. (Cygwin has char* as second argument ofPeter Eisentraut
2002-09-04pgindent run.Bruce Momjian
2002-09-02Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian
2002-09-02Code review for HeapTupleHeader changes. Add version number to page headersTom Lane
2002-08-29This patch reserves the last superuser_reserved_connections slots forBruce Momjian
2002-08-29Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii
2002-08-18Add db-local user names, per discussion on hackers.Bruce Momjian
2002-08-17Reverse out XLogDir/-X write-ahead log handling, per discussion.Bruce Momjian
2002-08-10This patch removes a lot of unused code related to assertions andBruce Momjian
2002-08-04Implement WAL log location control using "-X" or PGXLOG.Thomas G. Lockhart
2002-08-04This patch fixes a probably harmless write of uninitialized memory inBruce Momjian
2002-07-20oid is needed, it is added at the end of the struct (after the nullBruce Momjian
2002-07-13Add SET statement_timeout capability. Timeout is in ms. A value ofBruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-14UPDATED PATCH:Bruce Momjian
2002-06-14Back out SSL changes. Newer patch available.Bruce Momjian
2002-06-14Attached are a revised set of SSL patches. Many of these patchesBruce Momjian
2002-06-11Katherine Ward wrote:Jan Wieck
2002-05-28Rearrange LOG_CONNECTIONS code so that two log messages are made:Tom Lane
2002-05-20Restructure indexscan API (index_beginscan, index_getnext) perTom Lane
2002-05-17Merge the last few variable.c configuration variables into the genericTom Lane
2002-05-05Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane
2002-04-04Authentication improvements:Bruce Momjian
2002-04-03Allow postmaster to start up anyway when PGSTAT code fails to initialize,Tom Lane
2002-03-15Repair two problems with WAL logging of sequence nextvalI() ops, asTom Lane
2002-03-06Change made to elog:Bruce Momjian
2002-03-04Further work on elog cleanup: fix some bogosities in elog's logic aboutTom Lane
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian