Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 |
| | | | | because c.h has sys/types.h. | ||
* | Convert possibly-unsafe sprintf's to snprintf's. | Tom Lane | 2002-08-12 |
| | |||
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
| | |||
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
| | | | | initdb/regression tests pass. | ||
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
| | | | | tests pass. | ||
* | Add missing dlfcn.h includes. Fix "" vs <>. | Peter Eisentraut | 2001-05-15 |
| | |||
* | Tom Ivar Helbekkmo <tih@kpnQwest.no> says that dynamic linking works | Tom Lane | 2001-04-02 |
| | | | | now on VAX NetBSD. Hence, remove #ifdef'd disable tests. | ||
* | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 |
| | | | | | | | | | | | are now separate files "postgres.h" and "postgres_fe.h", which are meant to be the primary include files for backend .c files and frontend .c files respectively. By default, only include files meant for frontend use are installed into the installation include directory. There is a new make target 'make install-all-headers' that adds the whole content of the src/include tree to the installed fileset, for use by people who want to develop server-side code without keeping the complete source tree on hand. Cleaned up a whole lot of crufty and inconsistent header inclusions. | ||
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
| | |||
* | Some dynloader files missed the template rename a while back. | Peter Eisentraut | 2000-10-10 |