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
d4d32eefdf
Fix "cannot handle unplanned sub-select" error that can occur when a
...
sub-select contains a join alias reference that expands into an expression
containing another sub-select. Per yesterday's report from Merlin Moncure
and subsequent off-list investigation.
Back-patch to 7.4. Older versions didn't attempt to flatten sub-selects in
ways that would trigger this problem.
16 years ago
..
access
pgindent run for 9.0, second run
16 years ago
bootstrap
Move the responsibility for calling StartupXLOG into InitPostgres, for
16 years ago
catalog
pgindent run for 9.0, second run
16 years ago
commands
pgindent run for 9.0, second run
16 years ago
executor
pgindent run for 9.0, second run
16 years ago
foreign
Wrap calls to SearchSysCache and related functions using macros.
16 years ago
lib
pgindent run for 9.0, second run
16 years ago
libpq
Support setting the keepalive idle time on MacOS X.
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 "cannot handle unplanned sub-select" error that can occur when a
16 years ago
parser
pgindent run for 9.0, second run
16 years ago
po
Translation updates for 9.0beta2
16 years ago
port
pgindent run for 9.0, second run
16 years ago
postmaster
pgindent run for 9.0, second run
16 years ago
regex
pgindent run for 9.0
16 years ago
replication
pgindent run for 9.0, second run
16 years ago
rewrite
pgindent run for 9.0
16 years ago
snowball
Update copyright for the year 2010.
16 years ago
storage
Make log_temp_files based on kB, and revert docs & comments to match.
16 years ago
tcop
pgindent run for 9.0, second run
16 years ago
tsearch
pgindent run for 9.0, second run
16 years ago
utils
Adjust mbutils.c so it won't get broken by future pgindent runs.
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