summaryrefslogtreecommitdiff
path: root/src/backend/postmaster/pgstat.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some places that were unportably assuming struct timeval's tv_secTom Lane2002-10-241-10/+18
* Remove unnecessary (and inadequate) check of IsTransactionBlock() inTom Lane2002-10-211-9/+1
* Remove ShutdownBufferPoolAccess exit callback, and do the work inTom Lane2002-09-251-1/+5
* Fix compilation warning. (Cygwin has char* as second argument ofPeter Eisentraut2002-09-051-2/+2
* pgindent run.Bruce Momjian2002-09-041-12/+12
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-2/+1
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-021-2/+1
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-291-8/+1
* This patch fixes a probably harmless write of uninitialized memory inBruce Momjian2002-08-041-3/+2
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-201-2/+3
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-3/+3
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-051-1/+2
* Allow postmaster to start up anyway when PGSTAT code fails to initialize,Tom Lane2002-04-031-108/+96
* Change made to elog:Bruce Momjian2002-03-061-8/+8
* pgstat's truncation of query string needs to be multibyte-aware.Tom Lane2002-02-071-1/+8
* Fix latent bug in checking for failure of hashtable creation.Tom Lane2001-12-031-2/+2
* Fix unportable, non-spec-compliant use of offsetof() with a nonconstantTom Lane2001-11-261-4/+7
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-521/+518
* Further cleanup of ps_status setup code. On platforms where theTom Lane2001-10-221-7/+1
* Fix getopt-vs-init_ps_display problem by copying original argv[] info,Tom Lane2001-10-211-13/+10
* Make sure to clean out old activity string when recycling a backend entry.Tom Lane2001-10-161-1/+2
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-051-131/+58
* Clean up a little more carefully around fork of pgstat subprocess.Tom Lane2001-10-011-1/+26
* Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane2001-10-011-51/+58
* Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane2001-08-231-11/+11
* Endeavor to make pgstats buffer process (a) safe and (b) useful.Tom Lane2001-08-051-147/+271
* Fix handling of SIGCHLD, per recent pghackers discussion: on someTom Lane2001-08-041-55/+73
* Added GUC configuration options to control access statistics.Jan Wieck2001-07-051-8/+51
* portability enhancementsPeter Eisentraut2001-06-301-11/+9
* Turned high-frequently called pgstat functions into macrosJan Wieck2001-06-291-225/+1
* The new files for statistical system views.Jan Wieck2001-06-221-0/+2809