Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
| | |||
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
| | |||
* | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 |
| | |||
* | Fix fsync code to test whether F_FULLFSYNC is available, instead of | Tom Lane | 2006-01-17 |
| | | | | assuming it always is on Darwin. Per report from Neil Brandt. | ||
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
| | |||
* | Add support for wal_fsync_writethrough for Darwin, and restructure the | Bruce Momjian | 2005-05-20 |
| | | | | | | code to better handle writethrough. Chris Campbell | ||
* | Move slock_t typdefs into s_lock.h from include/port files for | Bruce Momjian | 2003-12-23 |
| | | | | centralization and easier maintanence. | ||
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
| | | | | spacing. Also adds space for one-line comments. | ||
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
| | | | | tests pass. | ||
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
| | |||
* | Darwin porting patches from Peter Bierman <bierman@apple.com> | Tom Lane | 2000-12-11 |
| | |||
* | This is the minimal version of the Darwin support patch from | Peter Eisentraut | 2000-10-31 |
Bruce Hartzler <bruceh@mail.utexas.edu>. It contains shared library support, regression test map, and the usual template files. The dynamic loader is missing, the spin lock code apparently doesn't assemble due to syntax problems, and semaphores are to be hoped for from Apple. |