Commit Graph

2861 Commits (2b84cbb60f6ff6cb58d42dff026aaf0b2e9ca8ab)

Author SHA1 Message Date
Peter Eisentraut 2b84cbb60f A few minor psql enhancements 26 years ago
Bruce Momjian 1380921e65 Patch from Hiroshi for overflow btree comparison. 26 years ago
Tom Lane 003dd965d2 Apply the heuristic proposed by Taral (see pgsql-general archives for 26 years ago
Tom Lane dd979f66be Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now 26 years ago
Bruce Momjian 02d83c4475 Add include for float.h. 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Bruce Momjian b866d2e2d7 as attache of this mail is patch (to the main tree) with to_char's 26 years ago
Tatsuo Ishii 6f843e8dd8 Fix pg_euccn_mblen() so that it always returns 2 if data is not ascii. 26 years ago
Peter Eisentraut 306ada82c2 Removed alter table drop column. 26 years ago
Peter Eisentraut bdb41ad0e7 Made abstime/reltime use int4 instead of time_t (TODO item) 26 years ago
Tom Lane 0dbffa704a First cut at making useful selectivity estimates for range queries 26 years ago
Bruce Momjian 8bcac56086 Update for index change. Semes it didn't work the first time. 26 years ago
Bruce Momjian da5aba105f Remove Ops parameter from STATRELID cache lookup, for Tom Lane and 26 years ago
Tatsuo Ishii 2605ceb704 Fix error messages for the lack of multi-byte support. 26 years ago
Tatsuo Ishii cfe717714c char_length()/octet_length for char() type now returns length of 26 years ago
Tom Lane 27fee810ff Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetches 26 years ago
Tom Lane 8449df8a67 First cut at unifying regular selectivity estimation with indexscan 26 years ago
Peter Eisentraut 49581f9848 updated install file 26 years ago
Tom Lane 71ed7eb494 Revise handling of index-type-specific indexscan cost estimation, per 26 years ago
Peter Eisentraut fa5400c0a4 added ALTER TABLE DROP COLUMN, early version 26 years ago
Tom Lane 5c33b3c658 Change a few routines into macros to improve speed of COPY IN inner loop. 26 years ago
Tom Lane d32cd1bb25 Forgot to handle column length defaults in ALTER TABLE ADD COLUMN. 26 years ago
Peter Eisentraut 13f8875017 Added new pg_id to fix initdb problems 26 years ago
Bruce Momjian a959e3f7c0 Cleanup vacuum names. 26 years ago
Bruce Momjian e474dd182a Bruce, 26 years ago
Tom Lane 1c15186747 Clean up longstanding gcc warnings by adding missing extern 26 years ago
Tom Lane d242b64ba2 Tweak includes to avoid compiler warning on HPUX. 26 years ago
Tom Lane 7476e3718b Assign a typmod of -1 to unadorned CHAR and NUMERIC type specs. This 26 years ago
Tom Lane 08195a43f3 Fix bugs in NUMERIC ceil() and floor() functions. ceil(0) returned 1, 26 years ago
Tom Lane 6d1efd76fb Fix handling of NULL constraint conditions: per SQL92 spec, a NULL result 26 years ago
Bruce Momjian 08fb7375e3 Update vacuum comments. 26 years ago
Bruce Momjian 560e196bdd The latest source does not compile on Solaris 7 due to 26 years ago
Peter Eisentraut 533d516629 Removed MBFLAGS from makefiles since it's now done in include/config.h. 26 years ago
Peter Eisentraut f565cf41ab another set of cleanups 26 years ago
Bruce Momjian 80c5fea99d Since this patch is not big I send it here instead. I do not have the 26 years ago
Bruce Momjian 2eebcddeaa Bruce, 26 years ago
Tatsuo Ishii 6c25ea2342 Fix minor comple error 26 years ago
Tatsuo Ishii 716fb90bf6 Fix minor comping errors 26 years ago
Bruce Momjian e1cce4d5ea This corrects an error in current gram.y for ALTER TABLE ... ADD 26 years ago
Tatsuo Ishii b1e891dbd4 Remove compiler warnings 26 years ago
Tatsuo Ishii 5eb1d0deb1 Add builtin functions: 26 years ago
Tom Lane d58fa7611b numeric_in accepts exponents; numeric to int4 rounds; float4/8 to numeric 26 years ago
Tom Lane 9e0b463473 setheapoverride() is history. Uses replaced with CommandCounterIncrement() 26 years ago
Bruce Momjian e3354ab320 Update subquery error message. 26 years ago
Tom Lane 72cec86235 Add .cvsignore so cvs update doesn't complain about derived 26 years ago
Tom Lane ac4878a060 Pass atttypmod to CoerceTargetExpr, so that it can pass it on to 26 years ago
Hiroshi Inoue 1500e262b5 Fix for TODO item * spinlock stuck problem when elog(FATAL) 26 years ago
Tom Lane 49528361f5 Create a new parsetree node type, TypeCast, so that transformation of 26 years ago
Tom Lane e0bd60171a Rearrange coding in COPY so that expansible string buffer for data being 26 years ago
Peter Eisentraut 759fba4873 Included all yacc and lex files into the distribution. 26 years ago