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
5ce63f480b
Avoid an Assert failure in deconstruct_array() by making get_attstatsslot()
...
use the actual element type of the array it's disassembling, rather than
trusting the type OID passed in by its caller. This is needed because
sometimes the planner passes in a type OID that's only binary-compatible
with the target column's type, rather than being an exact match. Per an
example from Bernd Helmle.
Possibly we should refactor get_attstatsslot/free_attstatsslot to not expect
the caller to supply type ID data at all, but for now I'll just do the
minimum-change fix.
Back-patch to 7.4. Bernd's test case only crashes back to 8.0, but since
these subroutines are the same in 7.4, I suspect there may be variant
cases that would crash 7.4 as well.
16 years ago
..
access
Update obsolete comment. Noted by Josh Tolley.
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
Add a hook in ExecCheckRTPerms().
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
Make the Windows tcp keepalive support depend on the existance of the
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.0beta3
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
Avoid an Assert failure in deconstruct_array() by making get_attstatsslot()
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