Commit Graph

19 Commits (484f0464ff4aa5a5fccc1d4e3c0d3518a8f01068)

Author SHA1 Message Date
Neil Conway 484f0464ff Implement max() and min() aggregates for array types. Patch from Koju 21 years ago
Joe Conway f900af7961 Further tightening of the array literal parser. Prevent junk 22 years ago
Tom Lane 7e64dbc6b5 Support assignment to subfields of composite columns in UPDATE and INSERT. 22 years ago
Bruce Momjian 0969dc867b Allow LIKE/ILIKE to appear in more places in a query. 22 years ago
Tom Lane e945246321 Fix ARRAY[] construct so that in multidimensional case, elements can 23 years ago
Tom Lane bee217924d Support expressions of the form 'scalar op ANY (array)' and 23 years ago
Tom Lane b3c0551eda Create real array comparison functions (that use the element datatype's 23 years ago
Bruce Momjian 111d8e522b Back out array mega-patch. 23 years ago
Bruce Momjian 46bf651480 Array mega-patch. 23 years ago
Tom Lane 730840c9b6 First phase of work on array improvements. ARRAY[x,y,z] constructor 23 years ago
Bruce Momjian 73b94657b0 Throw error on pg_atoi(''), regression adjustments. 24 years ago
Peter Eisentraut 5546ec289b Make char(n) and varchar(n) types raise an error if the inserted string is 25 years ago
Tom Lane e4e6459c0f Further cleanup of array behavior. Slice assignments to arrays with 26 years ago
Tom Lane 6ce5e0abb6 Update arrays regress test to reflect fact that several things 26 years ago
Thomas G. Lockhart c0cab6f4fa Update format to add uniform headers on files. 26 years ago
Bruce Momjian 0d203b745d Re-apply Darren's char2-16 removal code. 28 years ago
Bruce Momjian db21523314 Back out char2-char16 removal. Add later. 28 years ago
Bruce Momjian 57b5966405 The following uuencoded, gzip'd file will ... 28 years ago
Marc G. Fournier a426ff583d There, I'll leave this alone until Thomas catchs up *grin* 29 years ago