postgresql/src/backend/utils
Heikki Linnakangas b186523fd9 Send status updates back from standby server to master, indicating how far
the standby has written, flushed, and applied the WAL. At the moment, this
is for informational purposes only, the values are only shown in
pg_stat_replication system view, but in the future they will also be needed
for synchronous replication.

Extracted from Simon riggs' synchronous replication patch by Robert Haas, with
some tweaking by me.
2011-02-10 21:04:02 +02:00
..
adt Track last time for statistics reset on databases and bgwriter 2011-02-10 15:14:04 +01:00
cache Per-column collation support 2011-02-08 23:04:18 +02:00
error Revert patch adding support for logging the current role. 2011-01-12 11:59:21 -05:00
fmgr Per-column collation support 2011-02-08 23:04:18 +02:00
hash Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
init Log replication connections only when log_connections is on 2011-01-18 20:02:25 +01:00
mb Per-column collation support 2011-02-08 23:04:18 +02:00
misc Send status updates back from standby server to master, indicating how far 2011-02-10 21:04:02 +02:00
mmgr Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
resowner Implement genuine serializable isolation level. 2011-02-08 00:09:08 +02:00
sort Per-column collation support 2011-02-08 23:04:18 +02:00
time Implement genuine serializable isolation level. 2011-02-08 00:09:08 +02:00
.gitignore Avoid maintaining three separate copies of the error codes list. 2011-02-03 22:32:49 -05:00
Gen_dummy_probes.sed Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
Gen_fmgrtab.pl Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
Makefile Make handling of errcodes.h more consistent with other generated headers. 2011-02-04 09:29:10 -05:00
errcodes.txt Per-column collation support 2011-02-08 23:04:18 +02:00
generate-errcodes.pl Avoid maintaining three separate copies of the error codes list. 2011-02-03 22:32:49 -05:00
probes.d Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00