summaryrefslogtreecommitdiff
path: root/src/test/regress/output/create_function_1.source
Commit message (Expand)AuthorAgeFilesLines
* Remove dynamic translation of regression test scripts, step 2.Tom Lane2021-12-201-30/+0
* Remove dynamic translation of regression test scripts, step 1.Tom Lane2021-12-201-4/+8
* Replace opr_sanity test's binary_coercible() function with C code.Tom Lane2021-05-111-81/+1
* Mark test_enc_conversion() as STRICT.Heikki Linnakangas2021-04-061-1/+1
* Add 'noError' argument to encoding conversion functions.Heikki Linnakangas2021-04-011-0/+3
* Implement operator class parametersAlexander Korotkov2020-03-301-0/+4
* Build out the planner support function infrastructure.Tom Lane2019-02-091-0/+4
* Revert renaming of int44in/int44out.Tom Lane2018-02-271-2/+2
* Prevent dangling-pointer access when update trigger returns old tuple.Tom Lane2018-02-271-0/+4
* Improve regression test coverage of regress.c.Tom Lane2018-02-271-2/+2
* Remove unused functions in regress.c.Tom Lane2018-02-271-4/+0
* Test coverage for CREATE/ALTER FOREIGN DATA WRAPPER .. HANDLER.Robert Haas2017-09-151-0/+5
* Change unknown-type literals to type text in SELECT and RETURNING lists.Tom Lane2017-01-251-1/+1
* Make CREATE TYPE print warnings if a datatype's I/O functions are volatile.Tom Lane2014-11-051-4/+4
* Add a basic atomic ops API abstracting away platform/architecture details.Andres Freund2014-09-251-0/+4
* Add support for multiple kinds of external toast datums.Robert Haas2013-07-021-0/+4
* Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETETom Lane2008-10-311-1/+1
* Allow pg_regress to be run outside the build tree. Look for input filesPeter Eisentraut2008-10-011-12/+12
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-011-1/+2
* Copy refint.so and autoinc.so into the src/test/regress directory duringTom Lane2008-05-301-3/+3
* Arrange for quote_identifier() and pg_dump to not quote keywords that areTom Lane2007-06-181-1/+1
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-1/+1
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-17/+17
* Create a standard function pg_sleep() to sleep for a specified amount of time.Tom Lane2006-01-111-4/+0
* In the stats test, delay for the stats collector to catch up using aTom Lane2005-07-231-5/+9
* Revise syntax-error reporting behavior to give pleasant results forTom Lane2004-03-211-2/+3
* Arrange to emit a CONTEXT: SQL function "foo" entry in an errorTom Lane2004-03-141-0/+4
* A visit from the message-style police ...Tom Lane2003-07-281-2/+2
* First bits of work on error message editing.Tom Lane2003-07-181-10/+14
* Adopt latest bison's spelling of 'syntax error' rather than 'parse error'Tom Lane2003-05-291-1/+1
* Reduce messages associated with shell-type function arguments/resultsTom Lane2002-11-011-4/+4
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-8/+19
* More changes to match new error format.Bruce Momjian2002-08-181-1/+1
* Add optional "validator" function to languages that can validate thePeter Eisentraut2002-05-221-0/+25
* Adjust elog() tags so source and regression tests match.Bruce Momjian2002-03-071-1/+1
* Fix collateral damage from error message cleanup.Tom Lane2001-08-101-1/+1
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-201-6/+6
* Make regression tests work with VPATH builds.Peter Eisentraut2000-10-271-8/+8
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-131-1/+1
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-291-5/+5
* Now that new psql is fflush()'ing properly, it emerges that severalTom Lane2000-01-151-1/+1
* Fix some missing substitutions of _OBJWD_ and _DLSUFFIX_.Tom Lane2000-01-091-3/+3
* Update format to add uniform headers on files.Thomas G. Lockhart2000-01-051-24/+21
* Regression cleanup of WARN.Bruce Momjian1998-01-061-1/+1
* Changes due to fixed DEFAULT behaviour.Vadim B. Mikheev1997-10-171-0/+5
* Timetravel tests.Vadim B. Mikheev1997-09-241-3/+13
* Tests for spi/triggersVadim B. Mikheev1997-09-111-0/+15
* Update to work with new regression tests and directory structure.Thomas G. Lockhart1997-05-021-2/+2
* Massive regression test patches from Thomas *woo hoo!*Marc G. Fournier1997-04-271-4/+4
* More splits and cleanups...Marc G. Fournier1997-04-061-0/+9