aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster
Commit message (Expand)AuthorAge
* wups, took out one memset too many ...Tom Lane2003-07-22
* Back-patch fix for bugs in pgstat_initstats.Tom Lane2003-07-22
* If a shutdown request comes in while we're still starting up, don'tTom Lane2003-02-23
* Repair an embarrassingly large number of alphabetization mistakes in theTom Lane2003-01-16
* Code review for superuser_reserved_connections patch. Don't try to doTom Lane2002-11-21
* Fix some places that were unportably assuming struct timeval's tv_secTom Lane2002-10-24
* Remove unnecessary (and inadequate) check of IsTransactionBlock() inTom Lane2002-10-21
* Improve formatting of --help output.Peter Eisentraut2002-10-18
* Pass postmaster -d down to the postgres backend to trigger special -dBruce Momjian2002-09-26
* Remove ShutdownBufferPoolAccess exit callback, and do the work inTom Lane2002-09-25
* Fix compilation warning. (Cygwin has char* as second argument ofPeter Eisentraut2002-09-05
* pgindent run.Bruce Momjian2002-09-04
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-02
* This patch reserves the last superuser_reserved_connections slots forBruce Momjian2002-08-29
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-29
* Add db-local user names, per discussion on hackers.Bruce Momjian2002-08-18
* Reverse out XLogDir/-X write-ahead log handling, per discussion.Bruce Momjian2002-08-17
* This patch removes a lot of unused code related to assertions andBruce Momjian2002-08-10
* Implement WAL log location control using "-X" or PGXLOG.Thomas G. Lockhart2002-08-04
* This patch fixes a probably harmless write of uninitialized memory inBruce Momjian2002-08-04
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-20
* Add SET statement_timeout capability. Timeout is in ms. A value ofBruce Momjian2002-07-13
* Update copyright to 2002.Bruce Momjian2002-06-20
* UPDATED PATCH:Bruce Momjian2002-06-14
* Back out SSL changes. Newer patch available.Bruce Momjian2002-06-14
* Attached are a revised set of SSL patches. Many of these patchesBruce Momjian2002-06-14
* Katherine Ward wrote:Jan Wieck2002-06-11
* Rearrange LOG_CONNECTIONS code so that two log messages are made:Tom Lane2002-05-28
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-17
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-05
* Authentication improvements:Bruce Momjian2002-04-04
* Allow postmaster to start up anyway when PGSTAT code fails to initialize,Tom Lane2002-04-03
* Repair two problems with WAL logging of sequence nextvalI() ops, asTom Lane2002-03-15
* Change made to elog:Bruce Momjian2002-03-06
* Further work on elog cleanup: fix some bogosities in elog's logic aboutTom Lane2002-03-04
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* Add code to allow profiling of backends on Linux: save and restore theTom Lane2002-03-02
* Save source of GUC settings, allowing different sources to be processed inPeter Eisentraut2002-02-23
* Add casts to suppress gcc warnings on Solaris (where apparently pid_tTom Lane2002-02-19
* Arrange to call localtime() during postmaster startup. On most Unixen,Tom Lane2002-02-19
* pgstat's truncation of query string needs to be multibyte-aware.Tom Lane2002-02-07
* The result of getopt() should be compared to -1, not EOF, perTom Lane2002-01-10
* If we fail to fork a new backend process, (try to) report the failureTom Lane2002-01-06
* Suppress data directory access-permissions check when __CYGWIN__,Tom Lane2001-12-04
* Fix latent bug in checking for failure of hashtable creation.Tom Lane2001-12-03
* Fix unportable, non-spec-compliant use of offsetof() with a nonconstantTom Lane2001-11-26
* Remove a bunch more no-longer-used stuff in libpq-be.h.Tom Lane2001-11-12
* Defend against possibility that SSL error reporting mechanism returnsTom Lane2001-11-11