Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
| | |||
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
| | |||
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
| | |||
* | Remove advertising clause from Berkeley BSD-licensed files, per | Bruce Momjian | 2007-03-26 |
| | | | | instructions from Berkeley. | ||
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
| | | | | back-stamped for this. | ||
* | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 |
| | |||
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
| | |||
* | Sync dlopen error handling for the *BSDs ... seems to me I've done this | Tom Lane | 2005-07-06 |
| | | | | before, but they were out of sync again. Per Kris Jurka. | ||
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
| | | | | | | | | Also performed an initial run through of upgrading our Copyright date to extend to 2005 ... first run here was very simple ... change everything where: grep 1996-2004 && the word 'Copyright' ... scanned through the generated list with 'less' first, and after, to make sure that I only picked up the right entries ... | ||
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
| | |||
* | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 |
| | | | | | | | | pointer type when it is not necessary to do so. For future reference, casting NULL to a pointer type is only necessary when (a) invoking a function AND either (b) the function has no prototype OR (c) the function is a varargs function. | ||
* | Move slock_t typdefs into s_lock.h from include/port files for | Bruce Momjian | 2003-12-23 |
| | | | | centralization and easier maintanence. | ||
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
| | |||
* | This patch removes a bunch of superfluous #include directives: if | Bruce Momjian | 2002-11-08 |
| | | | | | | | | postgres.h or c.h includes a system header (such as stdio.h or stdlib.h), there's no need to specifically include it in any of the .c files in the backend. Neil Conway | ||
* | 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 |