postgresql/src/test
Tom Lane b0f479113a Repair corner-case bug in array version of percentile_cont().
The code for advancing through the input rows overlooked the case that we
might already be past the first row of the row pair now being considered,
in case the previous percentile also fell between the same two input rows.

Report and patch by Andrew Gierth; logic rewritten a bit for clarity by me.
2014-12-13 11:49:41 -05:00
..
examples Update copyright for 2014 2014-01-07 16:05:30 -05:00
isolation Fix corner case where SELECT FOR UPDATE could return a row twice. 2014-12-11 19:37:36 -05:00
locale Rename 'gmake' to 'make' in docs and recommended commands 2014-02-12 17:29:19 -05:00
mb Lots of doc corrections. 2012-04-23 22:43:09 -04:00
modules Remove erroneous EXTRA_CLEAN line from Makefile. 2014-12-05 12:17:56 +02:00
performance Run newly-configured perltidy script on Perl files. 2012-07-04 21:47:49 -04:00
perl Add configure --enable-tap-tests option 2014-11-02 09:17:26 -05:00
regress Repair corner-case bug in array version of percentile_cont(). 2014-12-13 11:49:41 -05:00
ssl SSL tests: Remove trailing blank lines 2014-12-11 21:33:58 -05:00
thread Remove dependency on wsock32.lib in favor of ws2_32 2014-07-15 14:18:39 +02:00
Makefile Add a regression test suite for SSL support. 2014-12-09 17:37:20 +02:00