Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
| | |||
* | 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 |
| | |||
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
| | |||
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
| | |||
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
| | |||
* | Use RTLD_NOW, not RTLD_LAZY, as binding mode for dlopen() on all platforms. | Tom Lane | 2002-02-12 |
| | | | | | | | This restores the Linux behavior to what it was in PG 7.0 and 7.1, and causes other platforms to agree. (Other well-tested platforms like HPUX were doing it this way already.) Per pghackers discussion over the past month or so. | ||
* | Only use RTLD_GLOBAL when available, which it isn't in older releases of the OS. | Peter Eisentraut | 2001-11-15 |
| | |||
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
| | | | | initdb/regression tests pass. | ||
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
| | | | | spacing. Also adds space for one-line comments. | ||
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
| | | | | tests pass. | ||
* | Use RTLD_GLOBAL flag for dlopen-style dynamic loaders. | Peter Eisentraut | 2001-05-14 |
| | |||
* | 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 |