summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
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
2001-11-11Defend against possibility that SSL error reporting mechanism returnsTom Lane
2001-11-10Restructure child-exit logging messages for easier translation,Tom Lane
2001-11-06Clean up formatting of child process exit-status reports so that theyTom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-11-04Fix now-obsolete comment.Tom Lane
2001-11-04Merge three existing ways of signaling postmaster from child processes,Tom Lane
2001-11-02Fix pg_pwd caching mechanism, which was broken by changes to forkTom Lane
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-22Further cleanup of ps_status setup code. On platforms where theTom Lane
2001-10-21Fix getopt-vs-init_ps_display problem by copying original argv[] info,Tom Lane
2001-10-19Proper fix for glibc getopt() botch. Surprising we did not see thisTom Lane
2001-10-19Set optreset on platforms that have it before launching postmasterTom Lane