aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/input/create_function_1.source
Commit message (Expand)AuthorAge
* Remove dynamic translation of regression test scripts, step 2.Tom Lane2021-12-20
* Remove dynamic translation of regression test scripts, step 1.Tom Lane2021-12-20
* Replace opr_sanity test's binary_coercible() function with C code.Tom Lane2021-05-11
* Mark test_enc_conversion() as STRICT.Heikki Linnakangas2021-04-06
* Add 'noError' argument to encoding conversion functions.Heikki Linnakangas2021-04-01
* Implement operator class parametersAlexander Korotkov2020-03-30
* Build out the planner support function infrastructure.Tom Lane2019-02-09
* Revert renaming of int44in/int44out.Tom Lane2018-02-27
* Prevent dangling-pointer access when update trigger returns old tuple.Tom Lane2018-02-27
* Improve regression test coverage of regress.c.Tom Lane2018-02-27
* Remove unused functions in regress.c.Tom Lane2018-02-27
* Test coverage for CREATE/ALTER FOREIGN DATA WRAPPER .. HANDLER.Robert Haas2017-09-15
* Make CREATE TYPE print warnings if a datatype's I/O functions are volatile.Tom Lane2014-11-05
* Add a basic atomic ops API abstracting away platform/architecture details.Andres Freund2014-09-25
* Add support for multiple kinds of external toast datums.Robert Haas2013-07-02
* Allow pg_regress to be run outside the build tree. Look for input filesPeter Eisentraut2008-10-01
* Copy refint.so and autoinc.so into the src/test/regress directory duringTom Lane2008-05-30
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-27
* Create a standard function pg_sleep() to sleep for a specified amount of time.Tom Lane2006-01-11
* In the stats test, delay for the stats collector to catch up using aTom Lane2005-07-23
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* Add optional "validator" function to languages that can validate thePeter Eisentraut2002-05-22
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-20
* Make regression tests work with VPATH builds.Peter Eisentraut2000-10-27
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-13
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-29
* Update format to add uniform headers on files.Thomas G. Lockhart2000-01-05
* Changes due to fixed DEFAULT behaviour.Vadim B. Mikheev1997-10-17
* Timetravel tests.Vadim B. Mikheev1997-09-24
* Tests for spi/triggersVadim B. Mikheev1997-09-11
* There is no more _CWD_ tag in sources...Vadim B. Mikheev1997-05-05
* Fix path name templates.Thomas G. Lockhart1997-04-27
* *shrug* I don't know anymore...Marc G. Fournier1997-04-27
* More splits and cleanups...Marc G. Fournier1997-04-06