Commit Graph

5906 Commits (0edcee34595a1bec86bf3bb417284a868fbf46da)

Author SHA1 Message Date
Tom Lane 0edcee3459 Fold PQsetenv working state into PGconn, rather than trying to maintain 26 years ago
Tom Lane 7177bbac29 A little further tweaking of the range-query selectivity logic: 26 years ago
Bruce Momjian 6d79d6027c >> 5. empty define that results in an empty but terminated line ( ; ) 26 years ago
Bruce Momjian f8645018bc Back out // compiler flag. 26 years ago
Bruce Momjian 4ddc50dffa Hmm, absolute pathnames for the copy makes sense. I'll whip up that 26 years ago
Bruce Momjian b2d867fb08 Some points for portability improvements: 26 years ago
Bruce Momjian 2f839c58e2 Please apply the attached patch to interfaces/libpq/libpq-fe.h. This would 26 years ago
Michael Meskes ac3884e2a9 *** empty log message *** 26 years ago
Tom Lane 3097788f66 subselect regress test was kind of silly; it claimed to test correlation 26 years ago
Tom Lane 5c63975504 Float-to-int conversion functions should return NULL when given NULL 26 years ago
Tom Lane 37ab088770 Remove no-longer-necessary restriction against uplevel correlation vars 26 years ago
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 b508136d81 Update HISTORY file for 7.0. 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 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
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
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