Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
| | |||
* | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 |
| | |||
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
| | |||
* | Move slock_t typdefs into s_lock.h from include/port files for | Bruce Momjian | 2003-12-23 |
| | | | | centralization and easier maintanence. | ||
* | Remove NEED_I386_TAS_ASM and just test for compiler defines. | Bruce Momjian | 2003-12-23 |
| | |||
* | This applied patch remove NEED_SPARC_TAS_ASM and instead uses __sparc || | Bruce Momjian | 2003-12-22 |
| | | | | __sparc__. | ||
* | Enable Opteron/Itanium spinlocks. | Bruce Momjian | 2003-09-12 |
| | |||
* | pgindent run. | Bruce Momjian | 2003-08-04 |
| | |||
* | Awhile back I wrote that freebsd.h was probably broken in the places where | Tom Lane | 2003-01-01 |
| | | | | | it diverged from netbsd.h and openbsd.h. This has now been confirmed. Accordingly, make all three exactly alike. | ||
* | 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 |
| | |||
* | Still further tweaking of s_lock assembler: do not assume that leading | Tom Lane | 2001-01-20 |
| | | | | | | | | whitespace is unimportant in assembly code. Also, move VAX definition of typedef slock_t to port header files to be like all the other ports. Note that netbsd.h and openbsd.h are now identical, and I rather think that freebsd.h is broken in the places where it doesn't agree --- but I'll leave it to the freebsders to look at that. | ||
* | USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are | Peter Eisentraut | 2000-10-29 |
| | | | | | | | | equivalent. In linux.h there were some #undef HAVE_INT_TIMEZONE, which are useless because HAVE_TM_ZONE overrides it anyway, and messing with configure results isn't cool. | ||
* | Rename templates to match names in makefiles/Makefile.* and include/port. | Peter Eisentraut | 2000-07-15 |
Read templates after compiler is detected. Convert all templates to real shell scripts. Rename bsd->openbsd, alpha->osf. |