postgresql/src/backend
Tom Lane bb3051e4c2 Modernize dlopen interface code for FreeBSD and OpenBSD.
Remove the hard-wired assumption that __mips__ (and only __mips__) lacks
dlopen in FreeBSD and OpenBSD.  This assumption is outdated at least for
OpenBSD, as per report from an anonymous 9.1 tester.  We can perfectly well
use HAVE_DLOPEN instead to decide which code to use.

Some other cosmetic adjustments to make freebsd.c, netbsd.c, and openbsd.c
exactly alike.
2011-04-07 15:14:44 -04:00
..
access Check that we've reached end-of-backup also when we're not performing 2011-03-30 10:53:47 +03:00
bootstrap Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:06 +02:00
catalog Prevent a rowtype from being included in itself. 2011-03-28 15:45:02 -04:00
commands Prevent a rowtype from being included in itself. 2011-03-28 15:45:02 -04:00
executor Fix dangling-pointer problem in before-row update trigger processing. 2011-02-21 21:18:13 -05:00
foreign Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
lib pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
libpq Fix low-risk potential denial of service against RADIUS login. 2010-10-15 16:59:12 +02:00
main Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
nodes Fix bogus test for hypothetical indexes in get_actual_variable_range(). 2011-02-16 19:24:50 -05:00
optimizer Fix bogus test for hypothetical indexes in get_actual_variable_range(). 2011-02-16 19:24:50 -05:00
parser Add semicolon, missed in previous patch. And update the keyword list in 2010-10-22 18:39:43 +03:00
po Translation updates for release 9.0.3 2011-01-27 23:13:33 +02:00
port Modernize dlopen interface code for FreeBSD and OpenBSD. 2011-04-07 15:14:44 -04:00
postmaster Remove optreset from src/port/ implementations of getopt and getopt_long. 2010-12-16 16:22:12 -05:00
regex pgindent run for 9.0 2010-02-26 02:01:40 +00:00
replication Before exiting walreceiver, fsync() all the WAL received. 2011-01-17 12:29:15 +02:00
rewrite pgindent run for 9.0 2010-02-26 02:01:40 +00:00
snowball Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:06 +02:00
storage Prevent intermittent hang in recovery from bgwriter interaction. 2011-03-23 13:32:37 +00:00
tcop Create new errcode for recovery conflict caused by db drop on master. 2011-02-01 08:49:58 +00:00
tsearch Fix tsmatchsel() to account properly for null rows. 2011-02-17 19:00:54 -05:00
utils Avoid palloc before CurrentMemoryContext is set up on win32 2011-04-01 20:00:34 +02:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:06 +02:00
common.mk Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00
Makefile Split the LDFLAGS make variable into two parts: LDFLAGS is now used for 2010-07-05 18:54:38 +00:00
nls.mk Translation updates for release 9.0.2 2010-12-13 23:20:00 +02:00