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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Translation updates
Peter Eisentraut
2014-11-16
1
-102
/
+180
*
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
*
Translation updates
Peter Eisentraut
2014-10-05
4
-403
/
+609
*
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
*
Translation updates
Peter Eisentraut
2014-07-21
3
-178
/
+318
*
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
*
Translation updates
Peter Eisentraut
2014-05-10
1
-23
/
+28
*
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
2
-2
/
+2
*
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
*
Translation updates
Peter Eisentraut
2013-12-02
1
-6
/
+6
*
Translation updates
Peter Eisentraut
2013-10-07
2
-211
/
+236
*
Translation updates
Peter Eisentraut
2013-09-02
9
-2975
/
+209
*
Translation updates
Peter Eisentraut
2013-08-18
6
-476
/
+512
*
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
*
Translation updates
Peter Eisentraut
2013-06-24
2
-103
/
+93
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-0
/
+1
*
Translation updates
Peter Eisentraut
2013-05-05
11
-1147
/
+2284
*
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
2
-2
/
+2
*
Track the timeline associated with minRecoveryPoint, for more sanity checks.
Heikki Linnakangas
2012-12-04
1
-0
/
+1
*
Fix pg_resetxlog to use correct path to postmaster.pid.
Tom Lane
2012-11-22
1
-6
/
+4
*
Fix pg_upgrade, broken by the xlogid/segno -> 64-bit int refactoring.
Heikki Linnakangas
2012-06-26
1
-23
/
+4
*
Unbreak pg_resetxlog -l.
Robert Haas
2012-06-25
1
-3
/
+22
*
Fix warning for 64-bit literal on 32-bit build.
Kevin Grittner
2012-06-25
1
-1
/
+1
*
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-06-24
1
-18
/
+8
*
Allow WAL record header to be split across pages.
Heikki Linnakangas
2012-06-24
1
-2
/
+1
*
Don't waste the last segment of each 4GB logical log file.
Heikki Linnakangas
2012-06-24
1
-54
/
+29
*
Make documentation of --help and --version options more consistent
Peter Eisentraut
2012-06-18
1
-2
/
+2
*
Message style improvements
Peter Eisentraut
2012-06-07
1
-1
/
+1
*
Realign some --help output to have better spacing between columns
Peter Eisentraut
2012-05-18
1
-10
/
+10
*
Move CRC tables to libpgport, and provide them in a separate include file.
Tom Lane
2012-02-28
2
-7
/
+2
[next]