summaryrefslogtreecommitdiff
path: root/src/bin/pg_resetxlog
Commit message (Expand)AuthorAgeFilesLines
* Remove the logId/logSeg fields from pg_control, because they are not neededTom Lane2006-12-081-29/+112
* Translation updatesPeter Eisentraut2006-12-021-82/+110
* Translation updatesPeter Eisentraut2006-11-242-188/+256
* Translations updatePeter Eisentraut2006-10-215-357/+570
* pgindent run for 8.2.Bruce Momjian2006-10-041-2/+2
* Make the server track an 'XID epoch', that is, maintain higher-order bitsTom Lane2006-08-211-22/+64
* Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane2006-08-071-1/+3
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Prepare code to be built by MSVC:Bruce Momjian2006-06-071-3/+3
* Remove pg_resetxlog -r flag, feature has problems referenced here:Bruce Momjian2006-06-031-907/+83
* In pg_resetxlog.c, uint -> uint32, for Win32 port.Bruce Momjian2006-04-261-3/+3
* Add missing ControlFile.checkPointCopy.ThisTimeLineID line for 'guess'Bruce Momjian2006-04-261-10/+15
* Allow pg_resetxlog -f to reset pg_control counters using xlogBruce Momjian2006-04-261-85/+904
* Add a field to the first page of each WAL file to indicate theTom Lane2006-04-051-1/+2
* Don't use BLCKSZ for the physical length of the pg_control file, butTom Lane2006-04-041-13/+13
* Define a separately configurable XLOG_BLCKSZ symbol for the page sizeTom Lane2006-04-031-7/+10
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-052-4/+4
* Remove BEOS port.Bruce Momjian2006-01-051-3/+1
* Remove DOS line endings ("\r\n") from several .po files. DOS line endingsNeil Conway2006-01-011-3/+3
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-091-4/+4
* Translation updates forward-port to HEAD.Alvaro Herrera2005-11-071-70/+122
* Translation updatesPeter Eisentraut2005-11-041-84/+68
* Translation updatesPeter Eisentraut2005-10-293-158/+244
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-30/+29
* Translation updatePeter Eisentraut2005-10-103-249/+385
* Expand pg_control information so that we can verify that the databaseTom Lane2005-10-031-1/+5
* Correct spellingPeter Eisentraut2005-09-291-5/+5
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-041-16/+20
* Change WAL-logging scheme for multixacts to be more like regularTom Lane2005-06-081-3/+25
* Change CRCs in WAL records from 64bit to 32bit for performance reasons.Tom Lane2005-06-021-19/+20
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-281-2/+25
* Simplify initdb-time assignment of OIDs as I proposed yesterday, andTom Lane2005-04-131-2/+2
* Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane2005-03-291-3/+3
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-221-3/+1
* Translation updatesPeter Eisentraut2005-01-171-72/+88
* Translation updatesPeter Eisentraut2005-01-171-73/+75
* Translation updatesPeter Eisentraut2005-01-171-3/+18
* Translation updatesPeter Eisentraut2005-01-131-28/+29
* Translation updatesPeter Eisentraut2005-01-131-64/+74
* Translation updatesPeter Eisentraut2005-01-091-65/+76
* Translation updatesPeter Eisentraut2005-01-091-64/+74
* Translation updatesDennis Bjorklund2005-01-061-66/+74
* Translation updatesPeter Eisentraut2005-01-061-85/+94
* Adjust a few more copyright notices to match the format expected byTom Lane2005-01-011-1/+1
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-011-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Translation updatesPeter Eisentraut2004-12-291-64/+76
* Translation updatePeter Eisentraut2004-12-211-76/+85
* Adjust pg_resetxlog to handle 8.0 WAL file names properly.Tom Lane2004-12-201-8/+20