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/sql
Tom Lane 5223f96d92 Fix regex back-references that are directly quantified with *. 14 years ago
..
.gitignore Add a SECURITY LABEL command. 15 years ago
abstime.sql Remove useless whitespace at end of lines 15 years ago
advisory_lock.sql Add transaction-level advisory locks. 15 years ago
aggregates.sql Add bytea_agg, parallel to string_agg. 14 years ago
alter_table.sql Be more clear when a new column name collides with a system column name. 14 years ago
arrays.sql Fix GIN to support null keys, empty and null items, and full index scans. 15 years ago
bit.sql Remove useless whitespace at end of lines 15 years ago
bitmapops.sql Remove useless whitespace at end of lines 15 years ago
boolean.sql Remove useless whitespace at end of lines 15 years ago
box.sql Remove useless whitespace at end of lines 15 years ago
btree_index.sql
case.sql Remove extra newlines at end and beginning of files, add missing newlines 16 years ago
char.sql Remove useless whitespace at end of lines 15 years ago
circle.sql
cluster.sql Remove useless whitespace at end of lines 15 years ago
collate.linux.utf8.sql Support range data types. 14 years ago
collate.sql Fix coerce_to_target_type for coerce_type's klugy handling of COLLATE. 14 years ago
combocid.sql
comments.sql
conversion.sql Support hex-string input and output for type BYTEA. 17 years ago
copy2.sql Add ENCODING option to COPY TO/FROM and file_fdw. 15 years ago
copyselect.sql Have \copy go through SendQuery 14 years ago
create_aggregate.sql Remove useless whitespace at end of lines 15 years ago
create_cast.sql
create_function_3.sql More regression tests for LEAKPROOF/NOT LEAKPROOF stuff. 14 years ago
create_index.sql Tweak duplicate-index-column regression test to avoid locale sensitivity. 14 years ago
create_misc.sql Remove useless whitespace at end of lines 15 years ago
create_operator.sql Remove useless whitespace at end of lines 15 years ago
create_table.sql Fix another bit of unlogged-table-induced breakage. 14 years ago
create_table_like.sql Support CREATE TABLE (LIKE ...) with foreign tables and views 14 years ago
create_type.sql Remove useless whitespace at end of lines 15 years ago
create_view.sql Add a security_barrier option for views. 14 years ago
date.sql
delete.sql Regression tests for TOAST. 15 years ago
dependency.sql
domain.sql Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraint 14 years ago
drop.sql Remove useless whitespace at end of lines 15 years ago
drop_if_exists.sql Remove a few of the new DROP-IF-EXISTS regression tests. 14 years ago
enum.sql Require VALUE keyword when extending an enum type. Based on a patch from Alvaro Herrera. 15 years ago
errors.sql Remove useless whitespace at end of lines 15 years ago
euc_cn.sql
euc_jp.sql
euc_kr.sql
euc_tw.sql
float4.sql Remove useless whitespace at end of lines 15 years ago
float8.sql Revert "Add some regression test cases for denormalized float8 input." 14 years ago
foreign_data.sql Show default privileges in information schema 14 years ago
foreign_key.sql Change FK trigger creation order to better support self-referential FKs. 14 years ago
functional_deps.sql Recognize functional dependency on primary keys. This allows a table's 16 years ago
geometry.sql
guc.sql Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. 16 years ago
hash_index.sql Remove useless whitespace at end of lines 15 years ago
horology.sql On second thought, we'd better just drop these tests altogether. 14 years ago
hs_primary_extremes.sql Remove useless whitespace at end of lines 15 years ago
hs_primary_setup.sql Allow read only connections during recovery, known as Hot Standby. 16 years ago
hs_standby_allowed.sql Allow read only connections during recovery, known as Hot Standby. 16 years ago
hs_standby_check.sql Allow read only connections during recovery, known as Hot Standby. 16 years ago
hs_standby_disallowed.sql Allow read only connections during recovery, known as Hot Standby. 16 years ago
hs_standby_functions.sql Allow read only connections during recovery, known as Hot Standby. 16 years ago
inet.sql Remove useless whitespace at end of lines 15 years ago
inherit.sql Add ORDER BY to a query to prevent occasional regression test failures. 14 years ago
insert.sql Regression tests for TOAST. 15 years ago
int2.sql Remove useless whitespace at end of lines 15 years ago
int4.sql Attempt to fix breakage caused by signed integer conversion patch. 15 years ago
int8.sql Remove useless whitespace at end of lines 15 years ago
interval.sql Remove useless whitespace at end of lines 15 years ago
join.sql Fix handling of PlaceHolderVars in nestloop parameter management. 14 years ago
json.sql Add array_to_json and row_to_json functions. 14 years ago
limit.sql Remove useless whitespace at end of lines 15 years ago
lseg.sql Remove extra newlines at end and beginning of files, add missing newlines 16 years ago
macaddr.sql Add bitwise AND, OR, and NOT operators for macaddr data type. 14 years ago
money.sql Add casts from int4 and int8 to numeric. 15 years ago
mule_internal.sql
name.sql
namespace.sql
numeric.sql Fix corner case bug in numeric to_char(). 15 years ago
numeric_big.sql Remove extra newlines at end and beginning of files, add missing newlines 16 years ago
numerology.sql Remove extra newlines at end and beginning of files, add missing newlines 16 years ago
oid.sql Remove useless whitespace at end of lines 15 years ago
oidjoins.sql Update oidjoins regression test to match git HEAD. 14 years ago
opr_sanity.sql Support min/max index optimizations on boolean columns. 14 years ago
path.sql Remove extra newlines at end and beginning of files, add missing newlines 16 years ago
plancache.sql
plpgsql.sql Add support for passing cursor parameters in named notation in PL/pgSQL. 14 years ago
point.sql Remove useless whitespace at end of lines 15 years ago
polygon.sql Remove useless whitespace at end of lines 15 years ago
polymorphism.sql Fix getTypeIOParam to support type record[]. 14 years ago
portals.sql Remove useless whitespace at end of lines 15 years ago
portals_p2.sql Remove useless whitespace at end of lines 15 years ago
prepare.sql Remove extra newlines at end and beginning of files, add missing newlines 16 years ago
prepared_xacts.sql Fix a bug with SSI and prepared transactions: 15 years ago
privileges.sql Add support for privileges on types 14 years ago
random.sql Remove extra newlines at end and beginning of files, add missing newlines 16 years ago
rangefuncs.sql Prevent inlining a SQL function with multiple OUT parameters. 15 years ago
rangetypes.sql Remove zero- and one-argument range constructor functions. 14 years ago
regex.sql Fix regex back-references that are directly quantified with *. 14 years ago
reltime.sql
returning.sql
rowtypes.sql Fix failure to check whether a rowtype's component types are sortable. 15 years ago
rules.sql Improve pretty printing of viewdefs. 14 years ago
sanity_check.sql Support deferrable uniqueness constraints. 17 years ago
select.sql Remove useless whitespace at end of lines 15 years ago
select_distinct.sql Alter some gratuitous uses of "ANSI" when "SQL standard" might have been 17 years ago
select_distinct_on.sql Fix assertion failure when a SELECT DISTINCT ON expression is volatile. 17 years ago
select_having.sql
select_implicit.sql Remove useless whitespace at end of lines 15 years ago
select_into.sql Make executor's SELECT INTO code save and restore original tuple receiver. 14 years ago
select_views.sql Allow LEAKPROOF functions for better performance of security views. 14 years ago
sequence.sql ALTER <thing> [IF EXISTS] ... allows silent DDL if required, 14 years ago
sql_ascii.sql
stats.sql Prevent index-only scans in stats regression test. 14 years ago
strings.sql Rewrite LIKE's %-followed-by-_ optimization so it really works (this time 16 years ago
subselect.sql Unify spelling of "canceled", "canceling", "cancellation" 15 years ago
temp.sql
text.sql Put back accidentally-deleted quote_literal() regression tests. 15 years ago
time.sql
timestamp.sql Remove useless whitespace at end of lines 15 years ago
timestamptz.sql Remove useless whitespace at end of lines 15 years ago
timetz.sql
tinterval.sql Remove useless whitespace at end of lines 15 years ago
transactions.sql Run a portal's cleanup hook immediately when pushing it to FAILED state. 14 years ago
triggers.sql Add pg_trigger_depth() function 14 years ago
truncate.sql Remove useless whitespace at end of lines 15 years ago
tsdicts.sql Remove useless whitespace at end of lines 15 years ago
tsearch.sql Fix gincostestimate to handle ScalarArrayOpExpr reasonably. 14 years ago
tstypes.sql
txid.sql
type_sanity.sql Further review of range-types patch. 14 years ago
typed_table.sql Only allow typed tables to hang off composite types, not e.g. tables. 15 years ago
union.sql Fix pushing of index-expression qualifications through UNION ALL. 14 years ago
update.sql Regression tests for TOAST. 15 years ago
uuid.sql
vacuum.sql Remove old-style VACUUM FULL (which was known for a little while as 16 years ago
varchar.sql Remove useless whitespace at end of lines 15 years ago
window.sql Measure the number of all-visible pages for use in index-only scan costing. 14 years ago
with.sql Fix handling of init_plans list in inheritance_planner(). 14 years ago
without_oid.sql
xml.sql Make xpath() do something useful with XPath expressions that return scalars. 15 years ago
xmlmap.sql Regression test for XML mapping functionality 17 years ago