summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2003-11-30Back-patch fix to cause stats processes to detach from shared memory,Tom Lane
2003-07-22wups, took out one memset too many ...Tom Lane
2003-07-22Back-patch fix for bugs in pgstat_initstats.Tom Lane
2003-02-23If a shutdown request comes in while we're still starting up, don'tTom Lane
2003-01-16Repair an embarrassingly large number of alphabetization mistakes in theTom Lane
2002-11-21Code review for superuser_reserved_connections patch. Don't try to doTom Lane
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
2002-03-02Add code to allow profiling of backends on Linux: save and restore theTom Lane
2002-02-23Save source of GUC settings, allowing different sources to be processed inPeter Eisentraut
2002-02-19Add casts to suppress gcc warnings on Solaris (where apparently pid_tTom Lane
2002-02-19Arrange to call localtime() during postmaster startup. On most Unixen,Tom Lane
2002-02-07pgstat's truncation of query string needs to be multibyte-aware.Tom Lane
2002-01-10The result of getopt() should be compared to -1, not EOF, perTom Lane
2002-01-06If we fail to fork a new backend process, (try to) report the failureTom Lane
2001-12-04Suppress data directory access-permissions check when __CYGWIN__,Tom Lane
2001-12-03Fix latent bug in checking for failure of hashtable creation.Tom Lane
2001-11-26Fix unportable, non-spec-compliant use of offsetof() with a nonconstantTom Lane
2001-11-12Remove a bunch more no-longer-used stuff in libpq-be.h.Tom Lane