Commit Graph

6699 Commits (dadb14fa60f2cb5c5acbd10faaf72aacc3cef56d)
 

Author SHA1 Message Date
Tom Lane dadb14fa60 Hack parse_coerce so it won't try to constant-fold the dummy Const 26 years ago
Tom Lane 9da6d2c0e7 ExecSubPlan needs to be able to cope with RelabelType nodes atop the 26 years ago
Bruce Momjian b212e7ad7b Update TODO list. 26 years ago
Bruce Momjian b508136d81 Update HISTORY file for 7.0. 26 years ago
Tatsuo Ishii 5ca8eb9216 Prepare for 7.0 release 26 years ago
Tom Lane 1afaa2557a If we cannot get a real estimate for the selectivity of a range query, 26 years ago
Tom Lane cad764f349 Improve selectivity estimation involving string constants: pay attention 26 years ago
Tom Lane 1d5e7a6f46 Repair logic flaw in cost estimator: cost_nestloop() was estimating CPU 26 years ago
Bruce Momjian d825e55c13 Update pg_dumpall again. 26 years ago
Bruce Momjian 233a52eaff Fix pg_dumpall for new psql output. 26 years ago
Tom Lane e1a1f22f13 Forgot that odbc had its own copies of config.sub/config.guess. 26 years ago
Thomas G. Lockhart b688f8f034 Fix query for primary keys to reflect new DISTINCT ON () syntax. 26 years ago
Thomas G. Lockhart dcdcada7e9 Add syntax for BIT() and BIT VARYING(), but no underlying implementation 26 years ago
Thomas G. Lockhart 3c7ca8d459 Update test for new ORDER BY clause from Tom Lane. 26 years ago
Tom Lane 3ee8f7e207 Restructure planning code so that preprocessing of targetlist and quals 26 years ago
Tom Lane aafe86d995 Correct typo in error message. 26 years ago
Bruce Momjian 1d5df1547a This patch corrects spelling, grammar and euphony for the psql reference 26 years ago
Bruce Momjian 2216584bcf Reverse out BYTEA type coersion. 26 years ago
Vadim B. Mikheev df238b2c06 Turn XLOG off (do not create log file). 26 years ago
Tom Lane 3caa56fe5e Emit 'this operator is deprecated' warnings for ':' and ';'. 26 years ago
Tom Lane 72b4086711 Convert float8 regress test to use exp() and ln() instead of ':' and 26 years ago
Bruce Momjian 7f116a6b83 Update for BYTEAOID. 26 years ago
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