summaryrefslogtreecommitdiff
path: root/src/backend/postmaster/pgstat.c
AgeCommit message (Expand)Author
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-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-16Make sure to clean out old activity string when recycling a backend entry.Tom Lane
2001-10-05Further cleanup of dynahash.c API, in pursuit of portability andTom Lane
2001-10-01Clean up a little more carefully around fork of pgstat subprocess.Tom Lane
2001-10-01Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane
2001-08-23Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane
2001-08-05Endeavor to make pgstats buffer process (a) safe and (b) useful.Tom Lane
2001-08-04Fix handling of SIGCHLD, per recent pghackers discussion: on someTom Lane
2001-07-05Added GUC configuration options to control access statistics.Jan Wieck
2001-06-30portability enhancementsPeter Eisentraut
2001-06-29Turned high-frequently called pgstat functions into macrosJan Wieck
2001-06-22The new files for statistical system views.Jan Wieck