Commit Graph

16 Commits (76f412ab310554acb970a0b73c8d1f37f35548c6)

Author SHA1 Message Date
Tom Lane 76f412ab31 Remove factorial operators, leaving only the factorial() function. 5 years ago
Andrew Gierth a40631a920 Fix lexing of standard multi-character operators in edge cases. 7 years ago
Peter Eisentraut d12782898e Change PROCEDURE to FUNCTION in CREATE OPERATOR syntax 7 years ago
Peter Eisentraut b19495772e doc: Update uses of the word "procedure" 7 years ago
Tom Lane be42eb9d62 Improve regression test coverage of regress.c. 8 years ago
Tom Lane fb8697b31a Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 8 years ago
Robert Haas 865f14a2d3 Allow named parameters to be specified using => in addition to := 11 years ago
Robert Haas ada3e776c2 Additional regression tests for CREATE OPERATOR. 13 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Peter Eisentraut 3f11971916 Remove extra newlines at end and beginning of files, add missing newlines 16 years ago
Bruce Momjian 04a4821ade Attached is a patch implementing factorial(), returning numeric. Points 22 years ago
Tom Lane 42ce74bf17 COMMENT ON casts, conversions, languages, operator classes, and 22 years ago
Thomas G. Lockhart c0cab6f4fa Update format to add uniform headers on files. 26 years ago
Tom Lane 2d49637ca7 Tweak create_operator regress test so it doesn't illustrate 27 years ago
Marc G. Fournier 9e2a87b62d Major patch from Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> 29 years ago
Marc G. Fournier 588ae64c44 More splits and cleanups... 29 years ago