postgresql/src/backend
Tom Lane 07009651ce Repair roundoff-error problem for stddev/variance results near zero,
per complaint from Kemin Zhou.
Fix lack of precision in numeric stddev/variance.
2001-12-11 02:02:12 +00:00
..
access Fix boundary condition in btbulkdelete: don't examine high key in case 2001-11-23 23:41:54 +00:00
bootstrap Make the yacc rules safe for parallel make. See discussion on pgsql-patches 2001-11-16 16:32:33 +00:00
catalog Try to make genbki.sh a little more bulletproof, per trouble report 2001-11-30 20:21:06 +00:00
commands Honor the typmod field for time zone intervals. 2001-12-09 04:37:50 +00:00
executor Insert CommandCounterIncrement call into SPI_cursor_open. 2001-11-21 18:30:58 +00:00
lib Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
libpq Change appendStringInfoChar to appendStringInfoCharMacro in a couple of 2001-12-04 20:57:22 +00:00
main New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
nodes CREATE TABLE foo (x,y,z) AS SELECT ... can't apply target column names 2001-11-05 05:00:14 +00:00
optimizer Suppress subquery pullup and pushdown when the subquery has any 2001-12-10 22:54:12 +00:00
parser Allow variable (unrestricted) precision for TIME and TIMESTAMP types in parser. 2001-12-09 04:39:39 +00:00
po Update from Serguei Mokhov 2001-12-10 18:44:44 +00:00
port Re-enable SunOS4 port. Replace 2001-12-05 02:03:59 +00:00
postmaster Suppress data directory access-permissions check when __CYGWIN__, 2001-12-04 16:17:48 +00:00
regex New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
rewrite New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
storage Declare LWLock pointers as volatile to prevent AIX compiler from 2001-12-10 21:13:50 +00:00
tcop Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easier 2001-12-04 19:40:17 +00:00
tioga Fix indenting for 'extern "C"' cases. 2001-11-08 20:37:52 +00:00
utils Repair roundoff-error problem for stddev/variance results near zero, 2001-12-11 02:02:12 +00:00
Makefile Double quotes in ln command to guard against spaces in path. 2001-11-20 00:27:13 +00:00