| Commit message (Expand) | Author | Age | Files | Lines |
| * | Expand pg_control information so that we can verify that the database | Tom Lane | 2005-10-03 | 1 | -1/+17 |
| * | Rewrite gather-write patch into something less obviously bolted on | Tom Lane | 2005-08-22 | 1 | -123/+142 |
| * | Fix some inconsistent choices of datatypes in xlog.c. Make buffer | Tom Lane | 2005-08-22 | 1 | -32/+34 |
| * | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane | 2005-08-20 | 1 | -54/+42 |
| * | Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost | Tom Lane | 2005-08-11 | 1 | -2/+8 |
| * | Fix compile for no O_SYNC, but introduced with O_DIRECT. | Bruce Momjian | 2005-07-30 | 1 | -8/+9 |
| * | Clean up a number of autovacuum loose ends. Make the stats collector | Tom Lane | 2005-07-29 | 1 | -1/+31 |
| * | Update O_DIRECT comment. | Bruce Momjian | 2005-07-29 | 1 | -1/+3 |
| * | Use O_DIRECT if available when using O_SYNC for wal_sync_method. | Bruce Momjian | 2005-07-29 | 1 | -48/+149 |
| * | Remove unintended code addition. | Bruce Momjian | 2005-07-23 | 1 | -10/+1 |
| * | Macro alignment cleanup. | Bruce Momjian | 2005-07-23 | 1 | -17/+26 |
| * | Even though I'd like to see full_page_writes go away before 8.1, | Tom Lane | 2005-07-08 | 1 | -5/+4 |
| * | Add GUC full_page_writes to control writing full pages to WAL. | Bruce Momjian | 2005-07-05 | 1 | -2/+5 |
| * | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane | 2005-07-04 | 1 | -84/+66 |
| * | Improve the checkpoint signaling mechanism so that the bgwriter can tell | Tom Lane | 2005-06-30 | 1 | -3/+3 |
| * | Clean up the rather historically encumbered interface to now() and | Tom Lane | 2005-06-29 | 1 | -1/+2 |
| * | Simplify uses of readdir() by creating a function ReadDir() that | Tom Lane | 2005-06-19 | 1 | -33/+3 |
| * | Arrange to fsync two-phase-commit state files only during checkpoints; | Tom Lane | 2005-06-19 | 1 | -1/+3 |
| * | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 | 1 | -81/+11 |
| * | Remove old *.backup files when we do pg_stop_backup(). This | Bruce Momjian | 2005-06-15 | 1 | -1/+59 |
| * | Free buffer allocated via malloc (process is short-lived, but fix it anyway). | Bruce Momjian | 2005-06-09 | 1 | -1/+2 |
| * | Change WAL-logging scheme for multixacts to be more like regular | Tom Lane | 2005-06-08 | 1 | -43/+18 |
| * | Modify XLogInsert API to make callers specify whether pages to be backed | Tom Lane | 2005-06-06 | 1 | -51/+67 |
| * | Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. | Tom Lane | 2005-06-06 | 1 | -7/+2 |
| * | Change CRCs in WAL records from 64bit to 32bit for performance reasons. | Tom Lane | 2005-06-02 | 1 | -109/+223 |
| * | Add test to WAL replay to verify that xl_prev points back to the previous | Tom Lane | 2005-05-31 | 1 | -3/+34 |
| * | Add support for wal_fsync_writethrough for Darwin, and restructure the | Bruce Momjian | 2005-05-20 | 1 | -20/+24 |
| * | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane | 2005-05-19 | 1 | -6/+6 |
| * | Back out check for unreferenced files. | Bruce Momjian | 2005-05-10 | 1 | -10/+1 |
| * | Check the file system on postmaster startup and report any unreferenced | Bruce Momjian | 2005-05-02 | 1 | -1/+10 |
| * | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 | 1 | -5/+60 |
| * | Add comment about checkpoint panic behavior during shutdown, per | Tom Lane | 2005-04-23 | 1 | -2/+5 |
| * | Fix comment typo. | Bruce Momjian | 2005-04-17 | 1 | -2/+2 |
| * | Reduce PANIC to ERROR in several xlog routines that are used in both | Tom Lane | 2005-04-15 | 1 | -26/+40 |
| * | Modify MoveOfflineLogs/InstallXLogFileSegment to avoid O(N^2) behavior | Tom Lane | 2005-04-15 | 1 | -23/+37 |
| * | 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 | -6/+6 |
| * | Change Win32 O_SYNC method to O_DSYNC because that is what the method | Bruce Momjian | 2005-03-24 | 1 | -2/+16 |
| * | Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested | Bruce Momjian | 2005-02-12 | 1 | -4/+4 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Fix is-it-time-for-a-checkpoint logic so that checkpoint_segments can | Tom Lane | 2004-12-17 | 1 | -9/+26 |
| * | Minor adjustment of message style. | Tom Lane | 2004-11-17 | 1 | -3/+3 |
| * | Don't allow pg_start_backup() to be invoked if archive_command has not | Neil Conway | 2004-11-17 | 1 | -1/+9 |
| * | Small message clarifications | Peter Eisentraut | 2004-11-05 | 1 | -3/+3 |
| * | Add DEBUG1-level logging of checkpoint start and end. Also, reduce the | Tom Lane | 2004-10-29 | 1 | -10/+34 |
| * | Add 'int' cast for getpid() because some Solaris releases return long | Bruce Momjian | 2004-10-14 | 1 | -4/+4 |
| * | Message style revisions | Peter Eisentraut | 2004-10-12 | 1 | -8/+8 |
| * | Make getpid() use %d consistently for printing. | Bruce Momjian | 2004-10-09 | 1 | -7/+4 |
| * | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian | 2004-10-07 | 1 | -2/+2 |
| * | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 | 1 | -2/+2 |