index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
pgstat.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the pgstats logic for delaying destruction of stats table entries.
Tom Lane
2006-04-06
1
-22
/
+5
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Modify pgstats code to reduce performance penalties from oversized stats data
Tom Lane
2006-01-18
1
-9
/
+21
*
Rename variable to cmd_str.
Bruce Momjian
2005-12-31
1
-2
/
+2
*
Rename variable 'what' to 'stat_msg'.
Bruce Momjian
2005-12-31
1
-2
/
+2
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-24
/
+23
*
Revise pgstats stuff to fix the problems with not counting accesses
Tom Lane
2005-10-06
1
-36
/
+37
*
Allow the pgstat views to show toast tables as well as regular tables
Tom Lane
2005-08-15
1
-2
/
+2
*
Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost
Tom Lane
2005-08-11
1
-1
/
+2
*
Clean up a number of autovacuum loose ends. Make the stats collector
Tom Lane
2005-07-29
1
-5
/
+6
*
Integrate autovacuum functionality into the backend. There's still a
Tom Lane
2005-07-14
1
-10
/
+75
*
Clean up the rather historically encumbered interface to now() and
Tom Lane
2005-06-29
1
-6
/
+4
*
Replace pg_shadow and pg_group by new role-capable catalogs pg_authid
Tom Lane
2005-06-28
1
-2
/
+2
*
Fix a couple of items that should be declared Oid not int. Purely
Tom Lane
2005-06-25
1
-2
/
+2
*
This patch reduces the size of the message header used by statistics
Neil Conway
2005-05-11
1
-9
/
+20
*
Complete the following TODO items:
Neil Conway
2005-05-09
1
-2
/
+6
*
Update copyrights that were missed.
Bruce Momjian
2005-01-01
1
-2
/
+2
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-2
/
+2
*
Adjust pgstat message definitions so that the target message size is
Tom Lane
2004-06-26
1
-144
/
+95
*
Arrange to explicitly stop the pgstat processes at the same time we
Tom Lane
2004-06-14
1
-9
/
+2
*
Separate out bgwriter code into a logically separate module, rather
Tom Lane
2004-05-29
1
-2
/
+1
*
Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by
Tom Lane
2004-05-28
1
-26
/
+7
*
Corrects a typo, introduces missing variables, and rearranges the
Bruce Momjian
2004-03-09
1
-1
/
+4
*
Fix sizeof(Oid) in PGSTAT_NUM_TABPURGE. (Actually done in previous commit.)
Bruce Momjian
2004-03-02
1
-3
/
+2
*
Add missing checks for Borland C compiler.
Bruce Momjian
2004-03-02
1
-2
/
+2
*
Continued rearrangement to permit pgstat + BootstrapMain processes to be
Bruce Momjian
2003-12-25
1
-1
/
+24
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
pgindent run.
Bruce Momjian
2003-08-04
1
-2
/
+2
*
Put back encoding-conversion step in processing of incoming queries;
Tom Lane
2003-04-27
1
-2
/
+2
*
Tweak stats collector start logic so that we will not try to spawn a
Tom Lane
2003-04-26
1
-11
/
+21
*
Add start time to pg_stat_activity
Bruce Momjian
2003-03-20
1
-1
/
+5
*
Move new typedef AclId into c.h, so as to avoid cluttering namespace
Tom Lane
2003-01-09
1
-3
/
+1
*
More cleanup of userid to be AclId rather than Oid.
Bruce Momjian
2002-12-05
1
-2
/
+4
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
1
-2
/
+2
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
1
-129
/
+128
*
Fix getopt-vs-init_ps_display problem by copying original argv[] info,
Tom Lane
2001-10-21
1
-2
/
+2
*
Put pgstat internal files into $PGDATA/global.
Peter Eisentraut
2001-09-03
1
-3
/
+3
*
Endeavor to make pgstats buffer process (a) safe and (b) useful.
Tom Lane
2001-08-05
1
-9
/
+7
*
Fix handling of SIGCHLD, per recent pghackers discussion: on some
Tom Lane
2001-08-04
1
-2
/
+2
*
Added GUC configuration options to control access statistics.
Jan Wieck
2001-07-05
1
-16
/
+26
*
gcc did not like new pg_stat macros, for good and sufficient reason.
Tom Lane
2001-06-29
1
-43
/
+65
*
Turned high-frequently called pgstat functions into macros
Jan Wieck
2001-06-29
1
-17
/
+60
*
The new files for statistical system views.
Jan Wieck
2001-06-22
1
-0
/
+380