postgresql/src/backend
Tom Lane 9fa12ddda6 Add a paramtypmod field to Param nodes. This is dead weight for Params
representing externally-supplied values, since the APIs that carry such
values only specify type not typmod.  However, for PARAM_SUBLINK Params
it is handy to carry the typmod of the sublink's output column.  This
is a much cleaner solution for the recently reported 'could not find
pathkey item to sort' and 'failed to find unique expression in subplan
tlist' bugs than my original 8.2-compatible patch.  Besides, someday we
might want to support typmods for external parameters ...
2006-12-10 22:13:27 +00:00
..
access Remove the logId/logSeg fields from pg_control, because they are not needed 2006-12-08 19:50:53 +00:00
bootstrap On systems that have setsid(2) (which should be just about everything except 2006-11-21 20:59:53 +00:00
catalog Add a txn_start column to pg_stat_activity. This makes it easier to 2006-12-06 18:06:48 +00:00
commands Several changes to reduce the probability of running out of memory during 2006-11-23 01:14:59 +00:00
executor Avoid double free of _SPI_current->tuptable. AtEOSubXact_SPI() now tries to 2006-12-08 00:40:27 +00:00
lib Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
libpq Minor fix for LDAP authentication: if an error occurs, we need to 2006-11-06 01:27:52 +00:00
main pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
nodes Add a paramtypmod field to Param nodes. This is dead weight for Params 2006-12-10 22:13:27 +00:00
optimizer Add a paramtypmod field to Param nodes. This is dead weight for Params 2006-12-10 22:13:27 +00:00
parser Add a paramtypmod field to Param nodes. This is dead weight for Params 2006-12-10 22:13:27 +00:00
po Translation updates 2006-12-02 01:16:16 +00:00
port Patch of Win32 Encoding problem for server messages using 2006-12-04 22:23:40 +00:00
postmaster Add a txn_start column to pg_stat_activity. This makes it easier to 2006-12-06 18:06:48 +00:00
regex Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
rewrite Message style improvements 2006-10-06 17:14:01 +00:00
storage KB -> kB 2006-11-24 09:20:12 +00:00
tcop Fix the build for when SHOW_MEMORY_STATS is defined. The reference to 2006-12-08 02:15:07 +00:00
utils Add a txn_start column to pg_stat_activity. This makes it easier to 2006-12-06 18:06:48 +00:00
Makefile On Windows, we know the backend stack size limit because we have to 2006-10-08 17:15:34 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00