You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
16 years ago
..
access
Don't set recoveryLastXTime when replaying a checkpoint --- that was a bogus
16 years ago
bootstrap
Move the responsibility for calling StartupXLOG into InitPostgres, for
16 years ago
catalog
Allow REASSIGNED OWNED to handle opclasses and opfamilies.
16 years ago
commands
Allow REASSIGNED OWNED to handle opclasses and opfamilies.
16 years ago
executor
Add C comment that we will have to remove an exclusion constraint check
16 years ago
foreign
Wrap calls to SearchSysCache and related functions using macros.
16 years ago
lib
Work around a subtle portability problem in use of printf %s format.
16 years ago
libpq
Message tuning
16 years ago
main
Update copyright for the year 2010.
16 years ago
nodes
Fix "constraint_exclusion = partition" logic so that it will also attempt
16 years ago
optimizer
Fix mishandling of whole-row Vars referencing a view or sub-select.
16 years ago
parser
stringToNode() and deparse_expression_pretty() crash on invalid input,
16 years ago
po
Translation updates for 9.0beta2
16 years ago
port
Split the LDFLAGS make variable into two parts: LDFLAGS is now used for
16 years ago
postmaster
Add stray "else" that seems to have gone missing.
16 years ago
regex
pgindent run for 9.0
16 years ago
replication
Replace max_standby_delay with two parameters, max_standby_archive_delay and
16 years ago
rewrite
pgindent run for 9.0
16 years ago
snowball
Update copyright for the year 2010.
16 years ago
storage
Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not sensible
16 years ago
tcop
stringToNode() and deparse_expression_pretty() crash on invalid input,
16 years ago
tsearch
Fix misuse of Lossy Counting (LC) algorithm in compute_tsvector_stats().
16 years ago
utils
The previous fix in CVS HEAD and 8.4 for handling the case where a cursor
16 years ago
Makefile
Split the LDFLAGS make variable into two parts: LDFLAGS is now used for
16 years ago
common.mk
Expand test coverage support to entire tree
17 years ago
nls.mk
Convert the core lexer and parser into fully reentrant code, by making use
17 years ago