| Commit message (Expand) | Author | Age |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Improve error messages in md.c. When a filesystem operation like open() or | Heikki Linnakangas | 2009-08-05 |
* | Cleanup and code review for the patch that made bgwriter active during | Tom Lane | 2009-06-26 |
* | Fix some serious bugs in archive recovery, now that bgwriter is active | Heikki Linnakangas | 2009-06-25 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Code review for dtrace probes added (so far) to 8.4. Adjust placement of | Tom Lane | 2009-03-11 |
* | Implement prefetching via posix_fadvise() for bitmap index scans. A new | Tom Lane | 2009-01-12 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | The attached patch contains a couple of fixes in the existing probes and | Bruce Momjian | 2008-12-17 |
* | Fix oversight in previous error-reporting patch; mustn't pfree path string | Heikki Linnakangas | 2008-11-14 |
* | Change error messages to print the physical path, like | Heikki Linnakangas | 2008-11-11 |
* | Introduce the concept of relation forks. An smgr relation can now consist | Heikki Linnakangas | 2008-08-11 |
* | Remove the recently added USE_SEGMENTED_FILES option, and indeed remove all | Tom Lane | 2008-05-02 |
* | Fix two race conditions between the pending unlink mechanism that was put in | Heikki Linnakangas | 2008-04-18 |
* | Provide a build-time option to store large relations as single files, rather | Tom Lane | 2008-03-10 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Fix stupid typo in recently-added code :-( | Tom Lane | 2007-11-16 |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 |
* | Use ftruncate() not truncate() in mdunlink. Seems Windows doesn't | Tom Lane | 2007-11-15 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Prevent re-use of a deleted relation's relfilenode until after the next | Tom Lane | 2007-11-15 |
* | Fix incorrect comment about the timing of AbsorbFsyncRequests() during | Tom Lane | 2007-07-03 |
* | Rearrange mdsync() looping logic to avoid the problem that a sufficiently | Tom Lane | 2007-04-12 |
* | Extend yesterday's patch so that the bgwriter is also told to forget | Tom Lane | 2007-01-17 |
* | Revise bgwriter fsync-request mechanism to improve robustness when a table | Tom Lane | 2007-01-17 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead of | Tom Lane | 2007-01-03 |
* | When truncating a relation in-place (eg during VACUUM), do not try to unlink | Tom Lane | 2006-11-20 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane | 2006-07-14 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Arrange to call AbsorbFsyncRequests every so often while performing a | Tom Lane | 2006-03-03 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane | 2005-07-04 |
* | Avoid WAL-logging individual tuple insertions during CREATE TABLE AS | Tom Lane | 2005-06-20 |
* | Modify hash_search() API to prevent future occurrences of the error | Tom Lane | 2005-05-29 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Modify hash_create() to elog(ERROR) if an error occurs, rather than | Neil Conway | 2004-10-25 |
* | Tweak md.c logic to cope with the situation where WAL replay tries to | Tom Lane | 2004-08-30 |
* | Another pgindent run with lib typedefs added. | Bruce Momjian | 2004-08-30 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 |
* | Adjust btree index build to not use shared buffers, thereby avoiding the | Tom Lane | 2004-06-02 |
* | Additional mop-up for sync-to-fsync changes: avoid issuing fsyncs for | Tom Lane | 2004-05-31 |
* | Per previous discussions, get rid of use of sync(2) in favor of | Tom Lane | 2004-05-31 |
* | * Most changes are to fix warnings issued when compiling win32 | Bruce Momjian | 2004-04-19 |
* | Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to | Tom Lane | 2004-02-11 |
* | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane | 2004-02-10 |