]> granicus.if.org Git - postgresql/history - src/bin/pg_resetxlog/pg_resetxlog.c
Properly check for readdir/closedir() failures
[postgresql] / src / bin / pg_resetxlog / pg_resetxlog.c
2014-03-21 Bruce MomjianProperly check for readdir/closedir() failures
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-02-15 Tom LaneCentralize getopt-related declarations in a new header...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-20 Fujii MasaoRename wal_log_hintbits to wal_log_hints, per discussio...
2013-12-13 Heikki LinnakangasAdd GUC to enable WAL-logging of hint bits, even with...
2013-12-12 Heikki LinnakangasDisplay old and new values in pg_resetxlog -n output.
2013-07-07 Peter Eisentrautpg_resetxlog: Make --help consistent with man page
2013-07-04 Robert HaasAdd new GUC, max_worker_processes, limiting number...
2013-06-27 Alvaro HerreraUpdate pg_resetxlog's documentation on multixacts
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-30 Simon RiggsRecord data_checksum_version in control file.
2013-03-22 Simon RiggsAllow I/O reliability checks using 16-bit checksums
2013-03-17 Peter Eisentrautpg_resetxlog: Capitalize placeholder in --help output
2013-02-12 Alvaro HerreraCreate libpgcommon, and move pg_malloc et al to it
2013-02-11 Heikki LinnakangasSupport unlogged GiST index.
2013-02-11 Heikki LinnakangasInclude previous TLI in end-of-recovery and shutdown...
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-04 Heikki LinnakangasTrack the timeline associated with minRecoveryPoint...
2012-11-22 Tom LaneFix pg_resetxlog to use correct path to postmaster...
2012-06-26 Heikki LinnakangasFix pg_upgrade, broken by the xlogid/segno -> 64-bit...
2012-06-25 Robert HaasUnbreak pg_resetxlog -l.
2012-06-25 Kevin GrittnerFix warning for 64-bit literal on 32-bit build.
2012-06-24 Heikki LinnakangasReplace XLogRecPtr struct with a 64-bit integer.
2012-06-24 Heikki LinnakangasAllow WAL record header to be split across pages.
2012-06-24 Heikki LinnakangasDon't waste the last segment of each 4GB logical log...
2012-06-17 Peter EisentrautMake documentation of --help and --version options...
2012-06-07 Peter EisentrautMessage style improvements
2012-05-18 Peter EisentrautRealign some --help output to have better spacing betwe...
2012-01-25 Simon RiggsAllow pg_basebackup from standby node with safety checking.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-08-17 Heikki LinnakangasTeach pg_controldata and pg_resetxlog about the new...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-04-28 Tom LaneMinor editorializing on pg_controldata and pg_resetxlog...
2010-04-28 Heikki LinnakangasIntroduce wal_level GUC to explicitly control if inform...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-04 Heikki LinnakangasWrite an end-of-backup WAL record at pg_stop_backup...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-08-31 Tom LaneTrack the current XID wrap limit (or more accurately...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-03 Tom LaneFix pg_resetxlog to remove archive status files along...
2009-02-25 Peter EisentrautSort the output of --help mostly alphabetical, make...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-11-14 Tom LaneOne more hack to see if we can get the cygwin machines...
2008-09-24 Magnus HaganderSilence compiler warning caused by recent collation...
2008-09-24 Magnus HaganderMake sure pg_control is opened in binary mode, to deal
2008-09-23 Heikki LinnakangasMake LC_COLLATE and LC_CTYPE database-level settings...
2008-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2008-02-17 Tom LaneReplace time_t with pg_time_t (same values, but always...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-07 Peter EisentrautImprove wording
2007-07-12 Tom LaneSuppress Sun Studio warnings, per Stefan.
2007-04-03 Tom LaneDecouple the values of TOAST_TUPLE_THRESHOLD and TOAST_...
2007-03-03 Bruce MomjianRemove undo information from pg_controldata --- never...
2007-02-10 Peter EisentrautStrNCpy -> strlcpy (not complete)
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-08 Tom LaneRemove the logId/logSeg fields from pg_control, because...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-21 Tom LaneMake the server track an 'XID epoch', that is, maintain...
2006-08-07 Tom LaneMake recovery from WAL be restartable, by executing...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-06-03 Bruce MomjianRemove pg_resetxlog -r flag, feature has problems refer...
2006-04-26 Bruce MomjianIn pg_resetxlog.c, uint -> uint32, for Win32 port.
2006-04-26 Bruce MomjianAdd missing ControlFile.checkPointCopy.ThisTimeLineID...
2006-04-26 Bruce MomjianAllow pg_resetxlog -f to reset pg_control counters...
2006-04-05 Tom LaneAdd a field to the first page of each WAL file to indic...
2006-04-04 Tom LaneDon't use BLCKSZ for the physical length of the pg_cont...
2006-04-03 Tom LaneDefine a separately configurable XLOG_BLCKSZ symbol...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-05 Bruce MomjianRemove BEOS port.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-03 Tom LaneExpand pg_control information so that we can verify...
2005-09-29 Peter EisentrautCorrect spelling
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-06-08 Tom LaneChange WAL-logging scheme for multixacts to be more...
2005-06-02 Tom LaneChange CRCs in WAL records from 64bit to 32bit for...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-04-13 Tom LaneSimplify initdb-time assignment of OIDs as I proposed...
2005-03-29 Tom LaneOfficially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-20 Tom LaneAdjust pg_resetxlog to handle 8.0 WAL file names properly.
2004-12-14 Neil ConwayPrevent pg_resetxlog from being run as root. If this...
2004-11-17 Tom LaneInclude <getopt.h> if available, to avoid warnings...
2004-08-29 Tom LaneWiden xl_len field of XLogRecord header to 32 bits...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-21 Tom LaneInvent WAL timelines, as per recent discussion, to...
2004-06-03 Bruce MomjianAdd PGETC (for pg_service.conf) and PGLOCALE (for local...
2004-05-25 Bruce MomjianMake the locale location relocatable.
2004-05-12 Bruce MomjianRename find_my_binary/find_other_binary to
2004-03-22 Tom LaneAdd missing extern for optind.
2004-02-17 Bruce MomjianHere is an updated version of the win32 readdir patch.
next