Commits

DateSubjectAuthorReleases
2021-12-20 Remove dynamic translation of regression test scripts, step 1. Tom Lane 15.0
2021-05-11 Replace opr_sanity test's binary_coercible() function with C code. Tom Lane 14.0
2019-02-09 Build out the planner support function infrastructure. Tom Lane 12.0
2018-02-27 Revert renaming of int44in/int44out. Tom Lane 11.0
2018-02-27 Remove regression tests' CREATE FUNCTION commands for unused C functions. Tom Lane 9.3.23
2018-02-27 Remove regression tests' CREATE FUNCTION commands for unused C functions. Tom Lane 9.4.18
2018-02-27 Remove regression tests' CREATE FUNCTION commands for unused C functions. Tom Lane 9.5.13
2018-02-27 Remove regression tests' CREATE FUNCTION commands for unused C functions. Tom Lane 9.6.9
2018-02-27 Remove regression tests' CREATE FUNCTION commands for unused C functions. Tom Lane 10.4
2018-02-27 Prevent dangling-pointer access when update trigger returns old tuple. Tom Lane 11.0
2018-02-27 Prevent dangling-pointer access when update trigger returns old tuple. Tom Lane 10.4
2018-02-27 Prevent dangling-pointer access when update trigger returns old tuple. Tom Lane 9.3.23
2018-02-27 Prevent dangling-pointer access when update trigger returns old tuple. Tom Lane 9.4.18
2018-02-27 Prevent dangling-pointer access when update trigger returns old tuple. Tom Lane 9.5.13
2018-02-27 Prevent dangling-pointer access when update trigger returns old tuple. Tom Lane 9.6.9
2018-02-27 Improve regression test coverage of regress.c. Tom Lane 11.0
2018-02-27 Remove unused functions in regress.c. Tom Lane 11.0
2017-01-25 Change unknown-type literals to type text in SELECT and RETURNING lists. Tom Lane 10.0
2014-11-05 Make CREATE TYPE print warnings if a datatype's I/O functions are volatile. Tom Lane 9.5.0
2008-10-31 Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE Tom Lane 8.4.0
2008-09-01 Add a bunch of new error location reports to parse-analysis error messages. Tom Lane 8.4.0
2008-05-30 Copy refint.so and autoinc.so into the src/test/regress directory during Tom Lane 8.4.0
2007-06-18 Arrange for quote_identifier() and pg_dump to not quote keywords that are Tom Lane 8.3.0
2006-03-14 Improve parser so that we can show an error cursor position for errors Tom Lane 8.2.0
2006-01-11 Create a standard function pg_sleep() to sleep for a specified amount of time. Tom Lane 8.2.0