Commit Graph

23929 Commits (e80b0bd69d7f01fc6faabd8a025d7b1de9adc10e)
 

Author SHA1 Message Date
Bruce Momjian e80b0bd69d Check for ERANGE in exp() as well. 19 years ago
Bruce Momjian 19ce06b91b Improve dpow() check for ERANGE overflow for HPPA. 19 years ago
Tom Lane b2965b9fce Put back ERANGE test in dpow(). There are platforms that need this, 19 years ago
Bruce Momjian 561b4bae78 Document that we need to update the ecpg regression files when we update 19 years ago
Bruce Momjian 9b1854f16e Update ecpg regresison output for new library version number. 19 years ago
Tom Lane 07a5a4b21e Minor copy-editing for release note updates. 19 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Bruce Momjian 7e3c689fd3 Update copyright script, report year used 19 years ago
Bruce Momjian 5a2a527bb5 Modify copyright script to pull current year from `date`. 19 years ago
Bruce Momjian c30a945c3d Update Japanese FAQ. 19 years ago
Bruce Momjian 1c3b43cddd Stamp major release 8.3.0, and increment library version numbers. 19 years ago
Bruce Momjian b358d9cf40 Update for release 8.2.1. 19 years ago
Bruce Momjian 281ae80f2a Create release notes for all back-branch relases on 2007-01-08. 19 years ago
Andrew Dunstan 226e9fffc8 Call setrlimit if possible in pg_regress to allow core file generation, and provide a switch for similar behaviour in pg_ctl. 19 years ago
Bruce Momjian 138668ca37 Update float dpow() comment about whick platforms had issues with Nan. 19 years ago
Tom Lane 53c26d6f8f Add missing reference to pg_shdescription. Greg Mullane 19 years ago
Bruce Momjian b1b73e93d5 Fix tab to space mention in FAQ_DEV. 19 years ago
Tom Lane e1aeba0799 Fix AddDefine to handle quotes properly. Magnus 19 years ago
Tom Lane 2ee56b6a3a Tweak pg_dumpall to add GRANT CONNECT ON DATABASE ... TO PUBLIC when dumping 19 years ago
Tom Lane 7c8927bf08 Fix some small typos in comments. Greg Stark 19 years ago
Bruce Momjian a252994abe Simplify assignment of Inf for pow Nan (don't worry about the sign). 19 years ago
Tom Lane eeb2189112 Fix erroneous implementation of -s in postmaster.c (the switch doesn't take 19 years ago
Tom Lane d6061d2f31 Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the 19 years ago
Bruce Momjian 9c88830ec4 Update pow() tests to check for both errno==EDOM _and_ result==Nan, and 19 years ago
Tom Lane 812095d604 Fix erroneous error tests in pow/exp. 19 years ago
Tom Lane 0d5eb8f9ea Fix btree_gist for new larger money type. 19 years ago
Tom Lane ef07221997 Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead of 19 years ago
Bruce Momjian 990fea847f Attempt to return proper overflow/underflow messages for platforms that 19 years ago
Bruce Momjian ada6fd63d9 For float4/8, remove errno checks for pow() and exp() because only some 19 years ago
D'Arcy J.M. Cain 74a40190aa Widen the money type to 64 bits. 19 years ago
Bruce Momjian d30d8f3aa0 Update expected result for new inet error message wording. 19 years ago
Bruce Momjian f2a19cf3a5 Adjust network errmsg("result is out of range") message to be consistent 19 years ago
Bruce Momjian 182676ae27 Some platforms set errno on pow(), exp() overflow, some do not, so if 19 years ago
Tom Lane 09d09b988d Add a regression test for ALTER SET TABLESPACE; this is a whole separate 19 years ago
Bruce Momjian cac2d912d9 finite() no longer used; remove finite() platform-specific 19 years ago
Bruce Momjian 2955f1ebf4 Add n_live_tuples and n_dead_tuples to pg_stat_all_tables. 19 years ago
Bruce Momjian 7bb1cc50b2 Add #include <float.h> for platforms that still need it. 19 years ago
Bruce Momjian f9ac414c35 Fix float4/8 to handle Infinity and Nan consistently, e.g. Infinity is a 19 years ago
Tom Lane 0b56be8344 Found the problem with my operator-family changes: by fetching from 19 years ago
Tom Lane 5725b9d9af Support type modifiers for user-defined types, and pull most knowledge 19 years ago
Bruce Momjian 24b1f14eae Clarify wording on when ctid is modified by VACUUM FULL. 19 years ago
Tom Lane cd44c23eb4 Add support for XML build option to MSVC build scripts. 19 years ago
Tom Lane dbfb727444 Fix multiple breakages in last XML patch. 19 years ago
Peter Eisentraut 8832f0f358 De-escape XML names when reverse-compiling XML expressions. 19 years ago
Tom Lane 9aefd56669 Fix up btree's initial scankey processing to be able to detect redundant 19 years ago
Bruce Momjian 3870341d1e Add TLS thread URL: 19 years ago
Bruce Momjian bb554e0d9c Remove: 19 years ago
Tom Lane e1b8a55ec8 Remove caveat about avoiding cross-type operators in constraints intended 19 years ago
Tom Lane c99ddfc43d Enable btree_predicate_proof() to make proofs involving cross-data-type 19 years ago
Bruce Momjian 91868e7df0 Done: 19 years ago