Commit Graph

6677 Commits (8fc97e82769d136eb282362cf56bd072afdbb572)
 

Author SHA1 Message Date
Tom Lane 8fc97e8276 Sorry, I have read the misspelling 'coersion' one time too many. 26 years ago
Tom Lane b9a990d8a8 Add exp(), ln(), and some other functions to numeric-functions table. 26 years ago
Tom Lane 339fe3c4cb Add note that ':' and ';' operators are deprecated. 26 years ago
Bruce Momjian 0e1f485f5f Add compatiblity information for bytea. 26 years ago
Hiroshi Inoue fe8098ed0c Add FORCE keyword to ColID 26 years ago
Tom Lane 966b5337e9 Make use of pre-existing regexp match capability to eliminate redundant 26 years ago
Tom Lane 42ef928327 Autoconf run 26 years ago
Tom Lane 641c368ae9 Change configure.in to note that since we are using expr(1)'s regex match 26 years ago
Tom Lane b178865891 cash_words_out function truncated its output by 1 character due to 26 years ago
Tom Lane 58422dd0af Several calls to StrNCpy incorrectly subtracted 1 from the length arg, 26 years ago
Tom Lane 6a02746550 Change MemSet and StrNCpy to evaluate their arguments only once. 26 years ago
Tom Lane fdd7f59820 Since PORTNAME is no longer used at the level of C code (it's only in 26 years ago
Bruce Momjian 3e0321f6e9 Proper unpack de_DE.ISO-8859-1 26 years ago
Tom Lane d6429e552d Minor code rearrangement & doc improvement in eval_const_expressions(). 26 years ago
Michael Meskes cf6420dd94 *** empty log message *** 26 years ago
Tom Lane a73b75615f transformExpr() did the Wrong Thing if applied to a SubLink node that 26 years ago
Bruce Momjian 52d0265736 it seems in the beta2 release DBUSERID in pg_dumpall is the _name_ of the 26 years ago
Tom Lane cfa929f601 Fix incorrect implementation of log(x) for numeric, as well as 26 years ago
Tom Lane 440b0fea3d Another go-round with resolution of ambiguous functions and operators. 26 years ago
Tom Lane f11d253e25 In can_coerce_type, verify that a possible type-coercion function 26 years ago
Peter Eisentraut 7d392f257b Fixed psql -c "\slashcmd" 26 years ago
Bruce Momjian f4d452c13c Update bytea type description 26 years ago
Tom Lane d63e05a638 Improve error message wording in unary_op_error() --- suggest that 26 years ago
Tom Lane f91dd7880f Clean up minor compiler warnings. 26 years ago
Tom Lane f945f46193 Modify lexing of multi-char operators per pghackers discussion around 26 years ago
Tom Lane 2b23e86447 Repair typos: <xb> EOF rule should be <xh>, likewise <xq> to <xd> 26 years ago
Tom Lane 15115344f0 Just noticed that the grammar actually has no provision for '+' as a 26 years ago
Bruce Momjian caa6fc1ba2 Add translation of timespan to interval. 26 years ago
Tom Lane 3faa9bab07 Patch possible portability problem: a few places had // style comments, 26 years ago
Tom Lane 64ef5c82de Typo correction (// -> /) 26 years ago
Tom Lane 0e314d747e Add safety check on expression nesting depth. Default value is set by 26 years ago
Tom Lane 341b328b18 Fix a bunch of minor portability problems and maybe-bugs revealed by 26 years ago
Tom Lane bc1f117094 Update config.guess and config.sub to latest versions available from 26 years ago
Tom Lane 6a4b7d83f3 Tweak horology regress test to ensure platform-independent ordering of 26 years ago
Bruce Momjian a7e0ee9a0e Since it has been confirmed working on the bugs list, please apply the 26 years ago
Bruce Momjian 3e4708c45c libpq++ Makefile uses -DDEBUG to turn on debugging trace to 26 years ago
Thomas G. Lockhart 1f3122e26d Fix typo (introduced by xemacs markup normalization) in the syntax summary. 26 years ago
Thomas G. Lockhart 9e7166096e Support full POSIX-style time zone: EST+3, PST-3, etc. 26 years ago
Thomas G. Lockhart 90c4bab7ea Support full POSIX-style time zone: EST+3, PST-3, etc. 26 years ago
Thomas G. Lockhart ff0a420c92 Support full POSIX-style time zone: EST+3, PST-3, etc. 26 years ago
Tatsuo Ishii 0e1043b760 Fixes for char_length() change. 26 years ago
Tatsuo Ishii 805e0c4589 Fixes for char_length() changes. 26 years ago
Tom Lane d14c8aab99 Turns out that Mazurkiewicz's gripe about 'function inheritance' is 26 years ago
Tatsuo Ishii d4a2c86eaf Fix for char_length() changes 26 years ago
Tom Lane e64a331179 Fix some (more) problems with subselects in rules. Rewriter failed to 26 years ago
Bruce Momjian 4a3a1e2cf1 Hi, 26 years ago
Tom Lane 6358e654ca Update comment obsoleted by Thomas's latest fixes. 26 years ago
Tom Lane 1763a7c1ea Tweak GROUP BY so that it will still accept result-column names, but only 26 years ago
Michael Meskes 8e0790519a *** empty log message *** 26 years ago
Tom Lane 77f4885393 Fix busted TRANSLATE() code --- it coredumped due to pfree()'ing the 26 years ago