Commit Graph

3 Commits (e9e7b66044c9e3dfa76fd1599d5703acd3e4a3f5)

Author SHA1 Message Date
Tom Lane 309857f9c1 Fix handling of R/W expanded datums that are passed to SQL functions. 3 years ago
Michael Paquier 6bdf1a1400 Fix collection of typos in the code and the documentation 4 years ago
Tom Lane 2da896182c Rename create_function_N test scripts for clarity. 4 years ago
Tom Lane cc50080a82 Rearrange core regression tests to reduce cross-script dependencies. 4 years ago
Tom Lane a8d8445a7b Fix display of SQL-standard function's arguments in INSERT/SELECT. 4 years ago
Tom Lane 589be6f6c7 Fix missed lock acquisition while inlining new-style SQL functions. 4 years ago
Tom Lane bfeede9fa4 Don't crash on empty statements in SQL-standard function bodies. 4 years ago
Tom Lane 1111b2668d Undo decision to allow pg_proc.prosrc to be NULL. 4 years ago
Tom Lane 3157cbe974 Stabilize recently-added information_schema test queries. 4 years ago
Peter Eisentraut 7e3c54168d Add ORDER BY to some regression test queries 4 years ago
Peter Eisentraut e717a9a18b SQL-standard function body 4 years ago
Peter Eisentraut f40c6969d0 Routine usage information schema tables 5 years ago
Peter Eisentraut 11b80d900f Extend SQL function tests lightly 5 years ago
Tom Lane 940311e4bb Un-hide most cascaded-drop details in regression test results. 7 years ago
Tom Lane 877cdf11ea Mop-up for letting VOID-returning SQL functions end with a SELECT. 8 years ago
Peter Eisentraut fd1a421fe6 Add prokind column, replacing proisagg and proiswindow 8 years ago
Peter Eisentraut 7cd56f218d Add tests for pg_get_functiondef 8 years ago
Peter Eisentraut a7b8f0661d Fix typo 8 years ago
Peter Eisentraut aefeb68741 Allow referring to functions without arguments when unique 9 years ago
Peter Eisentraut 583f6c4148 Allow dropping multiple functions at once 9 years ago
Tom Lane 18555b1323 Establish conventions about global object names used in regression tests. 9 years ago
Andres Freund e0cb4aa89d Move regression test listing of builtin leakproof functions to opr_sanity.sql. 11 years ago
Andres Freund 5eebb8d954 Use unaligned output in another regression test query to reduce diff noise. 11 years ago
Peter Eisentraut 85ed91ee7d Implement information_schema.parameters.parameter_default column 12 years ago
Peter Eisentraut c8e086795a Remove whitespace from end of lines 14 years ago
Robert Haas ac9100f8cf More regression tests for LEAKPROOF/NOT LEAKPROOF stuff. 14 years ago
Robert Haas dc66f1c5f2 Remove new, intermittently failing regression test. 14 years ago
Robert Haas e37e448650 Fix new create_function_3 regression tests not to rely on tuple order. 14 years ago
Robert Haas cd30728fb2 Allow LEAKPROOF functions for better performance of security views. 14 years ago