Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove strdup, strtol, strtoul from libpgport | Peter Eisentraut | 2012-05-07 |
| | | | | | These should not be needed anymore, at least after the recent port removals. So let's see whether we can do without them. | ||
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
| | |||
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
| | |||
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
| | |||
* | 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 |
| | |||
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
| | | | | back-stamped for this. | ||
* | Remove separate strdup.h header file; it's redundant with port.h. | Tom Lane | 2006-09-27 |
| | |||
* | Revert part of recent include patch not ready for application. | Bruce Momjian | 2006-07-14 |
| | |||
* | Add additional includes needed on some platforms. | Bruce Momjian | 2006-07-14 |
| | |||
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
| | |||
* | Fix our version of strdup() to adhere to the standard semantics for | Tom Lane | 2005-09-27 |
| | | | | | out-of-memory --- that is, return NULL rather than dumping core. Noted by Qingqing Zhou. | ||
* | Fix a whole bunch of #includes that were either wrong or redundant. | Tom Lane | 2005-07-28 |
| | | | | | | | | The first rule of portability for us is 'thou shalt have no other gods before c.h', and a whole lot of these files were either not including c.h at all, or including random system headers beforehand, either of which sins can mess up largefile support nicely. Once you have included c.h, there is no need to re-include what it includes, either. | ||
* | 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 |
| | |||
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
| | |||
* | Update /port C header descriptions. | Bruce Momjian | 2003-11-11 |
| | |||
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
| | |||
* | Move libc replacement files from src/backend/port to src/port. | Bruce Momjian | 2002-07-18 |