PostgreSQL Daemon
55b113257c
make sure the $Id tags are converted to $PostgreSQL as well ...
2003-11-29 22:41:33 +00:00
Bruce Momjian
f3c3deb7d0
Update copyrights to 2003.
2003-08-04 02:40:20 +00:00
Bruce Momjian
d84fe82230
Update copyright to 2002.
2002-06-20 20:29:54 +00:00
Tom Lane
fa046b6a92
Use RTLD_NOW, not RTLD_LAZY, as binding mode for dlopen() on all platforms.
...
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.
2002-02-12 23:41:25 +00:00
Peter Eisentraut
a6348ae332
Only use RTLD_GLOBAL when available, which it isn't in older releases of the OS.
2001-11-15 16:08:15 +00:00
Bruce Momjian
ea08e6cd55
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
...
initdb/regression tests pass.
2001-11-05 17:46:40 +00:00
Bruce Momjian
6783b2372e
Another pgindent run. Fixes enum indenting, and improves #endif
...
spacing. Also adds space for one-line comments.
2001-10-28 06:26:15 +00:00
Bruce Momjian
b81844b173
pgindent run on all C files. Java run to follow. initdb/regression
...
tests pass.
2001-10-25 05:50:21 +00:00
Peter Eisentraut
c87bc779d4
Use RTLD_GLOBAL flag for dlopen-style dynamic loaders.
2001-05-14 21:45:53 +00:00
Bruce Momjian
623bf843d2
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
2001-01-24 19:43:33 +00:00
Peter Eisentraut
cbe5f73aa0
Some dynloader files missed the template rename a while back.
2000-10-10 21:08:04 +00:00