postgresql/src/test/regress
Tom Lane 1b70619311 Code review for regexp_matches/regexp_split patch. Refactor to avoid assuming
that cached compiled patterns will still be there when the function is next
called.  Clean up looping logic, thereby fixing bug identified by Pavel
Stehule.  Share setup code between the two functions, add some comments, and
avoid risky mixing of int and size_t variables.  Clean up the documentation a
tad, and accept all the flag characters mentioned in table 9-19 rather than
just a subset.
2007-08-11 03:56:24 +00:00
..
data GIN: Generalized Inverted iNdex. 2006-05-02 11:28:56 +00:00
expected Code review for regexp_matches/regexp_split patch. Refactor to avoid assuming 2007-08-11 03:56:24 +00:00
input Make the newly-added regression tests for lo_truncate() consistent 2007-03-03 22:57:04 +00:00
output Arrange for quote_identifier() and pg_dump to not quote keywords that are 2007-06-18 21:40:58 +00:00
sql Code review for regexp_matches/regexp_split patch. Refactor to avoid assuming 2007-08-11 03:56:24 +00:00
GNUmakefile Rewrite ECPG regression test driver in C, by splitting the standard 2007-06-12 11:07:34 +00:00
Makefile Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
parallel_schedule Support enum data types. Along the way, use macros for the values of 2007-04-02 03:49:42 +00:00
pg_regress_main.c Rewrite ECPG regression test driver in C, by splitting the standard 2007-06-12 11:07:34 +00:00
pg_regress.c Cast NULL to a pointer type in the execl() call, to avoid a compiler warning on 2007-07-18 21:19:17 +00:00
pg_regress.h Rewrite ECPG regression test driver in C, by splitting the standard 2007-06-12 11:07:34 +00:00
regress.c Make use of plancache module for SPI plans. In particular, since plpgsql 2007-03-15 23:12:07 +00:00
regressplans.sh Tweak regressplans.sh to use any already-set PGOPTIONS. 2000-12-18 02:45:47 +00:00
resultmap Rewrite ECPG regression test driver in C, by splitting the standard 2007-06-12 11:07:34 +00:00
serial_schedule Support enum data types. Along the way, use macros for the values of 2007-04-02 03:49:42 +00:00