index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
ref
/
pg_resetxlog.sgml
Age
Commit message (
Expand
)
Author
2017-02-09
Rename user-facing tools with "xlog" in the name to say "wal".
Robert Haas
2016-10-20
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-03-10
doc: Reorganize pg_resetxlog reference page
Peter Eisentraut
2015-12-28
doc: pg_committs -> pg_commit_ts
Alvaro Herrera
2014-12-03
Keep track of transaction commit timestamps
Alvaro Herrera
2014-09-25
Add -D option to specify data directory to pg_controldata and pg_resetxlog.
Heikki Linnakangas
2014-09-05
pg_upgrade: preserve the timestamp epoch
Bruce Momjian
2014-02-24
doc: Improve DocBook XML validity
Peter Eisentraut
2013-12-12
Display old and new values in pg_resetxlog -n output.
Heikki Linnakangas
2013-06-27
Update pg_resetxlog's documentation on multixacts
Alvaro Herrera
2013-01-01
Fix descrition of pg_resetxlog -l parameter
Magnus Hagander
2012-06-26
Fix pg_upgrade, broken by the xlogid/segno -> 64-bit int refactoring.
Heikki Linnakangas
2012-05-19
Some reference page improvements
Peter Eisentraut
2012-05-03
doc: Fix for too many brackets in command synopses on man pages
Peter Eisentraut
2012-04-30
Improve markup of cmdsynopsis elements
Peter Eisentraut
2011-10-10
Add doc index entry for pg_resetxlog.
Robert Haas
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-04-03
Remove unnecessary xref endterm attributes and title ids
Peter Eisentraut
2010-02-19
Document --version and --help options for all client applications (they
Bruce Momjian
2008-09-23
Make LC_COLLATE and LC_CTYPE database-level settings. Collation and
Heikki Linnakangas
2007-01-31
Update reference documentation on may/can/might:
Bruce Momjian
2006-12-08
Remove the logId/logSeg fields from pg_control, because they are not needed
Tom Lane
2006-09-16
Remove emacs info from footer of SGML files.
Bruce Momjian
2006-08-21
Make the server track an 'XID epoch', that is, maintain higher-order bits
Tom Lane
2006-06-18
Merge postmaster and postgres command into just postgres. postmaster
Peter Eisentraut
2006-06-03
Remove pg_resetxlog -r flag, feature has problems referenced here:
Bruce Momjian
2006-04-26
Allow pg_resetxlog -f to reset pg_control counters using xlog
Bruce Momjian
2006-04-25
Adjust SGML spacing.
Bruce Momjian
2005-11-04
Spellchecking run, final cleanups
Peter Eisentraut
2005-06-08
Change WAL-logging scheme for multixacts to be more like regular
Tom Lane
2005-04-28
Implement sharable row-level locks, and use them for foreign key references
Tom Lane
2004-12-20
Adjust pg_resetxlog to handle 8.0 WAL file names properly.
Tom Lane
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-03-24
Another big editing pass for consistent content and presentation.
Peter Eisentraut
2002-10-02
Re-enable pg_resetxlog to accept -l values in hexadecimal (it used to
Tom Lane
2002-08-29
Make pg_resetxlog options parsing more standard and prepare messages for
Peter Eisentraut
2002-08-17
Fix typo.
Tom Lane
2002-08-17
Editorial corrections.
Tom Lane
2002-08-17
Broken markup.
Tom Lane
2002-08-17
Add doc file for pg_resetxlog.
Bruce Momjian