Commit Graph

104 Commits (97e38d32b8b618236a9690b9ee820ab8cc94d0ea)

Author SHA1 Message Date
Tom Lane 9110b33f46 Add numeric <-> int8 and numeric <-> int2 conversion functions, as well 26 years ago
Tom Lane d8cedf67ad Clean up some really grotty coding in catcache.c, improve hashing 26 years ago
Thomas G. Lockhart 41f1f5b76a Implement "date/time grand unification". 26 years ago
Tom Lane b1577a7c78 New cost model for planning, incorporating a penalty for random page 26 years ago
Bruce Momjian 7528fd2d52 Add btree indexing of boolean values 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Tom Lane 0dbffa704a First cut at making useful selectivity estimates for range queries 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
Bruce Momjian 6456b17bc1 Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions. 26 years ago
Jan Wieck b7b6d4bf53 Changed "triggered data change violation" detection code 26 years ago
Jan Wieck e3cec20ccd Removed LZTEXT datatype as discussed. 26 years ago
Bruce Momjian 7585deb087 I have done the QNX4 port with the current source tree. The number of 26 years ago
Jan Wieck 4069d48aa7 Added another single byte oriented decompressor, useful for 26 years ago
Jan Wieck 79c3b71c1b The new LZ compression and an lztext data type based on it. 26 years ago
Hiroshi Inoue 05d13cad28 The 1st step to implement new type of scan,TidScan. 27 years ago
Tom Lane eabc714a91 Reimplement parsing and storage of default expressions and constraint 27 years ago
Jan Wieck ccecf1fa46 Added utils/adt/ri_triggers with empty shells for the 27 years ago
Jan Wieck b5c4b77283 Added nbtree operator class for NUMERIC 27 years ago
Tom Lane 44878506d8 First step in fixing selectivity-estimation code. eqsel and 27 years ago
Bruce Momjian 773088809d More cleanup 27 years ago
Bruce Momjian a9591ce66a Change #include's to use <> and "" as appropriate. 27 years ago
Bruce Momjian 4b2c2850bf Clean up #include in /include directory. Add scripts for checking includes. 27 years ago
Bruce Momjian 278bbf4572 Make functions static or NOT_USED as appropriate. 27 years ago
Bruce Momjian fcff1cdf4e Another pgindent run. Sorry folks. 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Bruce Momjian 210055ad61 here are some patches for 6.5.0 which I already submitted but have never 27 years ago
Tom Lane 4a9c239063 Fix brain death in !!= operator ... it's still pretty bogus 27 years ago
Bruce Momjian c10e6bcbed Attempting to insert a value of 'now' into a datetime type 27 years ago
Bruce Momjian 817a3e6d39 Enclosed below I have a patch to allow a btree index on the int8 type. 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Jan Wieck 0e9d75c6ac Added NUMERIC data type with many builtin funcitons, operators 27 years ago
Thomas G. Lockhart 239564e9ef Add routines to help with single-byte (internal) character type support. 27 years ago
Thomas G. Lockhart 9470ab03c9 Define routines and catalog entries for string min()/max() functions. 27 years ago
Thomas G. Lockhart 643c7beddf Add text<->float8 and text<->float4 conversion functions. 27 years ago
Bruce Momjian 1e7c7343c4 Add oid8neq. 28 years ago
Bruce Momjian 33c4072dbc INET/CIDR cleanup from D'Arcy. 28 years ago
Bruce Momjian ca2995be7b Remove duplicate CIDR funcs by using coerce entries. 28 years ago
Bruce Momjian 9ac0c1e371 CIDR/INET fixes from D'Arcy. 28 years ago
Bruce Momjian 3fe6a77f91 Fix for funcs on INET/CIDR. 28 years ago
Bruce Momjian 2ba4ee74aa Fix function calls to INET/CIDR functions. Added cidr_out. 28 years ago
Bruce Momjian 858a3b570a New CIDR type and fixed INET type, from D'Arcy. 28 years ago
Bruce Momjian a824add49a Remove unused INET functions for D'Arcy. 28 years ago
Bruce Momjian eb3e640ea2 New INET functions from D'Arcy J.M. Cain 28 years ago
Bruce Momjian 173c555948 Make functions static or ifdef NOT_USED. Prevent pg_version creation. 28 years ago
Bruce Momjian deaaf96975 Fix for INET type addition. 28 years ago
Bruce Momjian 8849655d24 I agree. I think, though, that the best argument presented in the 28 years ago
Bruce Momjian f5a219204b Remove u_int32_t 28 years ago
Bruce Momjian 2d69fd90b9 Integrate new IP type from Tom Ivar Helbekkmo. 28 years ago
Bruce Momjian a3c5a3cb2f Cleanup for oid8[] from Tatsuo Ishii. 28 years ago