postgresql/src/backend
Magnus Hagander c87ff71f37 Expose the estimation of number of changed tuples since last analyze
This value, now pg_stat_all_tables.n_mod_since_analyze, was already
tracked and used by autovacuum, but not exposed to the user.

Mark Kirkwood, review by Laurenz Albe
2013-07-05 15:10:15 +02:00
..
access Fix typo in comment. 2013-07-05 02:47:49 +09:00
bootstrap Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. 2013-07-02 09:47:01 -04:00
catalog Expose the estimation of number of changed tuples since last analyze 2013-07-05 15:10:15 +02:00
commands Get rid of pg_class.reltoastidxid. 2013-07-04 03:24:09 +09:00
executor Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. 2013-07-02 09:47:01 -04:00
foreign
lib pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
libpq Avoid reading below the start of a stack variable in tokenize_file(). 2013-06-12 19:50:52 -04:00
main Renovate display of non-ASCII messages on Windows. 2013-06-26 11:17:33 -04:00
nodes Add a convenience routine makeFuncCall to reduce duplication. 2013-07-01 14:46:54 -04:00
optimizer Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests. 2013-06-05 23:45:11 -04:00
parser Add a convenience routine makeFuncCall to reduce duplication. 2013-07-01 14:46:54 -04:00
po Translation updates 2013-06-24 14:16:44 -04:00
port Use SA_RESTART for all signals, including SIGALRM. 2013-06-15 15:39:51 -04:00
postmaster Add new GUC, max_worker_processes, limiting number of bgworkers. 2013-07-04 11:24:24 -04:00
regex pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
replication Support clean switchover. 2013-06-26 02:14:37 +09:00
rewrite Get rid of pg_class.reltoastidxid. 2013-07-04 03:24:09 +09:00
snowball
storage Add new GUC, max_worker_processes, limiting number of bgworkers. 2013-07-04 11:24:24 -04:00
tcop Change errcode for lock_timeout to match NOWAIT 2013-06-29 00:57:25 +01:00
tsearch pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
utils Expose the estimation of number of changed tuples since last analyze 2013-07-05 15:10:15 +02:00
.gitignore
common.mk
Makefile
nls.mk