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
eeb6cb143a
Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabled
...
build actually attempts to advertise itself via Bonjour. Formerly it always
did so, which meant that packagers had to decide for their users whether
this behavior was wanted or not. The default is "off" to be on the safe
side, though this represents a change in the default behavior of a
Bonjour-enabled build. Per discussion.
17 years ago
..
access
Force VACUUM to recalculate oldestXmin even when we haven't changed our
17 years ago
bootstrap
Derived files that are shipped in the distribution used to be built in the
17 years ago
catalog
Update of install-sh, mkinstalldirs, and associated configury
17 years ago
commands
Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer
17 years ago
executor
Tweak ExecIndexEvalRuntimeKeys to forcibly detoast any toasted comparison
17 years ago
foreign
Somebody seems to have thought they could get away without checking for
17 years ago
lib
Assorted minor refactoring in EXPLAIN.
17 years ago
libpq
Remove flatfiles.c, which is now obsolete.
17 years ago
main
…
nodes
Merge the Constraint and FkConstraint node types into a single type.
17 years ago
optimizer
Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr
17 years ago
parser
Derived files that are shipped in the distribution used to be built in the
17 years ago
po
Translation updates for 8.4 release.
17 years ago
port
Reserve the shared memory region during backend startup on Windows, so
17 years ago
postmaster
Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabled
17 years ago
regex
…
rewrite
Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr
17 years ago
snowball
Derived files that are shipped in the distribution used to be built in the
17 years ago
storage
Change the autovacuum launcher to read pg_database directly, rather than
17 years ago
tcop
Remove flatfiles.c, which is now obsolete.
17 years ago
tsearch
Remove duplicate variable initializations identified by clang static checker.
17 years ago
utils
Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabled
17 years ago
Makefile
Put back "ifeq ($(PORTNAME), solaris)", this time with some documentation
17 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