postgresql/src/backend
Tom Lane c6873eac4c Fix overly-enthusiastic Assert in printing of Param reference expressions.
A NestLoopParam's value can only be a Var or Aggref, but this isn't the
case in general for SubPlan parameters, so print_parameter_expr had better
be prepared to cope.  Brain fade in my recent patch to print the referenced
expression instead of just printing $N for PARAM_EXEC Params.  Per report
from Pavel Stehule.
2010-10-25 14:25:10 -04:00
..
access Don't try to fetch database name when SetTransactionIdLimit() is executed 2010-10-20 12:48:51 -04:00
bootstrap Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
catalog Work around rounding misbehavior exposed by buildfarm. 2010-10-25 01:13:22 -04:00
commands Allow new values to be added to an existing enum type. 2010-10-24 23:05:41 -04:00
executor Support MergeAppend plans, to allow sorted output from append relations. 2010-10-14 16:57:57 -04:00
foreign Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
lib Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
libpq Support suffix matching of host names in pg_hba.conf 2010-10-24 15:54:00 +03:00
main Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
nodes Allow new values to be added to an existing enum type. 2010-10-24 23:05:41 -04:00
optimizer Fix inline_set_returning_function() to preserve the invalItems list properly. 2010-10-25 13:04:37 -04:00
parser Allow new values to be added to an existing enum type. 2010-10-24 23:05:41 -04:00
po Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
port Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
postmaster Support host names in pg_hba.conf 2010-10-15 22:56:18 +03:00
regex Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
replication Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
rewrite Fix incorrect generation of whole-row variables in planner. 2010-10-19 15:09:23 -04:00
snowball Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
storage Improve messages for too many private files/dirs. Per Alexey Parshin. 2010-09-28 18:08:02 -04:00
tcop Allow new values to be added to an existing enum type. 2010-10-24 23:05:41 -04:00
tsearch Reduce the memory requirement for large ispell dictionaries. 2010-10-06 19:31:05 -04:00
utils Fix overly-enthusiastic Assert in printing of Param reference expressions. 2010-10-25 14:25:10 -04:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
Makefile The port/pg_latch.c symlink ought to be removed by make distclean. 2010-09-21 16:53:25 -04:00
common.mk Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
nls.mk Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00