postgresql/src/backend
Tom Lane 291a957745 Split the LDFLAGS make variable into two parts: LDFLAGS is now used for
linking both executables and shared libraries, and we add on LDFLAGS_EX when
linking executables or LDFLAGS_SL when linking shared libraries.  This
provides a significantly cleaner way of dealing with link-time switches than
the former behavior.  Also, make sure that the various platform-specific
%.so: %.o rules incorporate LDFLAGS and LDFLAGS_SL; most of them missed that
before.  (I did not add these variables for the platforms that invoke $(LD)
directly, however.  It's not clear if we can do that safely, since for the
most part we assume these variables use CC command-line syntax.)

Per gripe from Aaron Swenson and subsequent investigation.
2010-07-05 18:54:38 +00:00
..
access Don't set recoveryLastXTime when replaying a checkpoint --- that was a bogus 2010-07-03 22:15:45 +00:00
bootstrap Move the responsibility for calling StartupXLOG into InitPostgres, for 2010-04-20 01:38:52 +00:00
catalog Allow REASSIGNED OWNED to handle opclasses and opfamilies. 2010-07-03 13:53:13 +00:00
commands Allow REASSIGNED OWNED to handle opclasses and opfamilies. 2010-07-03 13:53:13 +00:00
executor Add C comment that we will have to remove an exclusion constraint check 2010-05-29 02:32:08 +00:00
foreign Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
lib Work around a subtle portability problem in use of printf %s format. 2010-05-08 16:39:53 +00:00
libpq Message tuning 2010-06-29 04:12:47 +00:00
main Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
nodes Fix "constraint_exclusion = partition" logic so that it will also attempt 2010-03-30 21:58:11 +00:00
optimizer Fix mishandling of whole-row Vars referencing a view or sub-select. 2010-06-21 00:14:48 +00:00
parser stringToNode() and deparse_expression_pretty() crash on invalid input, 2010-06-30 18:10:23 +00:00
po Translation updates for 9.0beta2 2010-06-03 21:12:05 +00:00
port Split the LDFLAGS make variable into two parts: LDFLAGS is now used for 2010-07-05 18:54:38 +00:00
postmaster Add stray "else" that seems to have gone missing. 2010-06-24 16:40:45 +00:00
regex pgindent run for 9.0 2010-02-26 02:01:40 +00:00
replication Replace max_standby_delay with two parameters, max_standby_archive_delay and 2010-07-03 20:43:58 +00:00
rewrite pgindent run for 9.0 2010-02-26 02:01:40 +00:00
snowball Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
storage Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not sensible 2010-07-03 21:23:58 +00:00
tcop stringToNode() and deparse_expression_pretty() crash on invalid input, 2010-06-30 18:10:23 +00:00
tsearch Fix misuse of Lossy Counting (LC) algorithm in compute_tsvector_stats(). 2010-05-30 21:59:02 +00:00
utils The previous fix in CVS HEAD and 8.4 for handling the case where a cursor 2010-07-05 09:27:18 +00:00
Makefile Split the LDFLAGS make variable into two parts: LDFLAGS is now used for 2010-07-05 18:54:38 +00:00
common.mk Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00
nls.mk Convert the core lexer and parser into fully reentrant code, by making use 2009-07-13 02:02:20 +00:00