You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/test/regress/expected
Tom Lane 47888fe842 First phase of OUT-parameters project. We can now define and use SQL 21 years ago
..
abstime.out Message editing: remove gratuitous variations in message wording, standardize 23 years ago
aggregates.out The added aggregates are: 22 years ago
alter_table.out Allow ALTER FUNCTION to change a function's strictness, volatility, and 21 years ago
arrays.out Implement max() and min() aggregates for array types. Patch from Koju 21 years ago
bit.out Error message editing in utils/adt. Again thanks to Joe Conway for doing 23 years ago
boolean.out Message editing: remove gratuitous variations in message wording, standardize 23 years ago
box.out Message editing: remove gratuitous variations in message wording, standardize 23 years ago
btree_index.out
case.out Adjust constant-folding of CASE expressions so that the simple comparison 21 years ago
char.out
char_1.out
circle.out Message editing: remove gratuitous variations in message wording, standardize 23 years ago
cluster.out Clean up generation of default names for constraints, indexes, and serial 22 years ago
comments.out
conversion.out Add support for Win1252 encoding. 21 years ago
copy2.out This patch updates the regression tests to allow "make installcheck" to 21 years ago
create_aggregate.out COMMENT ON casts, conversions, languages, operator classes, and 22 years ago
create_index.out COMMENT ON casts, conversions, languages, operator classes, and 22 years ago
create_misc.out Todo items: 23 years ago
create_operator.out Attached is a patch implementing factorial(), returning numeric. Points 22 years ago
create_table.out This patch updates the regression tests to allow "make installcheck" to 21 years ago
create_type.out COMMENT ON casts, conversions, languages, operator classes, and 22 years ago
create_view.out Add support for temporary views, including documentation and regression 21 years ago
date.out > After all that about numbering centuries and millenia correctly, 22 years ago
domain.out Regression tests for recent bugfix to ALTER TABLE ADD COLUMN: ensure that 21 years ago
errors.out Add a regression test to verify that the stack depth checker actually 21 years ago
euc_cn.out
euc_jp.out
euc_kr.out
euc_tw.out
float4-exp-three-digits.out Adjust input routines for float4, float8 and oid to reject the empty string 21 years ago
float4.out Adjust input routines for float4, float8 and oid to reject the empty string 21 years ago
float8-exp-three-digits-win32.out Adjust input routines for float4, float8 and oid to reject the empty string 21 years ago
float8-exp-three-digits.out Adjust input routines for float4, float8 and oid to reject the empty string 21 years ago
float8-small-is-zero.out Adjust input routines for float4, float8 and oid to reject the empty string 21 years ago
float8-small-is-zero_1.out Adjust input routines for float4, float8 and oid to reject the empty string 21 years ago
float8.out Adjust input routines for float4, float8 and oid to reject the empty string 21 years ago
foreign_key.out Unbreak regression tests (Peter's recent checkin to executor/spi.c did 22 years ago
geometry.out Make some adjustments to reduce platform dependencies in plan selection. 21 years ago
geometry_1.out Make some adjustments to reduce platform dependencies in plan selection. 21 years ago
geometry_2.out Make some adjustments to reduce platform dependencies in plan selection. 21 years ago
hash_index.out
horology.out Cause the format of BC timestamptz output to be 'datetime zone BC' rather 22 years ago
inet.out Update CIDR regresion tests to test for network masks inside the last 22 years ago
inherit.out Add regression tests for the fix committed by Tom for casting between 21 years ago
insert.out Message editing: remove gratuitous variations in message wording, standardize 23 years ago
int2.out Detect overflow in integer arithmetic operators (integer, smallint, and 22 years ago
int4.out Detect overflow in integer arithmetic operators (integer, smallint, and 22 years ago
int8-exp-three-digits.out Detect overflow in integer arithmetic operators (integer, smallint, and 22 years ago
int8.out Detect overflow in integer arithmetic operators (integer, smallint, and 22 years ago
interval.out Message editing: remove gratuitous variations in message wording, standardize 23 years ago
join.out Tweak planner to use a minimum size estimate of 10 pages for a 21 years ago
join_1.out Add Windows-specific variant comparison file. 21 years ago
limit.out
lseg.out Message editing: remove gratuitous variations in message wording, standardize 23 years ago
mule_internal.out
name.out Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing 23 years ago
namespace.out Clean up generation of default names for constraints, indexes, and serial 22 years ago
numeric.out Fix to_number for the case of a trailing S. 21 years ago
numeric_big.out
numerology.out
oid.out Adjust input routines for float4, float8 and oid to reject the empty string 21 years ago
oidjoins.out Update oidjoins regression test to match current catalog structure. 22 years ago
opr_sanity.out Convert oidvector and int2vector into variable-length arrays. This 21 years ago
path.out Message editing: remove gratuitous variations in message wording, standardize 23 years ago
plpgsql.out This patch changes makes some significant changes to how compilation 21 years ago
point.out Message editing: remove gratuitous variations in message wording, standardize 23 years ago
polygon.out Message editing: remove gratuitous variations in message wording, standardize 23 years ago
polymorphism.out Tweak planner to use a minimum size estimate of 10 pages for a 21 years ago
portals.out Allow DECLARE CURSOR to take parameters from the portal in which it is 22 years ago
portals_p2.out
prepare.out Another round of error message editing, covering backend/commands/. 23 years ago
privileges.out Adjust regression expected file for new grant language hint. 22 years ago
random.out Improve random regression tests to fail less frequently. 22 years ago
rangefuncs.out First phase of OUT-parameters project. We can now define and use SQL 21 years ago
reltime.out Message editing: remove gratuitous variations in message wording, standardize 23 years ago
rowtypes.out Support assignment to subfields of composite columns in UPDATE and INSERT. 22 years ago
rules.out Add another ORDER BY to rules test to eliminate platform-specific 21 years ago
sanity_check.out Tablespaces. Alternate database locations are dead, long live tablespaces. 22 years ago
select.out New depend code auto-drops sequence, fix copy2.out. 24 years ago
select_distinct.out Add a basic regression test for IS DISTINCT FROM, which has spent way too 23 years ago
select_distinct_on.out
select_having.out Make the behavior of HAVING without GROUP BY conform to the SQL spec. 21 years ago
select_having_1.out Make the behavior of HAVING without GROUP BY conform to the SQL spec. 21 years ago
select_having_2.out Make the behavior of HAVING without GROUP BY conform to the SQL spec. 21 years ago
select_implicit.out Fix regression error messages for platforms Peter doesn't use. 23 years ago
select_implicit_1.out Fix regression error messages for platforms Peter doesn't use. 23 years ago
select_implicit_2.out Fix regression error messages for platforms Peter doesn't use. 23 years ago
select_into.out
select_views.out Adjust expected regression outputs for plan changes caused by recent 22 years ago
select_views_1.out Adjust expected regression outputs for plan changes caused by recent 22 years ago
sequence.out Clean up generation of default names for constraints, indexes, and serial 22 years ago
sql_ascii.out
stats.out More whitespace fixes. Do people write the expected files by hand? 22 years ago
strings.out Teach psql to show the location of syntax errors visually, per recent 22 years ago
subselect.out Adjust estimate_num_groups() to not clamp per-relation group count 21 years ago
temp.out Generalize TRUNCATE to support truncating multiple tables in one 21 years ago
text.out
time.out Fix hidden whitespace differences between expected and result files. 22 years ago
timestamp.out Adjust our timezone library to use pg_time_t (typedef'd as int64) in 22 years ago
timestamptz.out Cause the format of BC timestamptz output to be 'datetime zone BC' rather 22 years ago
timetz.out Fix hidden whitespace differences between expected and result files. 22 years ago
tinterval.out Message editing: remove gratuitous variations in message wording, standardize 23 years ago
transactions.out Add regression tests for recent cursor/savepoint bug fixed by Alvaro and 21 years ago
triggers.out Unbreak regression tests (Peter's recent checkin to executor/spi.c did 22 years ago
truncate.out Generalize TRUNCATE to support truncating multiple tables in one 21 years ago
type_sanity.out Convert oidvector and int2vector into variable-length arrays. This 21 years ago
union.out Adjust data types in some of the UNION tests to avoid potentially 22 years ago
update.out This patch adds a new regression test for the UPDATE command. Right 23 years ago
vacuum.out Add new vacuum regression test files. 24 years ago
varchar.out
varchar_1.out
without_oid.out Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments 22 years ago