Commit Graph

26056 Commits (2e4cb7082ca547d017759996b09cea754ab97bcc)
 

Author SHA1 Message Date
Bruce Momjian 8fb93b757d Wording improvement for MONEY casting. 18 years ago
Bruce Momjian ee13b734fa Add documentation about the issues of casting MONEY to/from numeric 18 years ago
Bruce Momjian 91e95588af Add: 18 years ago
Peter Eisentraut c534ba182c Change index_name to name for consistency. 18 years ago
Tom Lane 07daff63c5 Fix select_common_type() so that it can select a domain type, if all inputs 18 years ago
Peter Eisentraut 3f398e4a27 Require a specific Autoconf version, instead of a lower bound only. 18 years ago
Andrew Dunstan 5575826b70 Allow for X as well as x to be the prefix for hexadecimal character ref entity numbers, 18 years ago
Andrew Dunstan 3de1f0daac Fix XML tag namespace change inadvertantly missed from previous fix. Add 18 years ago
Peter Eisentraut a999ff63ff Use double quotes for quoting xml attributes. 18 years ago
Tom Lane 66b1f4daa8 Fix thinko in comment. 18 years ago
Tom Lane 86be19bf70 Reduce routine successful-archiving message from LOG to DEBUG1 grade, 18 years ago
Tom Lane ae3ff7adf7 Fix (I think) broken usage of MultiByteToWideChar. I had missed the 18 years ago
Tom Lane 0f20e7a83e Slightly more paranoia and slightly better comments for use of 18 years ago
Tom Lane ffd8721228 Add missed entry for new money regression test. 18 years ago
Tom Lane 229d406a9b Move resetting of currSchema to a spot where it's not vulnerable to getting 18 years ago
D'Arcy J.M. Cain 03debe19a7 Add regression tests for MONEY type. 18 years ago
Tom Lane aca467b9b3 Save another little bit of planner overhead on simple queries, by having 18 years ago
Bruce Momjian 7ebbc815d9 If pg_dump drops a schema, make sure 'search_path' it SET the next time 18 years ago
Bruce Momjian 8a52d0c94d Clarify how MONEY trims off trailing thousands separator. 18 years ago
Bruce Momjian 5f128d5fe8 Make the MONEY data type have a thousands separator != decimal symbol, 18 years ago
Bruce Momjian 0d072761d3 Borland BCC does not support SSPI, per cnliou9@fastmail.fm. 18 years ago
Bruce Momjian 7a1b72f6ef Borland CC 5.5.1 needs ssize_t, per cnliou9@fastmail.fm. 18 years ago
Tom Lane a36436ea3f Change fix_scan_expr() to avoid copying the input node tree in the common case 18 years ago
Tom Lane 92c0bf0960 Avoid uselessly building a duplicate of the original clause in trivial cases 18 years ago
Bruce Momjian 335d9aff6f Fix white space in MONEY type code. Rename 'comma' to more generic 18 years ago
Bruce Momjian ba2b2a2c4e Update text: 18 years ago
Alvaro Herrera 558c9270c4 Fix buggy usage of vsnprintf in PL/Python by removing it altogether, instead 18 years ago
Tatsuo Ishii d8e8a495da Fix "Overall Page Layout" table. The second row should be ItemIdData, not 18 years ago
Tom Lane ef48ed4c86 Actually ... it's pretty silly that parse_oper.c doesn't set up the 18 years ago
Tom Lane 6342f36d87 Save one syscache lookup when examining volatility or strictness of 18 years ago
Bruce Momjian b85cf684f7 Add more comments about thousands separator handling. 18 years ago
Tom Lane f608f3b87b Prevent Perl from introducing a possibly-incompatible definition of type 18 years ago
Bruce Momjian d9bc7a3946 Add comments about thousands separator logic. 18 years ago
Bruce Momjian 73f9089045 Document that doc builds now build indexes by default, unless "draft" is 18 years ago
Bruce Momjian 64e0d32133 WSATYPE_NOT_FOUND was already defined for BCC so don't redefine it 18 years ago
Bruce Momjian d65b42b85b Fix build of libpq for Borland CC. 18 years ago
Bruce Momjian 3894e7cc55 When setting default thousands separator when locale has "", use logic 18 years ago
Bruce Momjian 6f3149e464 Fix typo in comment. 18 years ago
Tom Lane fec1d72dd1 Clarify the syntax rules for raw tsvector input. 18 years ago
Tom Lane d23ba77a44 Fix bogus length calculation that could lead to crash if the string 18 years ago
Bruce Momjian 09a98e61c3 Fix pg_ctl -t to register -t value, per Alvaro. 18 years ago
Bruce Momjian 9eced0031c Split release notes up into smaller sections; easier to read. 18 years ago
Tom Lane e66d0c6299 Fix some missed usages of 'HTML tag' and 'HTML entity'. 18 years ago
Bruce Momjian aff5c589fa Make "contrib/" tag consistent. 18 years ago
Bruce Momjian 56696745a8 Split out data types and function entries into separate sections in the 18 years ago
Bruce Momjian 726226b128 Release note adjustments suggested by IRC users. 18 years ago
Andrew Dunstan d6eaeb335b Adjust contrib/tsearch2 regression results to use XML tag and XML entity descriptions, as now used by core text search default parser. 18 years ago
Bruce Momjian ee891817fb Reorder a few release notes items for consistency. 18 years ago
Bruce Momjian 0af4bb87d3 Trim down release section headings (no need for Changes). 18 years ago
Andrew Dunstan 1157f3cc81 Change descriptions of entity and tag objects to "XML entity" and "XML tag". 18 years ago