aboutsummaryrefslogtreecommitdiff
path: root/src/port/strdup.c
Commit message (Collapse)AuthorAge
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
|
* Fix our version of strdup() to adhere to the standard semantics forTom Lane2005-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 Lane2005-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 rc3PostgreSQL Daemon2004-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 Momjian2004-08-29
|
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
|
* Update /port C header descriptions.Bruce Momjian2003-11-11
|
* Update copyrights to 2003.Bruce Momjian2003-08-04
|
* Move libc replacement files from src/backend/port to src/port.Bruce Momjian2002-07-18