Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-01 | Update copyrights for 2013 | Bruce Momjian | |
Fully update git head, and update back branches in ./COPYRIGHT and legal.sgml files. | |||
2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian | |
2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian | |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander | |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian | |
2009-01-01 | Update copyright for 2009. | Bruce Momjian | |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian | |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | |
back-stamped for this. | |||
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian | |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian | |
2005-07-28 | Fix a whole bunch of #includes that were either wrong or redundant. | Tom Lane | |
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. | |||
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon | |
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 ... | |||
2004-10-05 | License cleanup: crypt.c and qsort.c to latest NetBSD CVS sources, to | Neil Conway | |
pickup license clarification (3-clause BSD is now used). Add license terms to memcmp.c (also from NetBSD), which previously had none. Finally, pickup an upstream fix to crypt.c (const-ify some arrays). | |||
2004-08-29 | Update copyright to 2004. | Bruce Momjian | |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | |
2003-08-04 | Update copyrights to 2003. | Bruce Momjian | |
2002-09-04 | pgindent run. | Bruce Momjian | |
2002-07-18 | Move libc replacement files from src/backend/port to src/port. | Bruce Momjian | |