| Commit message (Expand) | Author | Age | Files | Lines |
| * | Adjust CreateCheckpoint so that buffer dumping activities and cleanup of | Tom Lane | 2003-05-10 | 1 | -4/+31 |
| * | In the continuing saga of FE/BE protocol revisions, add reporting of | Tom Lane | 2003-04-25 | 1 | -1/+8 |
| * | Make Win32 tests to match existing Cygwin tests, where appropriate. | Bruce Momjian | 2003-04-18 | 1 | -2/+2 |
| * | Make btree index structure adjustments and WAL logging changes needed to | Tom Lane | 2003-02-21 | 1 | -11/+47 |
| * | Use stat(2) to probe for existing xlog segments in InstallXLogFileSegment, | Tom Lane | 2003-01-25 | 1 | -5/+3 |
| * | This patch removes a bunch of superfluous #include directives: if | Bruce Momjian | 2002-11-08 | 1 | -2/+1 |
| * | Clean up a few fprintf(stderr)'s that should be elog's. | Tom Lane | 2002-11-02 | 1 | -3/+2 |
| * | Change order of operations during XLogFlush so that we try to include | Tom Lane | 2002-10-07 | 1 | -18/+23 |
| * | Ensure that before truncating CLOG, we force a checkpoint even if no | Tom Lane | 2002-09-26 | 1 | -11/+14 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -38/+37 |
| * | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 | 1 | -2/+1 |
| * | Remove code that suggested increasing wal_files. | Bruce Momjian | 2002-09-01 | 1 | -5/+1 |
| * | Complete TODO item: | Bruce Momjian | 2002-08-30 | 1 | -18/+6 |
| * | Reverse out XLogDir/-X write-ahead log handling, per discussion. | Bruce Momjian | 2002-08-17 | 1 | -22/+3 |
| * | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane | 2002-08-06 | 1 | -5/+13 |
| * | Fix compilation problem with assert checking enabled for recent xlog | Thomas G. Lockhart | 2002-08-05 | 1 | -7/+9 |
| * | Implement WAL log location control using "-X" or PGXLOG. | Thomas G. Lockhart | 2002-08-04 | 1 | -3/+20 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Katherine Ward wrote: | Jan Wieck | 2002-06-11 | 1 | -3/+3 |
| * | The attached patch fixes a problem with InstallXLogFileSegment()'s use | Bruce Momjian | 2002-06-07 | 1 | -2/+2 |
| * | Merge the last few variable.c configuration variables into the generic | Tom Lane | 2002-05-17 | 1 | -29/+10 |
| * | Make initdb print a message about which locale it is about to use. | Peter Eisentraut | 2002-05-09 | 1 | -15/+1 |
| * | xlog.c: If possible please add the following patch to better support NetWare. | Bruce Momjian | 2002-04-24 | 1 | -2/+2 |
| * | Add fields in the control file to check for whether the backend was | Thomas G. Lockhart | 2002-04-21 | 1 | -5/+52 |
| * | Locale support is on by default. The choice of locale is done in initdb | Peter Eisentraut | 2002-04-03 | 1 | -21/+1 |
| * | Repair two problems with WAL logging of sequence nextvalI() ops, as | Tom Lane | 2002-03-15 | 1 | -25/+61 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -6/+6 |
| * | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 | 1 | -64/+64 |
| * | Add better error text: | Bruce Momjian | 2002-02-18 | 1 | -2/+2 |
| * | Reduce severity of 'XLogFlush: request is not satisfied' error condition, | Tom Lane | 2002-01-14 | 1 | -5/+30 |
| * | Ensure that all direct uses of spinlock-protected data structures use | Tom Lane | 2001-12-28 | 1 | -27/+51 |
| * | Fix mispeling ... | Tom Lane | 2001-12-23 | 1 | -2/+2 |
| * | Temporarily dike out GetUndoRecPtr() in checkpoint generation, since we | Tom Lane | 2001-12-19 | 1 | -3/+18 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -3/+3 |
| * | Merge three existing ways of signaling postmaster from child processes, | Tom Lane | 2001-11-04 | 1 | -2/+3 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -3/+3 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -51/+43 |
| * | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane | 2001-09-29 | 1 | -177/+148 |
| * | Remove useless test for time field in pg_control being > 0. We don't | Tom Lane | 2001-09-26 | 1 | -2/+1 |
| * | Add some debugging details to some of the elog(STOP) conditions for WAL. | Tom Lane | 2001-09-06 | 1 | -23/+28 |
| * | Replace implementation of pg_log as a relation accessed through the | Tom Lane | 2001-08-25 | 1 | -5/+15 |
| * | Ensure that all TransactionId comparisons are encapsulated in macros | Tom Lane | 2001-08-23 | 1 | -7/+15 |
| * | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 | 1 | -3/+1 |
| * | Suppress gcc warning in USE_LOCALE case. | Tom Lane | 2001-07-22 | 1 | -1/+2 |
| * | Arrange to recycle old XLOG log segment files as new segment files, | Tom Lane | 2001-07-19 | 1 | -70/+190 |
| * | Tweak error message. | Tom Lane | 2001-06-21 | 1 | -2/+2 |
| * | Adjust WAL code so that checkpoints truncate the xlog at the previous | Tom Lane | 2001-06-06 | 1 | -5/+38 |
| * | Mark many strings in backend not covered by elog for translation. Also, | Peter Eisentraut | 2001-06-03 | 1 | -99/+136 |
| * | Remove SEP_CHAR, replace with / or '/' as appropriate. | Bruce Momjian | 2001-05-30 | 1 | -9/+8 |
| * | I found the answer to this: the partition had filled up, and so the problem | Bruce Momjian | 2001-05-22 | 1 | -2/+2 |