postgresql/src/backend
Tom Lane 82480e28f5 Fix things so that array_agg_finalfn does not modify or free its input
ArrayBuildState, per trouble report from Merlin Moncure.  By adopting
this fix, we are essentially deciding that aggregate final-functions
should not modify their inputs ever.  Adjust documentation and comments
to match that conclusion.
2009-06-20 18:45:28 +00:00
..
access Fix a few errors in comments. Patch by Fujii Masao, plus the one in 2009-06-18 10:08:08 +00:00
bootstrap Start background writer during archive recovery. Background writer now performs 2009-02-18 15:58:41 +00:00
catalog Revisit AlterTableCreateToastTable's API once again, hoping to make it what 2009-06-11 20:46:11 +00:00
commands Fix the just-reported problem that you can't specify all four trigger event 2009-06-18 01:27:02 +00:00
executor Fix things so that array_agg_finalfn does not modify or free its input 2009-06-20 18:45:28 +00:00
foreign Somebody seems to have thought they could get away without checking for 2009-06-11 16:14:18 +00:00
lib Update copyright for 2009. 2009-01-01 17:24:05 +00:00
libpq Remove our inadequate kluge that tried to get AIX's various broken versions 2009-06-11 19:00:15 +00:00
main Update copyright for 2009. 2009-01-01 17:24:05 +00:00
nodes Fix the just-reported problem that you can't specify all four trigger event 2009-06-18 01:27:02 +00:00
optimizer 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
parser Fix the just-reported problem that you can't specify all four trigger event 2009-06-18 01:27:02 +00:00
po Translation updates 2009-06-10 23:42:44 +00:00
port 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
postmaster Fix several places where a function was declared static and then defined 2009-06-12 16:17:29 +00:00
regex 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
rewrite 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
snowball Update copyright for 2009. 2009-01-01 17:24:05 +00:00
storage 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
tcop Fix a few errors in comments. Patch by Fujii Masao, plus the one in 2009-06-18 10:08:08 +00:00
tsearch 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
utils Fix things so that array_agg_finalfn does not modify or free its input 2009-06-20 18:45:28 +00:00
Makefile Update copyright for 2009. 2009-01-01 17:24:05 +00:00
common.mk Code coverage testing with gcov. Documentation is in the regression test 2008-09-05 12:11:18 +00:00
nls.mk Improve the recently-added support for properly pluralized error messages 2009-06-04 18:33:08 +00:00