postgresql/src/bin
Joe Conway 241448b23a Rename (new|old)estCommitTs to (new|old)estCommitTsXid
The variables newestCommitTs and oldestCommitTs sound as if they are
timestamps, but in fact they are the transaction Ids that correspond
to the newest and oldest timestamps rather than the actual timestamps.
Rename these variables to reflect that they are actually xids: to wit
newestCommitTsXid and oldestCommitTsXid respectively. Also modify
related code in a similar fashion, particularly the user facing output
emitted by pg_controldata and pg_resetxlog.

Complaint and patch by me, review by Tom Lane and Alvaro Herrera.
Backpatch to 9.5 where these variables were first introduced.
2015-12-28 12:34:11 -08:00
..
initdb Avoid VACUUM FULL altogether in initdb. 2015-12-23 20:09:01 -05:00
pg_archivecleanup Make WAL-related utilities handle .partial WAL files properly. 2015-07-03 11:53:58 +09:00
pg_basebackup Fix translation domain in pg_basebackup 2015-12-28 10:50:35 -03:00
pg_config Translation updates 2015-06-28 23:56:55 -04:00
pg_controldata Rename (new|old)estCommitTs to (new|old)estCommitTsXid 2015-12-28 12:34:11 -08:00
pg_ctl Refactor Perl test code 2015-12-02 18:46:16 -03:00
pg_dump Fix factual and grammatical errors in comments for struct _tableInfo. 2015-12-24 10:42:58 -05:00
pg_resetxlog Rename (new|old)estCommitTs to (new|old)estCommitTsXid 2015-12-28 12:34:11 -08:00
pg_rewind Remove unnecessary row ordering dependency in pg_rewind test suite. 2015-12-24 11:38:31 -05:00
pg_test_fsync Move pg_test_fsync from contrib/ to src/bin/ 2015-04-19 22:20:49 -04:00
pg_test_timing Move pg_test_timing from contrib/ to src/bin/ 2015-04-20 21:30:12 -04:00
pg_upgrade Fix omission of -X (--no-psqlrc) in some psql invocations. 2015-12-28 11:46:43 -05:00
pg_xlogdump Improve includes introduced in the replication origins patch. 2015-08-06 12:41:46 +02:00
pgbench pgbench: Change terminology from "threshold" to "parameter". 2015-12-18 13:24:51 -05:00
pgevent Update copyright for 2015 2015-01-06 11:43:47 -05:00
psql Improve SECURITY LABEL tab completion 2015-12-25 22:56:01 +09:00
scripts Improve handling of password reuse in src/bin/scripts programs. 2015-12-23 15:45:43 -05:00
Makefile Move pg_xlogdump from contrib/ to src/bin/ 2015-04-21 19:03:49 -04:00