postgresql/src/backend/utils
Tom Lane e8ea9e9587 Implement archive_timeout feature to force xlog file switches to occur no more
than N seconds apart.  This allows a simple, if not very high performance,
means of guaranteeing that a PITR archive is no more than N seconds behind
real time.  Also make pg_current_xlog_location return the WAL Write pointer,
add pg_current_xlog_insert_location to return the Insert pointer, and fix
pg_xlogfile_name_offset to return its results as a two-element record instead
of a smashed-together string, as per recent discussion.

Simon Riggs
2006-08-17 23:04:10 +00:00
..
adt Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. 2006-08-12 02:52:06 +00:00
cache Add a hack so that get_type_io_data() can work from bootstrap.c's 2006-08-15 22:36:17 +00:00
error Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
fmgr Seems some C compilers think 'restrict' is a fully reserved word. 2006-08-16 04:32:49 +00:00
hash Remove hash_destroy calls in hash_create's failure paths. As noted by 2006-08-14 12:39:55 +00:00
init Seems some C compilers think 'restrict' is a fully reserved word. 2006-08-16 04:32:49 +00:00
mb Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
misc Implement archive_timeout feature to force xlog file switches to occur no more 2006-08-17 23:04:10 +00:00
mmgr Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: we 2006-08-14 22:57:15 +00:00
resowner Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
sort Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
time More include file adjustments. 2006-07-13 17:47:02 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
Makefile Fix some makefiles that fail to yield good results from 'make -qp'. 2006-07-15 03:33:14 +00:00
probes.d DTrace support, with a small initial set of probes 2006-07-24 16:32:45 +00:00