| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove the logId/logSeg fields from pg_control, because they are not needed | Tom Lane | 2006-12-08 | 1 | -29/+112 |
| * | Translation updates | Peter Eisentraut | 2006-12-02 | 1 | -82/+110 |
| * | Translation updates | Peter Eisentraut | 2006-11-24 | 2 | -188/+256 |
| * | Translations update | Peter Eisentraut | 2006-10-21 | 5 | -357/+570 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -2/+2 |
| * | Make the server track an 'XID epoch', that is, maintain higher-order bits | Tom Lane | 2006-08-21 | 1 | -22/+64 |
| * | Make recovery from WAL be restartable, by executing a checkpoint-like | Tom Lane | 2006-08-07 | 1 | -1/+3 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -2/+1 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -1/+2 |
| * | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 | 1 | -3/+3 |
| * | Remove pg_resetxlog -r flag, feature has problems referenced here: | Bruce Momjian | 2006-06-03 | 1 | -907/+83 |
| * | In pg_resetxlog.c, uint -> uint32, for Win32 port. | Bruce Momjian | 2006-04-26 | 1 | -3/+3 |
| * | Add missing ControlFile.checkPointCopy.ThisTimeLineID line for 'guess' | Bruce Momjian | 2006-04-26 | 1 | -10/+15 |
| * | Allow pg_resetxlog -f to reset pg_control counters using xlog | Bruce Momjian | 2006-04-26 | 1 | -85/+904 |
| * | Add a field to the first page of each WAL file to indicate the | Tom Lane | 2006-04-05 | 1 | -1/+2 |
| * | Don't use BLCKSZ for the physical length of the pg_control file, but | Tom Lane | 2006-04-04 | 1 | -13/+13 |
| * | Define a separately configurable XLOG_BLCKSZ symbol for the page size | Tom Lane | 2006-04-03 | 1 | -7/+10 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 2 | -4/+4 |
| * | Remove BEOS port. | Bruce Momjian | 2006-01-05 | 1 | -3/+1 |
| * | Remove DOS line endings ("\r\n") from several .po files. DOS line endings | Neil Conway | 2006-01-01 | 1 | -3/+3 |
| * | Allow installation into directories containing spaces in the name. | Peter Eisentraut | 2005-12-09 | 1 | -4/+4 |
| * | Translation updates forward-port to HEAD. | Alvaro Herrera | 2005-11-07 | 1 | -70/+122 |
| * | Translation updates | Peter Eisentraut | 2005-11-04 | 1 | -84/+68 |
| * | Translation updates | Peter Eisentraut | 2005-10-29 | 3 | -158/+244 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -30/+29 |
| * | Translation update | Peter Eisentraut | 2005-10-10 | 3 | -249/+385 |
| * | Expand pg_control information so that we can verify that the database | Tom Lane | 2005-10-03 | 1 | -1/+5 |
| * | Correct spelling | Peter Eisentraut | 2005-09-29 | 1 | -5/+5 |
| * | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane | 2005-07-04 | 1 | -16/+20 |
| * | Change WAL-logging scheme for multixacts to be more like regular | Tom Lane | 2005-06-08 | 1 | -3/+25 |
| * | Change CRCs in WAL records from 64bit to 32bit for performance reasons. | Tom Lane | 2005-06-02 | 1 | -19/+20 |
| * | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 | 1 | -2/+25 |
| * | Simplify initdb-time assignment of OIDs as I proposed yesterday, and | Tom Lane | 2005-04-13 | 1 | -2/+2 |
| * | Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the | Tom Lane | 2005-03-29 | 1 | -3/+3 |
| * | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | 2005-02-22 | 1 | -3/+1 |
| * | Translation updates | Peter Eisentraut | 2005-01-17 | 1 | -72/+88 |
| * | Translation updates | Peter Eisentraut | 2005-01-17 | 1 | -73/+75 |
| * | Translation updates | Peter Eisentraut | 2005-01-17 | 1 | -3/+18 |
| * | Translation updates | Peter Eisentraut | 2005-01-13 | 1 | -28/+29 |
| * | Translation updates | Peter Eisentraut | 2005-01-13 | 1 | -64/+74 |
| * | Translation updates | Peter Eisentraut | 2005-01-09 | 1 | -65/+76 |
| * | Translation updates | Peter Eisentraut | 2005-01-09 | 1 | -64/+74 |
| * | Translation updates | Dennis Bjorklund | 2005-01-06 | 1 | -66/+74 |
| * | Translation updates | Peter Eisentraut | 2005-01-06 | 1 | -85/+94 |
| * | Adjust a few more copyright notices to match the format expected by | Tom Lane | 2005-01-01 | 1 | -1/+1 |
| * | Some more missed copyright notices. Many of these look like they | Tom Lane | 2005-01-01 | 1 | -2/+2 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Translation updates | Peter Eisentraut | 2004-12-29 | 1 | -64/+76 |
| * | Translation update | Peter Eisentraut | 2004-12-21 | 1 | -76/+85 |
| * | Adjust pg_resetxlog to handle 8.0 WAL file names properly. | Tom Lane | 2004-12-20 | 1 | -8/+20 |