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-31 | Remove now unnecessary loop around CallNamedPipe(). | Magnus Hagander | |
Radu Ilie | |||
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian | |
2009-02-15 | Loop calling CallNamedPipe() several times in case it fails, | Magnus Hagander | |
since it can be transient failures, causing kill() to not properly send signals. Original patch from Steve Marshall, modified by me. | |||
2009-01-01 | Update copyright for 2009. | Bruce Momjian | |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian | |
2007-10-23 | Use snprintf instead of wsprintf, and use getenv("APPDATA") instead of | Magnus Hagander | |
SHGetFolderPath. This removes the direct dependency on shell32.dll and user32.dll, which eats a lot of "desktop heap" for each backend that's started. The desktop heap is a very limited resource, causing backends to no longer start once it's been exhausted. We still have indirect depdendencies on user32.dll through third party libraries, but those can't easily be removed. Dave Page | |||
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 | |
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-08-29 | Pgindent run for 8.0. | Bruce Momjian | |
2004-08-29 | Update copyright to 2004. | Bruce Momjian | |
2004-08-27 | Fix Windows emulation of kill(pid, 0). This will now succeed, but only | Tom Lane | |
if the target PID is a PG postmaster or backend --- for our purposes that is actually better than the Unix behavior. Per Dave Page and Andrew Dunstan. | |||
2004-06-24 | Include c.h instead of postgres.h in files that need to be usable in | Tom Lane | |
both frontend and backend. Per Andreas Pflug. | |||
2004-05-27 | Move pgkill out into /port so pg_ctl can use it on Win32. | Bruce Momjian | |