index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_resetxlog
/
pg_resetxlog.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename user-facing tools with "xlog" in the name to say "wal".
Robert Haas
2017-02-09
1
-1184
/
+0
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Reduce the default for max_worker_processes back to 8.
Robert Haas
2016-12-05
1
-2
/
+2
*
Add max_parallel_workers GUC.
Robert Haas
2016-12-02
1
-2
/
+2
*
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-20
1
-1
/
+1
*
Change delimiter used for display of NextXID
Joe Conway
2016-02-12
1
-1
/
+1
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-12-28
1
-22
/
+22
*
Make pg_controldata report newest XID with valid commit timestamp
Fujii Masao
2015-09-24
1
-2
/
+2
*
Review program help output for wording and formatting
Peter Eisentraut
2015-09-16
1
-1
/
+2
*
Don't use function definitions looking like old-style ones.
Andres Freund
2015-08-15
1
-1
/
+1
*
Improve includes introduced in the replication origins patch.
Andres Freund
2015-08-06
1
-2
/
+0
*
Make WAL-related utilities handle .partial WAL files properly.
Fujii Masao
2015-07-03
1
-3
/
+7
*
Make use of xlog_internal.h's macros in WAL-related utilities.
Fujii Masao
2015-07-02
1
-6
/
+5
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-3
/
+3
*
Add macros to check if a filename is a WAL segment or other such file.
Heikki Linnakangas
2015-05-08
1
-2
/
+6
*
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-29
1
-0
/
+3
*
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-14
1
-2
/
+2
*
Run pg_upgrade and pg_resetxlog with restricted token on Windows
Andrew Dunstan
2015-03-30
1
-0
/
+3
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-03
1
-8
/
+67
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
1
-5
/
+9
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
1
-0
/
+1
*
Switch to CRC-32C in WAL and other places.
Heikki Linnakangas
2014-11-04
1
-15
/
+15
*
Complain if too many options are passed to pg_controldata or pg_resetxlog.
Heikki Linnakangas
2014-10-24
1
-3
/
+14
*
Add -D option to specify data directory to pg_controldata and pg_resetxlog.
Heikki Linnakangas
2014-09-25
1
-6
/
+10
*
Small message fixes
Peter Eisentraut
2014-08-09
1
-1
/
+1
*
Add defenses against running with a wrong selection of LOBLKSIZE.
Tom Lane
2014-06-05
1
-0
/
+4
*
Propagate system identifier generation improvement into pg_resetxlog.
Tom Lane
2014-05-27
1
-1
/
+2
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-2
/
+2
*
Remove MinGW readdir/errno bug workaround fixed on 2003-10-10
Bruce Momjian
2014-03-21
1
-18
/
+0
*
Properly check for readdir/closedir() failures
Bruce Momjian
2014-03-21
1
-27
/
+30
*
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-13
1
-3
/
+3
*
Centralize getopt-related declarations in a new header file pg_getopt.h.
Tom Lane
2014-02-15
1
-6
/
+1
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.
Fujii Masao
2013-12-21
1
-2
/
+2
*
Add GUC to enable WAL-logging of hint bits, even with checksums disabled.
Heikki Linnakangas
2013-12-13
1
-0
/
+2
*
Display old and new values in pg_resetxlog -n output.
Heikki Linnakangas
2013-12-12
1
-15
/
+72
*
pg_resetxlog: Make --help consistent with man page
Peter Eisentraut
2013-07-07
1
-1
/
+1
*
Add new GUC, max_worker_processes, limiting number of bgworkers.
Robert Haas
2013-07-04
1
-0
/
+2
*
Update pg_resetxlog's documentation on multixacts
Alvaro Herrera
2013-06-27
1
-1
/
+1
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-0
/
+1
*
Record data_checksum_version in control file.
Simon Riggs
2013-04-30
1
-2
/
+2
*
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
1
-0
/
+2
*
pg_resetxlog: Capitalize placeholder in --help output
Peter Eisentraut
2013-03-16
1
-1
/
+1
*
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-12
1
-2
/
+3
*
Support unlogged GiST index.
Heikki Linnakangas
2013-02-11
1
-0
/
+1
*
Include previous TLI in end-of-recovery and shutdown checkpoint records.
Heikki Linnakangas
2013-02-11
1
-0
/
+4
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
1
-2
/
+35
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
[next]