Commit Graph

566 Commits (4a3a1e2cf15bdb4c0cad08043bec3111cd700113)

Author SHA1 Message Date
Bruce Momjian 4a3a1e2cf1 Hi, 26 years ago
Tom Lane 6358e654ca Update comment obsoleted by Thomas's latest fixes. 26 years ago
Tom Lane 77f4885393 Fix busted TRANSLATE() code --- it coredumped due to pfree()'ing the 26 years ago
Thomas G. Lockhart 6456810078 Implement column aliases on views "CREATE VIEW name (collist)". 26 years ago
Tom Lane e631df3c1b Extend numeric_round and numeric_trunc to accept negative scale inputs 26 years ago
Tom Lane 57cf09591b Remove unnecessary limitations on lengths of bpchar and varchar constants. 26 years ago
Bruce Momjian ab7fd11846 Reversed out inet patch. 26 years ago
Bruce Momjian eae5184d11 Hi, 26 years ago
Bruce Momjian 0c5422912e Protects you from coredumps if you do eg. str::int4 where str is a text 26 years ago
Bruce Momjian 52d39d519a Sorting for the inet data type randomly returns the wrong result 26 years ago
Jan Wieck 75133d9a46 Reactivated LZTEXT data type and changed rule plan- and qual-strings 26 years ago
Tom Lane f884130241 Minor improvements in regprocout() and oidvectortypes(). 26 years ago
Tom Lane aff830a760 Add date and time datatype handling to convert_to_scalar. (I was waiting 26 years ago
Tom Lane baeef0e172 Change rule dumper to produce reasonable output for casts that assign 26 years ago
Tom Lane 9110b33f46 Add numeric <-> int8 and numeric <-> int2 conversion functions, as well 26 years ago
Tom Lane 399a570fe2 int8in failed to detect overflow; it really should. 26 years ago
Tom Lane e1a95def8b Quick hack solution so that pg_dump of views works. Needs repair after 26 years ago
Tom Lane fc8e6c7746 Oops, commited a test version of this file by accident. Revert. 26 years ago
Tom Lane 393f313227 Change parse-time representation of float literals (which include oversize 26 years ago
Tom Lane d8cedf67ad Clean up some really grotty coding in catcache.c, improve hashing 26 years ago
Tom Lane 57b30e8e22 Create a new expression node type RelabelType, which exists solely to 26 years ago
Hiroshi Inoue e3a97b370c Implement reindex command 26 years ago
Tom Lane 598ea2c359 Finish repairing 6.5's problems with r-tree indexes: create appropriate 26 years ago
Thomas G. Lockhart bf566b202e All regression tests pass except for rules.sql (unrelated). 26 years ago
Thomas G. Lockhart 41f1f5b76a Implement "date/time grand unification". 26 years ago
Tom Lane deee4e1612 Make eqsel produce better results for boolean columns, 26 years ago
Tom Lane b1577a7c78 New cost model for planning, incorporating a penalty for random page 26 years ago
Tom Lane 4c2071c8bf Repair bogus rule display of attr lists. 26 years ago
Thomas G. Lockhart a344a6e7b5 Carry column aliases from the parser frontend. Enables queries like 26 years ago
Thomas G. Lockhart 929e50ece8 Recognize special case of POSIX time zone: "GMT+8" and "GMT-8". 26 years ago
Bruce Momjian 7528fd2d52 Add btree indexing of boolean values 26 years ago
Bruce Momjian 394af52795 I'm sending patch with new version of to_char numbers formatting. 26 years ago
Jan Wieck f59daf80f7 Added complete MATCH <unspecified> support contributed by Don Baccus. 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
Tom Lane 0dbffa704a First cut at making useful selectivity estimates for range queries 26 years ago
Bruce Momjian da5aba105f Remove Ops parameter from STATRELID cache lookup, for Tom Lane and 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
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 08195a43f3 Fix bugs in NUMERIC ceil() and floor() functions. ceil(0) returned 1, 26 years ago
Peter Eisentraut 533d516629 Removed MBFLAGS from makefiles since it's now done in include/config.h. 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
Tom Lane 3cb8c8da68 Clean up problems with rounding/overflow code in NUMERIC, particularly 26 years ago
Tom Lane 584e646ad8 Fix a passel of problems with incorrect calls to typinput and typoutput 26 years ago
Peter Eisentraut 1cd4c14116 Fixed all elog related warnings, as well as a few others. 26 years ago