aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster/pgstat.c
Commit message (Expand)AuthorAge
* 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
* 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
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-29
* 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
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-05
* Allow postmaster to start up anyway when PGSTAT code fails to initialize,Tom Lane2002-04-03
* Change made to elog:Bruce Momjian2002-03-06
* pgstat's truncation of query string needs to be multibyte-aware.Tom Lane2002-02-07
* 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
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Further cleanup of ps_status setup code. On platforms where theTom Lane2001-10-22
* Fix getopt-vs-init_ps_display problem by copying original argv[] info,Tom Lane2001-10-21
* Make sure to clean out old activity string when recycling a backend entry.Tom Lane2001-10-16
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-05
* Clean up a little more carefully around fork of pgstat subprocess.Tom Lane2001-10-01
* Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane2001-10-01
* Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane2001-08-23
* Endeavor to make pgstats buffer process (a) safe and (b) useful.Tom Lane2001-08-05
* Fix handling of SIGCHLD, per recent pghackers discussion: on someTom Lane2001-08-04
* Added GUC configuration options to control access statistics.Jan Wieck2001-07-05
* portability enhancementsPeter Eisentraut2001-06-30
* Turned high-frequently called pgstat functions into macrosJan Wieck2001-06-29
* The new files for statistical system views.Jan Wieck2001-06-22